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.BGException
ru.bitel.bgbilling.common.BGMessageException
java.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.BGException
ru.bitel.bgbilling.common.BGMessageException
ContractStatusService.ContractStatusChangeParameters contractStatusChangeParametersGet(int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
MapHolder<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.BGException
ru.bitel.bgbilling.common.BGMessageException