Package org.idempiere.adinterface
Class ModelADServiceImpl
java.lang.Object
org.idempiere.webservices.AbstractService
org.idempiere.adinterface.ModelADServiceImpl
- All Implemented Interfaces:
ModelADService
- Author:
- kolec
-
Field Summary
Fields inherited from class org.idempiere.webservices.AbstractService
jaxrsContext, jaxwsContext, ROLE_TYPES_WEBSERVICE
-
Constructor Summary
ConstructorDescriptionModelADServiceImpl
(javax.xml.ws.WebServiceContext soapContext, org.apache.cxf.jaxrs.ext.MessageContext jaxrsContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.idempiere.adInterface.x10.StandardResponseDocument
createData
(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) org.idempiere.adInterface.x10.StandardResponseDocument
createUpdateData
(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) org.idempiere.adInterface.x10.StandardResponseDocument
deleteData
(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) org.idempiere.adInterface.x10.WindowTabDataDocument
getList
(org.idempiere.adInterface.x10.ModelGetListRequestDocument req) boolean
static Object
parseVariable
(CompiereService cs, Map<String, Object> requestCtx, String name, String strValue) org.idempiere.adInterface.x10.WindowTabDataDocument
queryData
(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) org.idempiere.adInterface.x10.WindowTabDataDocument
readData
(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) org.idempiere.adInterface.x10.RunProcessResponseDocument
runProcess
(org.idempiere.adInterface.x10.ModelRunProcessRequestDocument req) org.idempiere.adInterface.x10.StandardResponseDocument
scanFields
(org.idempiere.adInterface.x10.DataField[] fields, MWebServiceType m_webservicetype, PO po, POInfo poinfo, Trx trx, org.idempiere.adInterface.x10.StandardResponse resp, org.idempiere.adInterface.x10.StandardResponseDocument ret) org.idempiere.adInterface.x10.StandardResponseDocument
setDocAction
(org.idempiere.adInterface.x10.ModelSetDocActionRequestDocument req) void
setLocalTrxName
(String locatTrxName) void
setManageTrx
(boolean manageTrx) org.idempiere.adInterface.x10.StandardResponseDocument
updateData
(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) Methods inherited from class org.idempiere.webservices.AbstractService
authenticate, convertToObj, getCompiereService, getRequestCtx, getValidators, getVariableType, getWebServiceType, invokeLoginValidator, invokeWSValidator, login, parseSQL, parseVariable, rollbackAndSetError, setOuputFields
-
Constructor Details
-
ModelADServiceImpl
public ModelADServiceImpl() -
ModelADServiceImpl
public ModelADServiceImpl(javax.xml.ws.WebServiceContext soapContext, org.apache.cxf.jaxrs.ext.MessageContext jaxrsContext)
-
-
Method Details
-
isManageTrx
public boolean isManageTrx() -
setManageTrx
public void setManageTrx(boolean manageTrx) -
getLocalTrxName
-
setLocalTrxName
-
getVersion
-
setDocAction
public org.idempiere.adInterface.x10.StandardResponseDocument setDocAction(org.idempiere.adInterface.x10.ModelSetDocActionRequestDocument req) - Specified by:
setDocAction
in interfaceModelADService
-
runProcess
public org.idempiere.adInterface.x10.RunProcessResponseDocument runProcess(org.idempiere.adInterface.x10.ModelRunProcessRequestDocument req) - Specified by:
runProcess
in interfaceModelADService
-
getList
public org.idempiere.adInterface.x10.WindowTabDataDocument getList(org.idempiere.adInterface.x10.ModelGetListRequestDocument req) - Specified by:
getList
in interfaceModelADService
-
deleteData
public org.idempiere.adInterface.x10.StandardResponseDocument deleteData(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) - Specified by:
deleteData
in interfaceModelADService
-
createData
public org.idempiere.adInterface.x10.StandardResponseDocument createData(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) - Specified by:
createData
in interfaceModelADService
-
createUpdateData
public org.idempiere.adInterface.x10.StandardResponseDocument createUpdateData(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) - Specified by:
createUpdateData
in interfaceModelADService
-
parseVariable
-
scanFields
public org.idempiere.adInterface.x10.StandardResponseDocument scanFields(org.idempiere.adInterface.x10.DataField[] fields, MWebServiceType m_webservicetype, PO po, POInfo poinfo, Trx trx, org.idempiere.adInterface.x10.StandardResponse resp, org.idempiere.adInterface.x10.StandardResponseDocument ret) -
updateData
public org.idempiere.adInterface.x10.StandardResponseDocument updateData(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) - Specified by:
updateData
in interfaceModelADService
-
readData
public org.idempiere.adInterface.x10.WindowTabDataDocument readData(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) - Specified by:
readData
in interfaceModelADService
-
queryData
public org.idempiere.adInterface.x10.WindowTabDataDocument queryData(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req) - Specified by:
queryData
in interfaceModelADService
-