Package org.idempiere.adinterface
Class ModelADServiceImpl
- java.lang.Object
-
- org.idempiere.webservices.AbstractService
-
- org.idempiere.adinterface.ModelADServiceImpl
-
- All Implemented Interfaces:
ModelADService
public class ModelADServiceImpl extends AbstractService implements ModelADService
- Author:
- kolec
-
-
Field Summary
-
Fields inherited from class org.idempiere.webservices.AbstractService
jaxrsContext, jaxwsContext, ROLE_TYPES_WEBSERVICE
-
-
Constructor Summary
Constructors Constructor Description ModelADServiceImpl()
ModelADServiceImpl(javax.xml.ws.WebServiceContext soapContext, org.apache.cxf.jaxrs.ext.MessageContext jaxrsContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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)
String
getLocalTrxName()
String
getVersion()
boolean
isManageTrx()
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
-
-
-
-
Method Detail
-
isManageTrx
public boolean isManageTrx()
-
setManageTrx
public void setManageTrx(boolean manageTrx)
-
getLocalTrxName
public String getLocalTrxName()
-
setLocalTrxName
public void setLocalTrxName(String locatTrxName)
-
getVersion
public String 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
public static Object parseVariable(CompiereService cs, Map<String,Object> requestCtx, String name, String strValue)
-
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
-
-