Uses of Interface
com.labs64.netlicensing.domain.entity.License
Packages that use License
Package
Description
Classes in this package represent various NetLicensing objects.
Schema converters.
Service interfaces.
-
Uses of License in com.labs64.netlicensing.domain.entity
Methods in com.labs64.netlicensing.domain.entity that return LicenseMethods in com.labs64.netlicensing.domain.entity that return types with arguments of type LicenseMethods in com.labs64.netlicensing.domain.entity with parameters of type License -
Uses of License in com.labs64.netlicensing.domain.entity.impl
Classes in com.labs64.netlicensing.domain.entity.impl that implement LicenseMethods in com.labs64.netlicensing.domain.entity.impl that return LicenseMethods in com.labs64.netlicensing.domain.entity.impl that return types with arguments of type LicenseMethods in com.labs64.netlicensing.domain.entity.impl with parameters of type LicenseMethod parameters in com.labs64.netlicensing.domain.entity.impl with type arguments of type LicenseModifier and TypeMethodDescriptionvoid
LicenseeImpl.setLicenses
(Collection<License> licenses) void
LicenseTemplateImpl.setLicenses
(Collection<License> licenses) -
Uses of License in com.labs64.netlicensing.schema.converter
Methods in com.labs64.netlicensing.schema.converter that return License -
Uses of License in com.labs64.netlicensing.service
Methods in com.labs64.netlicensing.service that return LicenseModifier and TypeMethodDescriptionstatic License
LicenseService.create
(Context context, String licenseeNumber, String licenseTemplateNumber, String transactionNumber, License license) Creates new license object with given properties.static License
Gets license by its number.static License
Updates license properties.Methods in com.labs64.netlicensing.service that return types with arguments of type LicenseModifier and TypeMethodDescriptionReturns licenses of a vendor.Obtain bundle(create licenses from a bundle license templates).BundleService.obtain
(Context context, String number, String licenseeNumber, String transactionNumber) Obtain bundle(create licenses from a bundle license templates).Methods in com.labs64.netlicensing.service with parameters of type License