Interface ObjectParameterService
public interface ObjectParameterService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteObjectParam
(int id) getObjectParam
(int parameterId) void
updateObjectParam
(ContractObjectParam contractObjectParam)
-
Method Details
-
searchObjectParam
SearchResult<ContractObjectParam> searchObjectParam() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
getObjectParam
ContractObjectParam getObjectParam(int parameterId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
updateObjectParam
void updateObjectParam(ContractObjectParam contractObjectParam) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
deleteObjectParam
void deleteObjectParam(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-