Class RowUpdateRequestLocaldb
java.lang.Object
org.gvsig.vcsgis.lib.requests.AbstractRequest
org.gvsig.vcsgis.lib.repository.localdb.requests.AbstractRequestLocaldb
org.gvsig.vcsgis.lib.repository.localdb.requests.RowUpdateRequestLocaldb
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,VCSGisRowUpdateRequest,SupportError
public class RowUpdateRequestLocaldb
extends AbstractRequestLocaldb
implements VCSGisRowUpdateRequest
- Author:
- gvSIG Team
-
Field Summary
FieldsFields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionRowUpdateRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName, String localRevisionCode) -
Method Summary
Modifier and TypeMethodDescriptionintexecute()getData()helper()voidsetComment(String comment) voidvoidsetEfectiveDate(String efectiveDate) voidsetEfectiveDate(Timestamp efectiveDate) 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
-
Field Details
-
geometryManager
protected org.gvsig.fmap.geom.GeometryManager geometryManager
-
-
Constructor Details
-
RowUpdateRequestLocaldb
public RowUpdateRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName, String localRevisionCode)
-
-
Method Details
-
helper
- Overrides:
helperin classAbstractRequest
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisRowUpdateRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowUpdateRequest
-
getComment
- Specified by:
getCommentin interfaceVCSGisRowUpdateRequest
-
setComment
- Specified by:
setCommentin interfaceVCSGisRowUpdateRequest
-
getEntityName
- Specified by:
getEntityNamein interfaceVCSGisRowUpdateRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowUpdateRequest
-
getData
- Specified by:
getDatain interfaceVCSGisRowUpdateRequest
-
setData
- Specified by:
setDatain interfaceVCSGisRowUpdateRequest
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisRowUpdateRequest
-
getEntityRevisionCode
- Specified by:
getEntityRevisionCodein interfaceVCSGisRowUpdateRequest
-
getLocalRevisionCode
- Specified by:
getLocalRevisionCodein interfaceVCSGisRowUpdateRequest
-
execute
public int execute()- Specified by:
executein interfaceVCSGisRequest
-