Uses of Class
de.hybris.platform.entitlementservices.model.EntitlementModel
-
Packages that use EntitlementModel Package Description de.hybris.platform.entitlementfacades.entitlement.populator de.hybris.platform.entitlementservices.daos de.hybris.platform.entitlementservices.daos.impl de.hybris.platform.entitlementservices.entitlement de.hybris.platform.entitlementservices.entitlement.impl de.hybris.platform.entitlementservices.model Contains generated models for each type of de.hybris.platform.entitlementservices.jalo package. -
-
Uses of EntitlementModel in de.hybris.platform.entitlementfacades.entitlement.populator
Classes in de.hybris.platform.entitlementfacades.entitlement.populator with type parameters of type EntitlementModel Modifier and Type Class Description classEntitlementModelToDataPopulator<SOURCE extends EntitlementModel,TARGET extends EntitlementData>Populate DTOEntitlementDatawith data fromEntitlementModel. -
Uses of EntitlementModel in de.hybris.platform.entitlementservices.daos
Methods in de.hybris.platform.entitlementservices.daos that return EntitlementModel Modifier and Type Method Description EntitlementModelEntitlementDao. findEntitlementByCode(java.lang.String code)Finds theEntitlementModelfor the given code. -
Uses of EntitlementModel in de.hybris.platform.entitlementservices.daos.impl
Methods in de.hybris.platform.entitlementservices.daos.impl that return EntitlementModel Modifier and Type Method Description EntitlementModelDefaultEntitlementDao. findEntitlementByCode(java.lang.String id) -
Uses of EntitlementModel in de.hybris.platform.entitlementservices.entitlement
Methods in de.hybris.platform.entitlementservices.entitlement that return EntitlementModel Modifier and Type Method Description EntitlementModelEntitlementService. getEntitlementForCode(java.lang.String entitlementId)This method returns the entitlement by entitlement identitlementId -
Uses of EntitlementModel in de.hybris.platform.entitlementservices.entitlement.impl
Methods in de.hybris.platform.entitlementservices.entitlement.impl that return EntitlementModel Modifier and Type Method Description EntitlementModelDefaultEntitlementService. getEntitlementForCode(java.lang.String entitlementId) -
Uses of EntitlementModel in de.hybris.platform.entitlementservices.model
Methods in de.hybris.platform.entitlementservices.model that return EntitlementModel Modifier and Type Method Description EntitlementModelProductEntitlementModel. getEntitlement()Generated method - Getter of theProductEntitlement.entitlementattribute defined at extensionentitlementservices.Methods in de.hybris.platform.entitlementservices.model with parameters of type EntitlementModel Modifier and Type Method Description voidProductEntitlementModel. setEntitlement(EntitlementModel value)Generated method - Setter ofProductEntitlement.entitlementattribute defined at extensionentitlementservices.Constructors in de.hybris.platform.entitlementservices.model with parameters of type EntitlementModel Constructor Description ProductEntitlementModel(CatalogVersionModel _catalogVersion, EntitlementModel _entitlement, java.lang.String _id, ItemModel _owner, ProductModel _subscriptionProduct)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductEntitlementModel(EntitlementModel _entitlement, ProductModel _subscriptionProduct)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-