Interface StatusService
public interface StatusService
-
Method Summary
Modifier and TypeMethodDescriptionint
getStatus
(int contractId) void
setStatus
(int contractId, int status) statusHistory
(int contractId)
-
Method Details
-
setStatus
void setStatus(int contractId, int status) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getStatus
int getStatus(int contractId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
statusHistory
List<PhoneContractStatusLog> statusHistory(int contractId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-