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 TypeMethodDescriptionvoidLicensee.setProduct(Product product) voidProductDiscount.setProduct(Product product) voidProductModule.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 TypeMethodDescriptionvoidLicenseeImpl.setProduct(Product product) voidProductDiscountImpl.setProduct(Product product) voidProductModuleImpl.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 ProductCreates new product with given properties.static ProductGets product by its number.static ProductUpdates 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