Class 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.LicenseBean addLicense​(@NotNull de.aservo.confapi.commons.model.LicenseBean licenseBean)  
      de.aservo.confapi.commons.model.LicensesBean getLicenses()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LicensesServiceImpl

        @Inject
        public LicensesServiceImpl​(com.atlassian.crowd.manager.license.CrowdLicenseManager licenseManager)
    • Method Detail

      • getLicenses

        public de.aservo.confapi.commons.model.LicensesBean getLicenses()
        Specified by:
        getLicenses in interface de.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:
        addLicense in interface de.aservo.confapi.commons.service.api.LicensesService