Package org.gvsig.vcsgis.lib.requests
Class UpdateRequestHelper
java.lang.Object
org.gvsig.vcsgis.lib.BaseSupportError
org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
org.gvsig.vcsgis.lib.requests.UpdateRequestHelper
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,VCSGisUpdateRequest,RequestHelper,SupportError
- Author:
- gvSIG Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.gvsig.tools.dispose.DisposableIterable<VCSGisRepositoryData> Fields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()org.gvsig.tools.dispose.DisposableIterable<VCSGisRepositoryData> getData()voidsetLocalRevisionCode(String revisionCode) 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
-
entityName
-
localRevisionCode
-
entity
-
data
-
usersHashCode
-
topologyPlansHashCode
-
-
Constructor Details
-
UpdateRequestHelper
-
-
Method Details
-
getEntityName
- Specified by:
getEntityNamein interfaceVCSGisUpdateRequest
-
getLocalRevisionCode
- Specified by:
getLocalRevisionCodein interfaceVCSGisUpdateRequest
-
setLocalRevisionCode
- Specified by:
setLocalRevisionCodein interfaceVCSGisUpdateRequest
-
getData
- Specified by:
getDatain interfaceVCSGisUpdateRequest
-
getEntity
- Specified by:
getEntityin interfaceVCSGisUpdateRequest
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.gvsig.tools.dispose.Disposable- Overrides:
disposein classAbstractRequestHelper
-
getUsersHashCode
- Specified by:
getUsersHashCodein interfaceVCSGisUpdateRequest
-
getTopologyPlansHashCode
- Specified by:
getTopologyPlansHashCodein interfaceVCSGisUpdateRequest
-