Package org.gvsig.vcsgis.lib.requests
Class RowUpdateRequestHelper
java.lang.Object
org.gvsig.vcsgis.lib.BaseSupportError
org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
org.gvsig.vcsgis.lib.requests.RowUpdateRequestHelper
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,VCSGisRowUpdateRequest,RequestHelper,SupportError
- Author:
- gvSIG Team
-
Field Summary
FieldsFields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionRowUpdateRequestHelper(VCSGisRepository repository, String entityName, String localRevisionCode) -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()getData()voidsetComment(String comment) voidvoidsetEfectiveDate(String efectiveDate) voidsetEfectiveDate(Timestamp efectiveDate) 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:
-
entityRevision
-
entityCode
-
-
Constructor Details
-
RowUpdateRequestHelper
public RowUpdateRequestHelper(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 interfaceVCSGisRowUpdateRequest
-
getLocalRevisionCode
- Specified by:
getLocalRevisionCodein interfaceVCSGisRowUpdateRequest
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisRowUpdateRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowUpdateRequest
-
getComment
- Specified by:
getCommentin interfaceVCSGisRowUpdateRequest
-
setComment
- Specified by:
setCommentin interfaceVCSGisRowUpdateRequest
-
getData
- Specified by:
getDatain interfaceVCSGisRowUpdateRequest
-
setData
- Specified by:
setDatain interfaceVCSGisRowUpdateRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowUpdateRequest
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisRowUpdateRequest
-
getEntityRevisionCode
- Specified by:
getEntityRevisionCodein interfaceVCSGisRowUpdateRequest
-