Interface WebMenuService
public interface WebMenuService
-
Method Summary
Modifier and Type Method Description org.json.JSONArraygetComponentList()org.json.JSONArraygetContractSearchModuleList()java.util.List<ru.bitel.bgbilling.common.model.KeyValue>getIconDirs()java.util.List<ru.bitel.bgbilling.common.model.KeyValue>getIconFiles(java.lang.String dirName)voidsetWebMenuIdForContract(int webMenuItemId, int contractId)voidupdateContractSearchModuleParams(java.lang.String className, org.json.JSONArray params)org.json.JSONObjectwebActionOperations()java.util.List<WebMenuItem>webMenuContractList(int contractId)voidwebMenuDataDelete(int webMenuItemId)java.lang.StringwebMenuDataGet(int webMenuItemId)voidwebMenuDataUpdate(int webMenuItemId, java.lang.String webMenuItemData)WebMenuItemwebMenuInfoGet(int webMenuItemId)WebMenuItemwebMenuInfoUpdate(WebMenuItem webMenuItem)WebMenuModuleItem[]webMenuKernelItems()java.util.List<WebMenuItem>webMenuList(boolean loadCount)WebMenuModuleItem[]webMenuModuleItems()WebMenuModuleItem[]webMenuPluginItems()
-
Method Details
-
webMenuList
java.util.List<WebMenuItem> webMenuList(boolean loadCount) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
webMenuContractList
java.util.List<WebMenuItem> webMenuContractList(int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
setWebMenuIdForContract
void setWebMenuIdForContract(int webMenuItemId, int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
webMenuDataUpdate
void webMenuDataUpdate(int webMenuItemId, java.lang.String webMenuItemData) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
webMenuInfoGet
WebMenuItem webMenuInfoGet(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
webMenuDataGet
java.lang.String webMenuDataGet(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
webMenuDataDelete
void webMenuDataDelete(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
webMenuKernelItems
WebMenuModuleItem[] webMenuKernelItems() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
webMenuModuleItems
WebMenuModuleItem[] webMenuModuleItems() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
webMenuPluginItems
WebMenuModuleItem[] webMenuPluginItems() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
webActionOperations
org.json.JSONObject webActionOperations() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
getIconDirs
java.util.List<ru.bitel.bgbilling.common.model.KeyValue> getIconDirs() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
getIconFiles
java.util.List<ru.bitel.bgbilling.common.model.KeyValue> getIconFiles(java.lang.String dirName) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
getComponentList
org.json.JSONArray getComponentList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
getContractSearchModuleList
org.json.JSONArray getContractSearchModuleList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
updateContractSearchModuleParams
void updateContractSearchModuleParams(java.lang.String className, org.json.JSONArray params) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-