Uses of Interface
com.labs64.netlicensing.domain.entity.License
Package
Description
Classes in this package represent various NetLicensing objects.
Schema converters.
Service interfaces.
-
Uses of License in com.labs64.netlicensing.domain.entity
-
Uses of License in com.labs64.netlicensing.domain.entity.impl
Modifier and TypeMethodDescriptionvoid
LicenseeImpl.setLicenses
(Collection<License> licenses) void
LicenseTemplateImpl.setLicenses
(Collection<License> licenses) -
Uses of License in com.labs64.netlicensing.schema.converter
-
Uses of License in com.labs64.netlicensing.service
Modifier 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.Modifier 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).