public interface WebMenuService
| Modifier and Type | Method and Description |
|---|---|
void |
setWebMenuIdForContract(int webMenuItemId,
int contractId) |
java.util.List<WebMenuItem> |
webMenuContractList(int contractId) |
void |
webMenuDataDelete(int webMenuItemId) |
java.lang.String |
webMenuDataGet(int webMenuItemId) |
void |
webMenuDataUpdate(int webMenuItemId,
java.lang.String webMenuItemData) |
WebMenuItem |
webMenuInfoGet(int webMenuItemId) |
WebMenuItem |
webMenuInfoUpdate(WebMenuItem webMenuItem) |
WebMenuModuleItem[] |
webMenuKernelItems() |
java.util.List<WebMenuItem> |
webMenuList(boolean loadCount) |
WebMenuModuleItem[] |
webMenuModuleItems() |
WebMenuModuleItem[] |
webMenuPluginItems() |
java.util.List<WebMenuItem> webMenuList(boolean loadCount) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<WebMenuItem> webMenuContractList(int contractId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid setWebMenuIdForContract(int webMenuItemId,
int contractId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionWebMenuItem webMenuInfoUpdate(WebMenuItem webMenuItem) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid webMenuDataUpdate(int webMenuItemId,
java.lang.String webMenuItemData)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionWebMenuItem webMenuInfoGet(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.lang.String webMenuDataGet(int webMenuItemId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid webMenuDataDelete(int webMenuItemId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionWebMenuModuleItem[] webMenuKernelItems() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionWebMenuModuleItem[] webMenuModuleItems() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionWebMenuModuleItem[] webMenuPluginItems() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException