Class CommitRequestLocaldb
java.lang.Object
org.gvsig.vcsgis.lib.requests.AbstractRequest
org.gvsig.vcsgis.lib.repository.localdb.requests.AbstractRequestLocaldb
org.gvsig.vcsgis.lib.repository.localdb.requests.CommitRequestLocaldb
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisCommitRequest,VCSGisRequest,SupportError
- Author:
- gvSIG Team
-
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(org.gvsig.tools.dispose.DisposableIterable<VCSGisChange> changes) voidadd(VCSGisTopologyPlanStatus topologyPlanStatus) voidadd(VCSGisWorkspaceEntity entity) static org.gvsig.fmap.geom.GeometrybuildBox2D(VCSGisRepositoryLocaldb repository, VCSGisEntity entity, String relatedFeatureCode, String data, org.gvsig.fmap.geom.GeometryManager geometryManager, org.gvsig.tools.logger.FilteredLogger logger) createEntity(String code, String name) createEntity(VCSGisWorkspaceEntity entity) intexecute()booleanhelper()voidvoidmarkAsNew(VCSGisEntity entity) voidsetComment(String comment) voidsetEfectiveDate(Timestamp efectiveDate) voidsetRevisionDate(Timestamp revisionDate) Methods inherited from class org.gvsig.vcsgis.lib.repository.localdb.requests.AbstractRequestLocaldb
getAuthenticationToken, getRepository, getUser, getUser, getUserCode, isAutheticated, isAuthorized, isAuthorized, isAuthorized, isAuthorized, setAuthenticationToken, setUserCodeMethods inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
cleanLastError, dispose, error, error, getCode, getLastErrorCode, getLastErrorMessage, getRequestName, setAuthenticationTokenAndUser, setEnabledStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods inherited from interface org.gvsig.vcsgis.lib.SupportError
cleanLastError, error, error, getLastErrorCode, getLastErrorMessageMethods inherited from interface org.gvsig.vcsgis.lib.repository.requests.VCSGisRequest
getAuthenticationToken, getCode, getRepository, getRequestName, getUserCode, setAuthenticationToken, setAuthenticationTokenAndUser, setEnabledStatus, setUserCode
-
Constructor Details
-
CommitRequestLocaldb
-
-
Method Details
-
helper
- Overrides:
helperin classAbstractRequest
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisCommitRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisCommitRequest
-
getRevisionDate
- Specified by:
getRevisionDatein interfaceVCSGisCommitRequest
-
setRevisionDate
- Specified by:
setRevisionDatein interfaceVCSGisCommitRequest
-
getComment
- Specified by:
getCommentin interfaceVCSGisCommitRequest
-
setComment
- Specified by:
setCommentin interfaceVCSGisCommitRequest
-
createEntity
- Specified by:
createEntityin interfaceVCSGisCommitRequest
-
createEntity
- Specified by:
createEntityin interfaceVCSGisCommitRequest
-
add
- Specified by:
addin interfaceVCSGisCommitRequest
-
add
- Specified by:
addin interfaceVCSGisCommitRequest
-
markAsNew
- Specified by:
markAsNewin interfaceVCSGisCommitRequest
-
markAsNew
- Specified by:
markAsNewin interfaceVCSGisCommitRequest
-
getChangedLocalEntities
- Specified by:
getChangedLocalEntitiesin interfaceVCSGisCommitRequest
-
execute
public int execute()- Specified by:
executein interfaceVCSGisRequest
-
add
- Specified by:
addin interfaceVCSGisCommitRequest
-
getTopologyPlanStatus
- Specified by:
getTopologyPlanStatusin interfaceVCSGisCommitRequest
-
hasNewEntities
public boolean hasNewEntities()- Specified by:
hasNewEntitiesin interfaceVCSGisCommitRequest
-
buildBox2D
public static org.gvsig.fmap.geom.Geometry buildBox2D(VCSGisRepositoryLocaldb repository, VCSGisEntity entity, String relatedFeatureCode, String data, org.gvsig.fmap.geom.GeometryManager geometryManager, org.gvsig.tools.logger.FilteredLogger logger)
-