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.BGException
java.util.List<WebMenuItem> webMenuContractList(int contractId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void setWebMenuIdForContract(int webMenuItemId, int contractId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
WebMenuItem webMenuInfoUpdate(WebMenuItem webMenuItem) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void webMenuDataUpdate(int webMenuItemId, java.lang.String webMenuItemData) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
WebMenuItem webMenuInfoGet(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.lang.String webMenuDataGet(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void webMenuDataDelete(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
WebMenuModuleItem[] webMenuKernelItems() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
WebMenuModuleItem[] webMenuModuleItems() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
WebMenuModuleItem[] webMenuPluginItems() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException