Class RowDeleteRequestLocaldb
java.lang.Object
org.gvsig.vcsgis.lib.requests.AbstractRequest
org.gvsig.vcsgis.lib.repository.localdb.requests.AbstractRequestLocaldb
org.gvsig.vcsgis.lib.repository.localdb.requests.RowDeleteRequestLocaldb
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,VCSGisRowDeleteRequest,SupportError
public class RowDeleteRequestLocaldb
extends AbstractRequestLocaldb
implements VCSGisRowDeleteRequest
- Author:
- gvSIG Team
-
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionRowDeleteRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName, String localRevisionCode) -
Method Summary
Modifier and TypeMethodDescriptionintexecute()helper()voidsetComment(String comment) voidsetEfectiveDate(String efectiveDate) voidsetEfectiveDate(Timestamp efectiveDate) voidsetRelatedFeatureCode(String relatedFeatureCode) 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
-
RowDeleteRequestLocaldb
public RowDeleteRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName, String localRevisionCode)
-
-
Method Details
-
helper
- Overrides:
helperin classAbstractRequest
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisRowDeleteRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowDeleteRequest
-
getComment
- Specified by:
getCommentin interfaceVCSGisRowDeleteRequest
-
setComment
- Specified by:
setCommentin interfaceVCSGisRowDeleteRequest
-
getEntityName
- Specified by:
getEntityNamein interfaceVCSGisRowDeleteRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowDeleteRequest
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisRowDeleteRequest
-
getEntityRevisionCode
- Specified by:
getEntityRevisionCodein interfaceVCSGisRowDeleteRequest
-
getRelatedFeatureCode
- Specified by:
getRelatedFeatureCodein interfaceVCSGisRowDeleteRequest
-
getLocalRevisionCode
- Specified by:
getLocalRevisionCodein interfaceVCSGisRowDeleteRequest
-
setRelatedFeatureCode
- Specified by:
setRelatedFeatureCodein interfaceVCSGisRowDeleteRequest
-
execute
public int execute()- Specified by:
executein interfaceVCSGisRequest
-