Package org.gvsig.vcsgis.lib.requests
Class CheckoutRequestHelper
java.lang.Object
org.gvsig.vcsgis.lib.BaseSupportError
org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
org.gvsig.vcsgis.lib.requests.CheckoutRequestHelper
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisCheckoutRequest,VCSGisRequest,RequestHelper,SupportError
- Author:
- gvSIG Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.gvsig.tools.dispose.DisposableIterable<VCSGisRepositoryData> org.gvsig.fmap.geom.primitive.EnvelopeFields 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()org.gvsig.fmap.geom.primitive.EnvelopegetROI()voidsetEfectiveDate(String efectiveDate) voidsetEfectiveDate(Timestamp efectiveDate) voidsetRevisionCode(String revisionCode) voidsetROI(org.gvsig.fmap.geom.primitive.Envelope roi) 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
-
repositoryRevisionCode
-
efectiveDate
-
roi
public org.gvsig.fmap.geom.primitive.Envelope roi -
entity
-
data
-
usersHashCode
-
topologyPlansHashCode
-
-
Constructor Details
-
CheckoutRequestHelper
-
-
Method Details
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisCheckoutRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisCheckoutRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisCheckoutRequest
-
getRevisionCode
- Specified by:
getRevisionCodein interfaceVCSGisCheckoutRequest
-
setRevisionCode
- Specified by:
setRevisionCodein interfaceVCSGisCheckoutRequest
-
getROI
public org.gvsig.fmap.geom.primitive.Envelope getROI()- Specified by:
getROIin interfaceVCSGisCheckoutRequest
-
setROI
public void setROI(org.gvsig.fmap.geom.primitive.Envelope roi) - Specified by:
setROIin interfaceVCSGisCheckoutRequest
-
getEntityName
- Specified by:
getEntityNamein interfaceVCSGisCheckoutRequest
-
getData
- Specified by:
getDatain interfaceVCSGisCheckoutRequest
-
getEntity
- Specified by:
getEntityin interfaceVCSGisCheckoutRequest
-
getUsersHashCode
- Specified by:
getUsersHashCodein interfaceVCSGisCheckoutRequest
-
getTopologyPlansHashCode
- Specified by:
getTopologyPlansHashCodein interfaceVCSGisCheckoutRequest
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.gvsig.tools.dispose.Disposable- Overrides:
disposein classAbstractRequestHelper
-