Interface LicenseService
public interface LicenseService
-
Method Summary
Modifier and TypeMethodDescriptionaboutGet()voidinit()voidlicenseDataActivate(int licenseId) voidlicenseDataDelete(int licenseId) licenseDataGet(int licenseId) licenseDataLoad(int licenseId)
-
Method Details
-
init
void init() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
licenseDataList
- Throws:
ru.bitel.bgbilling.common.BGException
-
licenseDataGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
licenseDataLoad
- 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
- Throws:
ru.bitel.bgbilling.common.BGException
-
aboutGet
- Throws:
ru.bitel.bgbilling.common.BGException
-