Package org.gvsig.vcsgis.lib.requests
Class CommitRequestHelper
java.lang.Object
org.gvsig.vcsgis.lib.BaseSupportError
org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
org.gvsig.vcsgis.lib.requests.CommitRequestHelper
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisCommitRequest,VCSGisRequest,RequestHelper,SupportError
- Author:
- gvSIG Team
-
Field Summary
FieldsFields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(org.gvsig.tools.dispose.DisposableIterable<VCSGisChange> changes) voidadd(VCSGisTopologyPlanStatus topologyPlanStatus) voidadd(VCSGisWorkspaceEntity entity) createEntity(String code, String name) createEntity(VCSGisWorkspaceEntity fromEntity) voiddispose()booleanvoidvoidmarkAsNew(VCSGisEntity entity) voidsetComment(String comment) voidsetEfectiveDate(Timestamp efectiveDate) voidsetRevisionDate(Timestamp revisionDate) Methods inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
execute, getAuthenticationToken, getCode, getRepository, getRequestName, getUserCode, isEnabledStatus, now, setAuthenticationToken, setAuthenticationTokenAndUser, setEnabledStatus, setUserCodeMethods inherited from class org.gvsig.vcsgis.lib.BaseSupportError
cleanLastError, error, error, getLastErrorCode, getLastErrorMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.vcsgis.lib.requests.RequestHelper
error, errorMethods inherited from interface org.gvsig.vcsgis.lib.SupportError
cleanLastError, getLastErrorCode, getLastErrorMessageMethods inherited from interface org.gvsig.vcsgis.lib.repository.requests.VCSGisRequest
execute, getAuthenticationToken, getCode, getRequestName, getUserCode, setAuthenticationToken, setAuthenticationTokenAndUser, setEnabledStatus, setUserCode
-
Field Details
-
newLocalEntities
-
efectiveDate
-
revisionDate
-
comment
-
changes
-
topologyPlanStatusMap
-
changedLocalEntities
-
-
Constructor Details
-
CommitRequestHelper
-
-
Method Details
-
createEntity
- Specified by:
createEntityin interfaceVCSGisCommitRequest
-
createEntity
- Specified by:
createEntityin interfaceVCSGisCommitRequest
-
getChangedLocalEntities
- Specified by:
getChangedLocalEntitiesin interfaceVCSGisCommitRequest
-
getChangedLocalEntityByName
-
getChangedLocalEntityByCode
-
markAsNew
- Specified by:
markAsNewin interfaceVCSGisCommitRequest
-
markAsNew
- Specified by:
markAsNewin interfaceVCSGisCommitRequest
-
add
- Specified by:
addin interfaceVCSGisCommitRequest
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisCommitRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisCommitRequest
-
getComment
- Specified by:
getCommentin interfaceVCSGisCommitRequest
-
setComment
- Specified by:
setCommentin interfaceVCSGisCommitRequest
-
add
- Specified by:
addin interfaceVCSGisCommitRequest
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.gvsig.tools.dispose.Disposable- Overrides:
disposein classAbstractRequestHelper
-
getRevisionDate
- Specified by:
getRevisionDatein interfaceVCSGisCommitRequest
-
setRevisionDate
- Specified by:
setRevisionDatein interfaceVCSGisCommitRequest
-
add
- Specified by:
addin interfaceVCSGisCommitRequest
-
getTopologyPlanStatus
- Specified by:
getTopologyPlanStatusin interfaceVCSGisCommitRequest
-
hasNewEntities
public boolean hasNewEntities()- Specified by:
hasNewEntitiesin interfaceVCSGisCommitRequest
-