Interface SmartHousePackageService
public interface SmartHousePackageService
-
Method Summary
Modifier and TypeMethodDescriptionnpayServices(int moduleId) voidpackageBaseOptionUpdate(int packageBaseId, String optionNames) packageBaseSearch(String title, boolean showOld, String[] sort, Page page) voidpackageContractDelete(int contractId, int id) packageContractGet(int contractId, int packageContractId) int[]packageContractNavigationIds(int contractId, int packageContractId) packageContractSearch(int contractId, boolean showOld, String[] sort, Page page) packageContractUpdate(SmartHousePackageContract packageContract) packageOptionGet(int packageOptionId) packageOptionUpdate(SmartHousePackageOption packageOption) smartHousePackageBaseGet(int basePackageId) smartHousePackageBaseUpdate(SmartHousePackageBase packageBase)
-
Method Details
-
packageBaseSearch
SearchResult<SmartHousePackageBase> packageBaseSearch(String title, boolean showOld, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
smartHousePackageBaseGet
SmartHousePackageBase smartHousePackageBaseGet(int basePackageId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
smartHousePackageBaseUpdate
SmartHousePackageBase smartHousePackageBaseUpdate(SmartHousePackageBase packageBase) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
packageBaseOptionUpdate
void packageBaseOptionUpdate(int packageBaseId, String optionNames) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
smartHousePackageBaseList
List<IdTitle> smartHousePackageBaseList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
packageContractSearch
SearchResult<SmartHousePackageContract> packageContractSearch(int contractId, boolean showOld, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
packageContractUpdate
SmartHousePackageContract packageContractUpdate(SmartHousePackageContract packageContract) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
packageContractDelete
void packageContractDelete(int contractId, int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
packageContractGet
SmartHousePackageContract packageContractGet(int contractId, int packageContractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
packageOptionList
List<SmartHousePackageOption> packageOptionList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
packageOptionGet
SmartHousePackageOption packageOptionGet(int packageOptionId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
packageOptionUpdate
SmartHousePackageOption packageOptionUpdate(SmartHousePackageOption packageOption) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
serviceList
- Throws:
Exception
-
npayModules
- Throws:
Exception
-
npayServices
- Throws:
Exception
-