Interface LicenseService


public interface LicenseService
  • Method Details

    • init

      void init() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • licenseDataList

      List<LicenseDataDTO> licenseDataList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • licenseDataGet

      LicenseData licenseDataGet(int licenseId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • licenseDataLoad

      LicenseData licenseDataLoad(int licenseId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • licenseDataActivate

      void licenseDataActivate(int licenseId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • licenseDataDelete

      void licenseDataDelete(int licenseId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • currentLicenseList

      List<LicenseItemData> currentLicenseList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • aboutGet

      String aboutGet() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException