Interface WebMenuService
public interface WebMenuService
-
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONArray
org.json.JSONArray
List<ru.bitel.bgbilling.common.model.KeyValue>
List<ru.bitel.bgbilling.common.model.KeyValue>
getIconFiles
(String dirName) void
setWebMenuIdForContract
(int webMenuItemId, int contractId) boolean
setWebMenuIdForContracts
(int webMenuItemId, List<Integer> contractIds) void
updateContractSearchModuleParams
(String className, org.json.JSONArray params) org.json.JSONObject
webMenuContractList
(int contractId) void
webMenuDataDelete
(int webMenuItemId) webMenuDataGet
(int webMenuItemId) void
webMenuDataUpdate
(int webMenuItemId, String webMenuItemData) webMenuInfoGet
(int webMenuItemId) webMenuInfoUpdate
(WebMenuItem webMenuItem) webMenuList
(boolean loadCount)
-
Method Details
-
webMenuList
List<WebMenuItem> webMenuList(boolean loadCount) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
webMenuContractList
List<WebMenuItem> webMenuContractList(int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-
setWebMenuIdForContracts
boolean setWebMenuIdForContracts(int webMenuItemId, List<Integer> contractIds) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
webMenuDataUpdate
void webMenuDataUpdate(int webMenuItemId, String webMenuItemData) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-
webMenuDataGet
String webMenuDataGet(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-
webMenuKernelItems
WebMenuModuleItem[] webMenuKernelItems() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
webMenuModuleItems
WebMenuModuleItem[] webMenuModuleItems() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
webMenuPluginItems
WebMenuModuleItem[] webMenuPluginItems() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-
getIconDirs
List<ru.bitel.bgbilling.common.model.KeyValue> getIconDirs() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
getIconFiles
List<ru.bitel.bgbilling.common.model.KeyValue> getIconFiles(String dirName) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.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.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-
updateContractSearchModuleParams
void updateContractSearchModuleParams(String className, org.json.JSONArray params) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-