Interface StatusService


public interface StatusService
  • 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