Uses of Interface
com.labs64.netlicensing.domain.vo.Page
Package
Description
Service interfaces.
-
Uses of Page in com.labs64.netlicensing.domain
Modifier and TypeMethodDescription<T> Page<T>
EntityFactory.createPage
(Netlicensing netlicensing, Class<T> entityClass) Creates page of entities of specified class from service response -
Uses of Page in com.labs64.netlicensing.domain.vo
-
Uses of Page in com.labs64.netlicensing.service
Modifier and TypeMethodDescriptionReturns bundles of a vendor.Returns all licensees of a vendor.Returns licenses of a vendor.static Page<LicenseTemplate>
Returns all license templates of a vendor.static Page<Notification>
Returns notifications of a vendor.static Page<PaymentMethod>
Returns payment methods of a vendor.static Page<ProductModule>
Returns all product modules of a vendor.Returns products of a vendor.Returns tokens of a vendor.static Page<Transaction>
Returns all transactions of a vendor.UtilityService.listCountries
(Context context, String filter) Returns all countries.UtilityService.listLicenseTypes
(Context context) Returns all license types.UtilityService.listLicensingModels
(Context context) Returns all licensing models.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).