Package org.gvsig.vcsgis.lib.requests
Class RevisionChangesRequestHelper
java.lang.Object
org.gvsig.vcsgis.lib.BaseSupportError
org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
org.gvsig.vcsgis.lib.requests.RevisionChangesRequestHelper
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,VCSGisRevisionChangesRequest,RequestHelper,SupportError
public class RevisionChangesRequestHelper
extends AbstractRequestHelper
implements VCSGisRevisionChangesRequest
- 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
ConstructorsConstructorDescriptionRevisionChangesRequestHelper(VCSGisRepository repository, String entityName) -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()org.gvsig.tools.dispose.DisposableIterable<VCSGisRepositoryData> getData()voidsetLocalRevisionCode1(String revisionCode) voidsetLocalRevisionCode2(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
-
localRevisionCode1
-
localRevisionCode2
-
entity
-
data
-
-
Constructor Details
-
RevisionChangesRequestHelper
-
-
Method Details
-
getEntityName
- Specified by:
getEntityNamein interfaceVCSGisRevisionChangesRequest
-
getLocalRevisionCode1
- Specified by:
getLocalRevisionCode1in interfaceVCSGisRevisionChangesRequest
-
setLocalRevisionCode1
- Specified by:
setLocalRevisionCode1in interfaceVCSGisRevisionChangesRequest
-
getLocalRevisionCode2
- Specified by:
getLocalRevisionCode2in interfaceVCSGisRevisionChangesRequest
-
setLocalRevisionCode2
- Specified by:
setLocalRevisionCode2in interfaceVCSGisRevisionChangesRequest
-
getData
- Specified by:
getDatain interfaceVCSGisRevisionChangesRequest
-
getEntity
- Specified by:
getEntityin interfaceVCSGisRevisionChangesRequest
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.gvsig.tools.dispose.Disposable- Overrides:
disposein classAbstractRequestHelper
-