Interface BGWebService
public interface BGWebService
-
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONArrayorg.json.JSONArrayList<ru.bitel.bgbilling.common.model.KeyValue> List<ru.bitel.bgbilling.common.model.KeyValue> getIconFiles(String dirName) voidsetWebMenuIdForContract(int webMenuItemId, int contractId) booleansetWebMenuIdForContracts(int webMenuItemId, List<Integer> contractIds) voidupdateContractSearchModuleParams(String className, org.json.JSONArray params) org.json.JSONObjectwebLimitHandlerGeneralParameters(String className) webLimitHandlerGroupParameters(String className, String groupKey) List<ru.bitel.bgbilling.common.model.KeyValue> webMenuContractList(int contractId) voidwebMenuDataDelete(int webMenuItemId) webMenuDataGet(int webMenuItemId) voidwebMenuDataUpdate(int webMenuItemId, String webMenuItemData) webMenuInfoGet(int webMenuItemId) webMenuInfoUpdate(WebMenuItem webMenuItem) webMenuList(boolean loadCount)
-
Method Details
-
webMenuList
- Throws:
ru.bitel.bgbilling.common.BGException
-
webMenuContractList
- Throws:
ru.bitel.bgbilling.common.BGException
-
setWebMenuIdForContract
void setWebMenuIdForContract(int webMenuItemId, int contractId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
setWebMenuIdForContracts
boolean setWebMenuIdForContracts(int webMenuItemId, List<Integer> contractIds) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
webMenuInfoUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
webMenuDataUpdate
void webMenuDataUpdate(int webMenuItemId, String webMenuItemData) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
webMenuInfoGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
webMenuDataGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
webMenuDataDelete
void webMenuDataDelete(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
webMenuKernelItems
- Throws:
ru.bitel.bgbilling.common.BGException
-
webMenuModuleItems
- Throws:
ru.bitel.bgbilling.common.BGException
-
webMenuPluginItems
- Throws:
ru.bitel.bgbilling.common.BGException
-
webActionOperations
org.json.JSONObject webActionOperations() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
getIconDirs
List<ru.bitel.bgbilling.common.model.KeyValue> getIconDirs() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
getIconFiles
List<ru.bitel.bgbilling.common.model.KeyValue> getIconFiles(String dirName) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getComponentList
org.json.JSONArray getComponentList() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
getContractSearchModuleList
org.json.JSONArray getContractSearchModuleList() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
updateContractSearchModuleParams
void updateContractSearchModuleParams(String className, org.json.JSONArray params) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
webLimitHandlers
List<ru.bitel.bgbilling.common.model.KeyValue> webLimitHandlers() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
webLimitHandlerGeneralParameters
List<BGHandlerParameter> webLimitHandlerGeneralParameters(String className) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
webLimitHandlerGroupParameters
List<BGHandlerParameter> webLimitHandlerGroupParameters(String className, String groupKey) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
webAuthModeList
- Throws:
ru.bitel.bgbilling.common.BGException
-