Uses of Interface
com.labs64.netlicensing.domain.entity.Product
Packages that use Product
Package
Description
Classes in this package represent various NetLicensing objects.
Schema converters.
Service interfaces.
-
Uses of Product in com.labs64.netlicensing.domain
Methods in com.labs64.netlicensing.domain with parameters of type Product -
Uses of Product in com.labs64.netlicensing.domain.entity
Methods in com.labs64.netlicensing.domain.entity that return ProductModifier and TypeMethodDescriptionLicensee.getProduct()
ProductDiscount.getProduct()
ProductModule.getProduct()
Methods in com.labs64.netlicensing.domain.entity with parameters of type ProductModifier and TypeMethodDescriptionvoid
Licensee.setProduct
(Product product) void
ProductDiscount.setProduct
(Product product) void
ProductModule.setProduct
(Product product) -
Uses of Product in com.labs64.netlicensing.domain.entity.impl
Classes in com.labs64.netlicensing.domain.entity.impl that implement ProductMethods in com.labs64.netlicensing.domain.entity.impl that return ProductModifier and TypeMethodDescriptionLicenseeImpl.getProduct()
ProductDiscountImpl.getProduct()
ProductModuleImpl.getProduct()
Methods in com.labs64.netlicensing.domain.entity.impl with parameters of type ProductModifier and TypeMethodDescriptionvoid
LicenseeImpl.setProduct
(Product product) void
ProductDiscountImpl.setProduct
(Product product) void
ProductModuleImpl.setProduct
(Product product) -
Uses of Product in com.labs64.netlicensing.schema.converter
Methods in com.labs64.netlicensing.schema.converter that return Product -
Uses of Product in com.labs64.netlicensing.service
Methods in com.labs64.netlicensing.service that return ProductModifier and TypeMethodDescriptionstatic Product
Creates new product with given properties.static Product
Gets product by its number.static Product
Updates product properties.Methods in com.labs64.netlicensing.service that return types with arguments of type ProductModifier and TypeMethodDescriptionReturns products of a vendor.Methods in com.labs64.netlicensing.service with parameters of type Product