@MTOM
public interface ModuleService
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.Integer> |
contractModuleIds(int contractId) |
java.util.List<BGInstalledModule> |
installedClientModuleList() |
void |
installedClientModulePacketGet(java.lang.String module,
javax.xml.ws.Holder<javax.activation.DataHandler> data) |
java.util.List<BGInstalledModule> |
installedModuleList() |
int |
moduleAdd(java.lang.String module,
java.lang.String title) |
void |
moduleDelete(int id) |
java.util.List<BGModule> |
moduleList() |
void |
moduleUpdate(BGModule module) |
int moduleAdd(java.lang.String module,
java.lang.String title)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid moduleUpdate(BGModule module) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid moduleDelete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<BGModule> moduleList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<BGInstalledModule> installedModuleList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.Set<java.lang.Integer> contractModuleIds(int contractId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<BGInstalledModule> installedClientModuleList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid installedClientModulePacketGet(java.lang.String module,
javax.xml.ws.Holder<javax.activation.DataHandler> data)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException