Package org.gvsig.vcsgis.lib.requests
Class RowDeleteRequestHelper
java.lang.Object
org.gvsig.vcsgis.lib.BaseSupportError
org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
org.gvsig.vcsgis.lib.requests.RowDeleteRequestHelper
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,VCSGisRowDeleteRequest,RequestHelper,SupportError
- Author:
- gvSIG Team
-
Field Summary
FieldsFields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionRowDeleteRequestHelper(VCSGisRepository repository, String entityName, String localRevisionCode) -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()voidsetComment(String comment) voidsetEfectiveDate(String efectiveDate) voidsetEfectiveDate(Timestamp efectiveDate) voidsetRelatedFeatureCode(String featureRelatedCode) 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
-
REQUEST_NAME
- See Also:
-
efectiveDate
-
comment
-
entityRevision
-
entityCode
-
-
Constructor Details
-
RowDeleteRequestHelper
public RowDeleteRequestHelper(VCSGisRepository repository, String entityName, String localRevisionCode)
-
-
Method Details
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.gvsig.tools.dispose.Disposable- Overrides:
disposein classAbstractRequestHelper
-
getEntityName
- Specified by:
getEntityNamein interfaceVCSGisRowDeleteRequest
-
getLocalRevisionCode
- Specified by:
getLocalRevisionCodein interfaceVCSGisRowDeleteRequest
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisRowDeleteRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowDeleteRequest
-
getComment
- Specified by:
getCommentin interfaceVCSGisRowDeleteRequest
-
setComment
- Specified by:
setCommentin interfaceVCSGisRowDeleteRequest
-
getRelatedFeatureCode
- Specified by:
getRelatedFeatureCodein interfaceVCSGisRowDeleteRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowDeleteRequest
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisRowDeleteRequest
-
getEntityRevisionCode
- Specified by:
getEntityRevisionCodein interfaceVCSGisRowDeleteRequest
-
setRelatedFeatureCode
- Specified by:
setRelatedFeatureCodein interfaceVCSGisRowDeleteRequest
-