Uses of Interface
com.labs64.netlicensing.domain.entity.LicenseTemplate
Package
Description
Classes in this package represent various NetLicensing objects.
Schema converters.
Service interfaces.
-
Uses of LicenseTemplate in com.labs64.netlicensing.domain
Modifier and TypeMethodDescriptionvoid
EntityFactory.LinkedEntitiesPopulator.visit
(LicenseTemplate licenseTemplate) -
Uses of LicenseTemplate in com.labs64.netlicensing.domain.entity
Modifier and TypeMethodDescriptionvoid
License.setLicenseTemplate
(LicenseTemplate licenseTemplate) -
Uses of LicenseTemplate in com.labs64.netlicensing.domain.entity.impl
Modifier and TypeMethodDescriptionvoid
LicenseImpl.setLicenseTemplate
(LicenseTemplate licenseTemplate) Modifier and TypeMethodDescriptionvoid
ProductModuleImpl.setLicenseTemplates
(Collection<LicenseTemplate> licenseTemplates) -
Uses of LicenseTemplate in com.labs64.netlicensing.schema.converter
-
Uses of LicenseTemplate in com.labs64.netlicensing.service
Modifier 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.Modifier and TypeMethodDescriptionstatic Page<LicenseTemplate>
Returns all license templates of a vendor.Modifier 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.