Uses of Interface
com.labs64.netlicensing.domain.entity.LicenseTemplate
Packages that use LicenseTemplate
Package
Description
Classes in this package represent various NetLicensing objects.
Schema converters.
Service interfaces.
-
Uses of LicenseTemplate in com.labs64.netlicensing.domain
Methods in com.labs64.netlicensing.domain with parameters of type LicenseTemplateModifier and TypeMethodDescriptionvoidEntityFactory.LinkedEntitiesPopulator.visit(LicenseTemplate licenseTemplate) -
Uses of LicenseTemplate in com.labs64.netlicensing.domain.entity
Methods in com.labs64.netlicensing.domain.entity that return LicenseTemplateMethods in com.labs64.netlicensing.domain.entity that return types with arguments of type LicenseTemplateMethods in com.labs64.netlicensing.domain.entity with parameters of type LicenseTemplateModifier and TypeMethodDescriptionvoidLicense.setLicenseTemplate(LicenseTemplate licenseTemplate) -
Uses of LicenseTemplate in com.labs64.netlicensing.domain.entity.impl
Classes in com.labs64.netlicensing.domain.entity.impl that implement LicenseTemplateMethods in com.labs64.netlicensing.domain.entity.impl that return LicenseTemplateMethods in com.labs64.netlicensing.domain.entity.impl that return types with arguments of type LicenseTemplateMethods in com.labs64.netlicensing.domain.entity.impl with parameters of type LicenseTemplateModifier and TypeMethodDescriptionvoidLicenseImpl.setLicenseTemplate(LicenseTemplate licenseTemplate) Method parameters in com.labs64.netlicensing.domain.entity.impl with type arguments of type LicenseTemplateModifier and TypeMethodDescriptionvoidProductModuleImpl.setLicenseTemplates(Collection<LicenseTemplate> licenseTemplates) -
Uses of LicenseTemplate in com.labs64.netlicensing.schema.converter
Methods in com.labs64.netlicensing.schema.converter that return LicenseTemplate -
Uses of LicenseTemplate in com.labs64.netlicensing.service
Methods in com.labs64.netlicensing.service that return LicenseTemplateModifier and TypeMethodDescriptionstatic LicenseTemplateLicenseTemplateService.create(Context context, String productModuleNumber, LicenseTemplate licenseTemplate) Creates new license template object with given properties.static LicenseTemplateGets license template by its number.static LicenseTemplateLicenseTemplateService.update(Context context, String number, LicenseTemplate licenseTemplate) Updates license template properties.Methods in com.labs64.netlicensing.service that return types with arguments of type LicenseTemplateModifier and TypeMethodDescriptionstatic Page<LicenseTemplate>Returns all license templates of a vendor.Methods in com.labs64.netlicensing.service with parameters of type LicenseTemplateModifier and TypeMethodDescriptionstatic LicenseTemplateLicenseTemplateService.create(Context context, String productModuleNumber, LicenseTemplate licenseTemplate) Creates new license template object with given properties.static LicenseTemplateLicenseTemplateService.update(Context context, String number, LicenseTemplate licenseTemplate) Updates license template properties.