Interface NumberResourceService


public interface NumberResourceService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    removeReserveDate(int resourceId)
     
    void
    setReserveDate(int resourceId, Date date, String comment)
     
  • Method Details

    • setReserveDate

      void setReserveDate(int resourceId, Date date, String comment) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • removeReserveDate

      void removeReserveDate(int resourceId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException