Package org.gvsig.vcsgis.lib.requests
Class RowCreateRequestHelper
java.lang.Object
org.gvsig.vcsgis.lib.BaseSupportError
org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
org.gvsig.vcsgis.lib.requests.RowCreateRequestHelper
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,VCSGisRowCreateRequest,RequestHelper,SupportError
- Author:
- gvSIG Team
-
Field Summary
FieldsFields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionRowCreateRequestHelper(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
-
RowCreateRequestHelper
public RowCreateRequestHelper(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 interfaceVCSGisRowCreateRequest
-
getLocalRevisionCode
- Specified by:
getLocalRevisionCodein interfaceVCSGisRowCreateRequest
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisRowCreateRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowCreateRequest
-
getComment
- Specified by:
getCommentin interfaceVCSGisRowCreateRequest
-
setComment
- Specified by:
setCommentin interfaceVCSGisRowCreateRequest
-
getData
- Specified by:
getDatain interfaceVCSGisRowCreateRequest
-
setData
- Specified by:
setDatain interfaceVCSGisRowCreateRequest
-
getRelatedFeatureCode
- Specified by:
getRelatedFeatureCodein interfaceVCSGisRowCreateRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowCreateRequest
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisRowCreateRequest
-
getEntityRevisionCode
- Specified by:
getEntityRevisionCodein interfaceVCSGisRowCreateRequest
-