Class ParamManager
java.lang.Object
ru.bitel.bgbilling.kernel.contract.object.server.bean.ParamManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteParam
(int id) getParameter
(int parameterId) getParamList
(int typeId) void
updateParam
(ObjectParam value)
-
Constructor Details
-
ParamManager
-
-
Method Details
-
getParamList
- Throws:
ru.bitel.bgbilling.common.BGException
-
getParamList
- Throws:
ru.bitel.bgbilling.common.BGException
-
getParamMap
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateParam
-
deleteParam
public void deleteParam(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getParameter
- Throws:
ru.bitel.bgbilling.common.BGException
-