Package de.aservo.confapi.crowd.service
Class LicensesServiceImpl
- java.lang.Object
-
- de.aservo.confapi.crowd.service.LicensesServiceImpl
-
- All Implemented Interfaces:
de.aservo.confapi.commons.service.api.LicensesService
@Named public class LicensesServiceImpl extends java.lang.Object implements de.aservo.confapi.commons.service.api.LicensesService
-
-
Constructor Summary
Constructors Constructor Description LicensesServiceImpl(com.atlassian.crowd.manager.license.CrowdLicenseManager licenseManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.aservo.confapi.commons.model.LicenseBeanaddLicense(@NotNull de.aservo.confapi.commons.model.LicenseBean licenseBean)de.aservo.confapi.commons.model.LicensesBeangetLicenses()
-
-
-
Method Detail
-
getLicenses
public de.aservo.confapi.commons.model.LicensesBean getLicenses()
- Specified by:
getLicensesin interfacede.aservo.confapi.commons.service.api.LicensesService
-
addLicense
public de.aservo.confapi.commons.model.LicenseBean addLicense(@NotNull @NotNull de.aservo.confapi.commons.model.LicenseBean licenseBean)- Specified by:
addLicensein interfacede.aservo.confapi.commons.service.api.LicensesService
-
-