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 TypeMethodDescriptionvoid
EntityFactory.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 TypeMethodDescriptionvoid
License.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 TypeMethodDescriptionvoid
LicenseImpl.setLicenseTemplate
(LicenseTemplate licenseTemplate) Method parameters in com.labs64.netlicensing.domain.entity.impl with type arguments of type LicenseTemplateModifier and TypeMethodDescriptionvoid
ProductModuleImpl.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 LicenseTemplate
LicenseTemplateService.create
(Context context, String productModuleNumber, LicenseTemplate licenseTemplate) Creates new license template object with given properties.static LicenseTemplate
Gets license template by its number.static LicenseTemplate
LicenseTemplateService.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 LicenseTemplate
LicenseTemplateService.create
(Context context, String productModuleNumber, LicenseTemplate licenseTemplate) Creates new license template object with given properties.static LicenseTemplate
LicenseTemplateService.update
(Context context, String number, LicenseTemplate licenseTemplate) Updates license template properties.