Interface ModuleService
@MTOM
public interface ModuleService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcomponentInstall(String name) voidcomponentReinstall(int id) voidcomponentUninstall(String name) contractModuleIds(int contractId) contractModules(int contractId) voidinstalledClientModulePacketGet(String module, jakarta.xml.ws.Holder<jakarta.activation.DataHandler> data) intmoduleByNameList(String name) voidmoduleDelete(int id) moduleServiceList(int moduleId) voidmoduleUpdate(BGModule module) moduleUsedServiceList(int moduleId) voidserviceDelete(int id) serviceGet(int serviceId) serviceList(int moduleId) intserviceUpdate(Service service)
-
Method Details
-
moduleAdd
- Throws:
Exception
-
moduleUpdate
- Throws:
Exception
-
moduleDelete
- Throws:
Exception
-
moduleList
- Throws:
Exception
-
moduleByNameList
- Throws:
Exception
-
installedModuleList
- Throws:
Exception
-
installedPluginList
- Throws:
Exception
-
contractModuleIds
- Throws:
Exception
-
contractModules
- Throws:
Exception
-
installedClientModuleList
- Throws:
Exception
-
installedClientModulePacketGet
void installedClientModulePacketGet(String module, jakarta.xml.ws.Holder<jakarta.activation.DataHandler> data) throws Exception - Throws:
Exception
-
componentInstall
- Throws:
Exception
-
componentUninstall
- Throws:
Exception
-
componentAvailable
- Throws:
Exception
-
componentReinstall
- Throws:
Exception
-
moduleServiceList
- Throws:
Exception
-
moduleUsedServiceList
- Throws:
Exception
-
serviceGet
- Throws:
Exception
-
serviceDelete
- Throws:
Exception
-
serviceUpdate
- Throws:
Exception
-
serviceList
- Throws:
Exception
-