Uses of Class
de.hybris.platform.entitlementservices.model.ProductEntitlementModel
-
Packages that use ProductEntitlementModel Package Description de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package.de.hybris.platform.entitlementfacades.product.converters.populator de.hybris.platform.entitlementservices.model Contains generated models for each type of de.hybris.platform.entitlementservices.jalo package. -
-
Uses of ProductEntitlementModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type ProductEntitlementModel Modifier and Type Method Description java.util.Collection<ProductEntitlementModel>ProductModel. getProductEntitlements()Generated method - Getter of theProduct.productEntitlementsattribute defined at extensionentitlementservices.Method parameters in de.hybris.platform.core.model.product with type arguments of type ProductEntitlementModel Modifier and Type Method Description voidProductModel. setProductEntitlements(java.util.Collection<ProductEntitlementModel> value)Generated method - Setter ofProduct.productEntitlementsattribute defined at extensionentitlementservices. -
Uses of ProductEntitlementModel in de.hybris.platform.entitlementfacades.product.converters.populator
Classes in de.hybris.platform.entitlementfacades.product.converters.populator with type parameters of type ProductEntitlementModel Modifier and Type Class Description classProductEntitlementPopulator<SOURCE extends ProductEntitlementModel,TARGET extends EntitlementData>Populate DTOEntitlementDatawith data fromProductEntitlementModelMethods in de.hybris.platform.entitlementfacades.product.converters.populator that return types with arguments of type ProductEntitlementModel Modifier and Type Method Description protected Converter<ProductEntitlementModel,EntitlementData>ProductEntitlementCollectionPopulator. getEntitlementConverter()Method parameters in de.hybris.platform.entitlementfacades.product.converters.populator with type arguments of type ProductEntitlementModel Modifier and Type Method Description voidProductEntitlementCollectionPopulator. setEntitlementConverter(Converter<ProductEntitlementModel,EntitlementData> entitlementConverter) -
Uses of ProductEntitlementModel in de.hybris.platform.entitlementservices.model
Methods in de.hybris.platform.entitlementservices.model that return types with arguments of type ProductEntitlementModel Modifier and Type Method Description java.util.Collection<ProductEntitlementModel>EntitlementModel. getProductEntitlements()Generated method - Getter of theEntitlement.productEntitlementsattribute defined at extensionentitlementservices.Method parameters in de.hybris.platform.entitlementservices.model with type arguments of type ProductEntitlementModel Modifier and Type Method Description voidEntitlementModel. setProductEntitlements(java.util.Collection<ProductEntitlementModel> value)Generated method - Setter ofEntitlement.productEntitlementsattribute defined at extensionentitlementservices.
-