Class ModelADServiceImpl

    • Constructor Detail

      • ModelADServiceImpl

        public ModelADServiceImpl()
      • ModelADServiceImpl

        public ModelADServiceImpl​(javax.xml.ws.WebServiceContext soapContext,
                                  org.apache.cxf.jaxrs.ext.MessageContext jaxrsContext)
    • 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 interface ModelADService
      • runProcess

        public org.idempiere.adInterface.x10.RunProcessResponseDocument runProcess​(org.idempiere.adInterface.x10.ModelRunProcessRequestDocument req)
        Specified by:
        runProcess in interface ModelADService
      • getList

        public org.idempiere.adInterface.x10.WindowTabDataDocument getList​(org.idempiere.adInterface.x10.ModelGetListRequestDocument req)
        Specified by:
        getList in interface ModelADService
      • deleteData

        public org.idempiere.adInterface.x10.StandardResponseDocument deleteData​(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req)
        Specified by:
        deleteData in interface ModelADService
      • createData

        public org.idempiere.adInterface.x10.StandardResponseDocument createData​(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req)
        Specified by:
        createData in interface ModelADService
      • createUpdateData

        public org.idempiere.adInterface.x10.StandardResponseDocument createUpdateData​(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req)
        Specified by:
        createUpdateData in interface ModelADService
      • 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 interface ModelADService
      • readData

        public org.idempiere.adInterface.x10.WindowTabDataDocument readData​(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req)
        Specified by:
        readData in interface ModelADService
      • queryData

        public org.idempiere.adInterface.x10.WindowTabDataDocument queryData​(org.idempiere.adInterface.x10.ModelCRUDRequestDocument req)
        Specified by:
        queryData in interface ModelADService