Package org.gvsig.vcsgis.lib.requests
Class RowIsOutofdateRequestHelper
java.lang.Object
org.gvsig.vcsgis.lib.BaseSupportError
org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
org.gvsig.vcsgis.lib.requests.RowIsOutofdateRequestHelper
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,VCSGisRowIsOutofdateRequest,RequestHelper,SupportError
public class RowIsOutofdateRequestHelper
extends AbstractRequestHelper
implements VCSGisRowIsOutofdateRequest
- Author:
- gvSIG Team
-
Field Summary
FieldsFields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionRowIsOutofdateRequestHelper(VCSGisRepository repository, String entityName, String localRevisionCode, String recordCode) -
Method Summary
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:
-
entityName
-
localRevisionCode
-
recordCode
-
outdated
public boolean outdated
-
-
Constructor Details
-
RowIsOutofdateRequestHelper
public RowIsOutofdateRequestHelper(VCSGisRepository repository, String entityName, String localRevisionCode, String recordCode)
-
-
Method Details
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.gvsig.tools.dispose.Disposable- Overrides:
disposein classAbstractRequestHelper
-
getEntityName
- Specified by:
getEntityNamein interfaceVCSGisRowIsOutofdateRequest
-
getLocalRevisionCode
- Specified by:
getLocalRevisionCodein interfaceVCSGisRowIsOutofdateRequest
-
getRecordCode
- Specified by:
getRecordCodein interfaceVCSGisRowIsOutofdateRequest
-
isOutdated
public boolean isOutdated()- Specified by:
isOutdatedin interfaceVCSGisRowIsOutofdateRequest
-