Uses of Interface
com.labs64.netlicensing.domain.entity.ProductModule
Package
Description
Classes in this package represent various NetLicensing objects.
Schema converters.
Service interfaces.
-
Uses of ProductModule in com.labs64.netlicensing.domain
Modifier and TypeMethodDescriptionvoid
EntityFactory.LinkedEntitiesPopulator.visit
(ProductModule productModule) -
Uses of ProductModule in com.labs64.netlicensing.domain.entity
Modifier and TypeMethodDescriptionvoid
LicenseTemplate.setProductModule
(ProductModule productModule) -
Uses of ProductModule in com.labs64.netlicensing.domain.entity.impl
Modifier and TypeMethodDescriptionvoid
LicenseTemplateImpl.setProductModule
(ProductModule productModule) Modifier and TypeMethodDescriptionvoid
ProductImpl.setProductModules
(Collection<ProductModule> productModules) -
Uses of ProductModule in com.labs64.netlicensing.schema.converter
-
Uses of ProductModule in com.labs64.netlicensing.service
Modifier and TypeMethodDescriptionstatic ProductModule
ProductModuleService.create
(Context context, String productNumber, ProductModule productModule) Creates new product module object with given properties.static ProductModule
Gets product module by its number.static ProductModule
ProductModuleService.update
(Context context, String number, ProductModule productModule) Updates product module properties.Modifier and TypeMethodDescriptionstatic Page<ProductModule>
Returns all product modules of a vendor.Modifier and TypeMethodDescriptionstatic ProductModule
ProductModuleService.create
(Context context, String productNumber, ProductModule productModule) Creates new product module object with given properties.static ProductModule
ProductModuleService.update
(Context context, String number, ProductModule productModule) Updates product module properties.