Uses of Interface
com.labs64.netlicensing.domain.entity.ProductModule
Packages that use ProductModule
Package
Description
Classes in this package represent various NetLicensing objects.
Schema converters.
Service interfaces.
-
Uses of ProductModule in com.labs64.netlicensing.domain
Methods in com.labs64.netlicensing.domain with parameters of type ProductModuleModifier and TypeMethodDescriptionvoid
EntityFactory.LinkedEntitiesPopulator.visit
(ProductModule productModule) -
Uses of ProductModule in com.labs64.netlicensing.domain.entity
Methods in com.labs64.netlicensing.domain.entity that return ProductModuleMethods in com.labs64.netlicensing.domain.entity that return types with arguments of type ProductModuleMethods in com.labs64.netlicensing.domain.entity with parameters of type ProductModuleModifier and TypeMethodDescriptionvoid
LicenseTemplate.setProductModule
(ProductModule productModule) -
Uses of ProductModule in com.labs64.netlicensing.domain.entity.impl
Classes in com.labs64.netlicensing.domain.entity.impl that implement ProductModuleMethods in com.labs64.netlicensing.domain.entity.impl that return ProductModuleMethods in com.labs64.netlicensing.domain.entity.impl that return types with arguments of type ProductModuleMethods in com.labs64.netlicensing.domain.entity.impl with parameters of type ProductModuleModifier and TypeMethodDescriptionvoid
LicenseTemplateImpl.setProductModule
(ProductModule productModule) Method parameters in com.labs64.netlicensing.domain.entity.impl with type arguments of type ProductModuleModifier and TypeMethodDescriptionvoid
ProductImpl.setProductModules
(Collection<ProductModule> productModules) -
Uses of ProductModule in com.labs64.netlicensing.schema.converter
Methods in com.labs64.netlicensing.schema.converter that return ProductModule -
Uses of ProductModule in com.labs64.netlicensing.service
Methods in com.labs64.netlicensing.service that return ProductModuleModifier 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.Methods in com.labs64.netlicensing.service that return types with arguments of type ProductModuleModifier and TypeMethodDescriptionstatic Page<ProductModule>
Returns all product modules of a vendor.Methods in com.labs64.netlicensing.service with parameters of type ProductModuleModifier 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.