Class LicensesResourceImpl

  • All Implemented Interfaces:
    de.aservo.confapi.commons.rest.api.LicensesResource

    @Named
    @Path("licenses")
    public class LicensesResourceImpl
    extends de.aservo.confapi.commons.rest.AbstractLicensesResourceImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      LicensesResourceImpl​(de.aservo.confapi.commons.service.api.LicensesService licensesService)  
    • Method Summary

      • Methods inherited from class de.aservo.confapi.commons.rest.AbstractLicensesResourceImpl

        addLicense, getLicenses
      • Methods inherited from class java.lang.Object

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

      • LicensesResourceImpl

        @Inject
        public LicensesResourceImpl​(de.aservo.confapi.commons.service.api.LicensesService licensesService)