Interface StatusService


public interface StatusService
  • Method Details

    • setStatus

      void setStatus​(int cid, int status) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getStatus

      int getStatus​(int cid) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • statusHistory

      java.util.List<PhoneContractStatusLog> statusHistory​(int cid) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException