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
- 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
-