Class RowCreateRequestClient
java.lang.Object
org.gvsig.vcsgis.lib.requests.AbstractRequest
org.gvsig.vcsgis.lib.repository.remoteclient.requests.AbstractRequestClient
org.gvsig.vcsgis.lib.repository.remoteclient.requests.RowCreateRequestClient
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,VCSGisRowCreateRequest,SupportError
- Author:
- gvSIG Team
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gvsig.vcsgis.lib.repository.remoteclient.requests.AbstractRequestClient
AbstractRequestClient.InputStreamLogged -
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionRowCreateRequestClient(VCSGisRepositoryClientImpl repository, String entityName, String localRevisionCode) -
Method Summary
Modifier and TypeMethodDescriptiongetData()helper()voidrequestProducer(Writer out) voidresponseConsumer(BufferedReader dataReader) voidsetComment(String comment) voidvoidsetEfectiveDate(String efectiveDate) voidsetEfectiveDate(Timestamp efectiveDate) Methods inherited from class org.gvsig.vcsgis.lib.repository.remoteclient.requests.AbstractRequestClient
consumeResponse, execute, getAuthenticationToken, getLines, getRepository, getRequestAsInputStream, getRequestUrl, getUserCode, notifyRequestConsumers, notifyResponseConsumers, setAuthenticationToken, setUserCode, waitRequestProducer, waitResponseProducerMethods inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
cleanLastError, dispose, error, error, getCode, getLastErrorCode, getLastErrorMessage, getRequestName, setAuthenticationTokenAndUser, setEnabledStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods inherited from interface org.gvsig.vcsgis.lib.SupportError
cleanLastError, error, error, getLastErrorCode, getLastErrorMessageMethods inherited from interface org.gvsig.vcsgis.lib.repository.requests.VCSGisRequest
execute, getAuthenticationToken, getCode, getRepository, getRequestName, getUserCode, setAuthenticationToken, setAuthenticationTokenAndUser, setEnabledStatus, setUserCode
-
Constructor Details
-
RowCreateRequestClient
public RowCreateRequestClient(VCSGisRepositoryClientImpl repository, String entityName, String localRevisionCode)
-
-
Method Details
-
helper
- Overrides:
helperin classAbstractRequest
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisRowCreateRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowCreateRequest
-
getComment
- Specified by:
getCommentin interfaceVCSGisRowCreateRequest
-
setComment
- Specified by:
setCommentin interfaceVCSGisRowCreateRequest
-
getEntityName
- Specified by:
getEntityNamein interfaceVCSGisRowCreateRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisRowCreateRequest
-
getData
- Specified by:
getDatain interfaceVCSGisRowCreateRequest
-
setData
- Specified by:
setDatain interfaceVCSGisRowCreateRequest
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisRowCreateRequest
-
getEntityRevisionCode
- Specified by:
getEntityRevisionCodein interfaceVCSGisRowCreateRequest
-
getRelatedFeatureCode
- Specified by:
getRelatedFeatureCodein interfaceVCSGisRowCreateRequest
-
getLocalRevisionCode
- Specified by:
getLocalRevisionCodein interfaceVCSGisRowCreateRequest
-
requestProducer
- Specified by:
requestProducerin classAbstractRequestClient
-
responseConsumer
- Specified by:
responseConsumerin classAbstractRequestClient
-