Class PhoneContractStatusManager
java.lang.Object
ru.bitel.bgbilling.modules.phone.server.bean.PhoneContractStatusManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeContractStatus
(int contractId, int status, int userId) int
getContractStatus
(int contractId) getHistory
(int contractId)
-
Field Details
-
mid
protected int mid -
con
-
-
Constructor Details
-
PhoneContractStatusManager
-
-
Method Details
-
getContractStatus
public int getContractStatus(int contractId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
changeContractStatus
public void changeContractStatus(int contractId, int status, int userId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getHistory
public List<PhoneContractStatusLog> getHistory(int contractId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-