public interface ContractStatusService
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContractStatusService.ContractStatusChangeParameters |
| Modifier and Type | Method and Description |
|---|---|
MapHolder<java.lang.String,java.lang.String> |
contractStatusChange(int contractId,
ContractStatus contractStatus,
boolean customer,
boolean confirmChecked) |
ContractStatusService.ContractStatusChangeParameters |
contractStatusChangeParametersGet(int contractId) |
java.util.List<ContractStatus> |
contractStatusList(int contractId,
java.util.Date date) |
java.util.List<Status> |
statusList() |
java.util.List<Status> statusList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionjava.util.List<ContractStatus> contractStatusList(int contractId, java.util.Date date) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionContractStatusService.ContractStatusChangeParameters contractStatusChangeParametersGet(int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionMapHolder<java.lang.String,java.lang.String> contractStatusChange(int contractId, ContractStatus contractStatus, boolean customer, boolean confirmChecked) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException