Interface AOTSService
public interface AOTSService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaotsContractServiceGet(String data) aotsContractServiceNew(int contractId) voidaotsContractServiceUpdate(int contractId, AOTSContractService contractService) aotsServiceList(int serviceId)
-
Method Details
-
aotsContractServiceNew
AOTSContractService aotsContractServiceNew(int contractId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
aotsContractServiceGet
AOTSContractService aotsContractServiceGet(String data) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
aotsServiceList
- Throws:
ru.bitel.bgbilling.common.BGException
-
aotsContractServiceUpdate
void aotsContractServiceUpdate(int contractId, AOTSContractService contractService) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
aotsContractServiceDelete
- Throws:
ru.bitel.bgbilling.common.BGException
-