Interface ModuleService
@MTOM
public interface ModuleService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
componentInstall
(String name) void
componentReinstall
(int id) void
componentUninstall
(String name) contractModuleIds
(int contractId) contractModules
(int contractId) void
installedClientModulePacketGet
(String module, jakarta.xml.ws.Holder<jakarta.activation.DataHandler> data) int
moduleByNameList
(String name) void
moduleDelete
(int id) moduleServiceList
(int moduleId) void
moduleUpdate
(BGModule module) moduleUsedServiceList
(int moduleId) void
serviceDelete
(int id) serviceGet
(int serviceId) serviceList
(int moduleId) int
serviceUpdate
(Service service)
-
Method Details
-
moduleAdd
int moduleAdd(String module, String title) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
moduleUpdate
void moduleUpdate(BGModule module) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
moduleDelete
void moduleDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
moduleList
List<BGModule> moduleList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
moduleByNameList
List<BGModule> moduleByNameList(String name) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
installedModuleList
List<BGInstalledModule> installedModuleList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
installedPluginList
List<BGInstalledModule> installedPluginList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
contractModuleIds
Set<Integer> contractModuleIds(int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
contractModules
List<BGModule> contractModules(int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
installedClientModuleList
List<BGInstalledModule> installedClientModuleList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
installedClientModulePacketGet
void installedClientModulePacketGet(String module, jakarta.xml.ws.Holder<jakarta.activation.DataHandler> data) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
componentInstall
void componentInstall(String name) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
componentUninstall
void componentUninstall(String name) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
componentAvailable
List<String> componentAvailable() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
componentReinstall
void componentReinstall(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
moduleServiceList
List<Service> moduleServiceList(int moduleId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
moduleUsedServiceList
List<Service> moduleUsedServiceList(int moduleId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
serviceGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
serviceDelete
void serviceDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
serviceUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
serviceList
- Throws:
ru.bitel.bgbilling.common.BGException
-