Uses of Class
de.hybris.platform.europe1.enums.UserDiscountGroup
-
Packages that use UserDiscountGroup Package Description de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package.de.hybris.platform.europe1.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.order.strategies.calculation.pdt.criteria de.hybris.platform.order.strategies.calculation.pdt.criteria.impl de.hybris.platform.order.strategies.calculation.pdt.impl -
-
Uses of UserDiscountGroup in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return UserDiscountGroup Modifier and Type Method Description UserDiscountGroupAbstractOrderModel. getEurope1PriceFactory_UDG()Generated method - Getter of theAbstractOrder.Europe1PriceFactory_UDGattribute defined at extensioneurope1.Methods in de.hybris.platform.core.model.order with parameters of type UserDiscountGroup Modifier and Type Method Description voidAbstractOrderModel. setEurope1PriceFactory_UDG(UserDiscountGroup value)Generated method - Setter ofAbstractOrder.Europe1PriceFactory_UDGattribute defined at extensioneurope1. -
Uses of UserDiscountGroup in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return UserDiscountGroup Modifier and Type Method Description UserDiscountGroupUserModel. getEurope1PriceFactory_UDG()Generated method - Getter of theUser.Europe1PriceFactory_UDGattribute defined at extensioneurope1.UserDiscountGroupUserGroupModel. getUserDiscountGroup()Generated method - Getter of theUserGroup.userDiscountGroupattribute defined at extensioneurope1.Methods in de.hybris.platform.core.model.user with parameters of type UserDiscountGroup Modifier and Type Method Description voidUserModel. setEurope1PriceFactory_UDG(UserDiscountGroup value)Generated method - Setter ofUser.Europe1PriceFactory_UDGattribute defined at extensioneurope1.voidUserGroupModel. setUserDiscountGroup(UserDiscountGroup value)Generated method - Setter ofUserGroup.userDiscountGroupattribute defined at extensioneurope1. -
Uses of UserDiscountGroup in de.hybris.platform.europe1.enums
Methods in de.hybris.platform.europe1.enums that return UserDiscountGroup Modifier and Type Method Description static UserDiscountGroupUserDiscountGroup. valueOf(java.lang.String code)Returns a UserDiscountGroup instance representing the specified enum value. -
Uses of UserDiscountGroup in de.hybris.platform.order.strategies.calculation.pdt.criteria
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria that return UserDiscountGroup Modifier and Type Method Description UserDiscountGroupDiscountValueInfoCriteria. getUserGroup() -
Uses of UserDiscountGroup in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl that return UserDiscountGroup Modifier and Type Method Description UserDiscountGroupDefaultDiscountValueInfoCriteria. getUserGroup()Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl with parameters of type UserDiscountGroup Modifier and Type Method Description DefaultDiscountValueInfoCriteria.BuilderDefaultDiscountValueInfoCriteria.Builder. withUserDiscountGroup(UserDiscountGroup userDiscountGroup) -
Uses of UserDiscountGroup in de.hybris.platform.order.strategies.calculation.pdt.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.impl that return UserDiscountGroup Modifier and Type Method Description UserDiscountGroupPDTEnumGroupsHelper. getUDG(AbstractOrderEntryModel entry)Gets User Discount Group for Order Entry.UserDiscountGroupPDTEnumGroupsHelper. getUDG(AbstractOrderModel order)Gets User Discount Group for Order.UserDiscountGroupPDTEnumGroupsHelper. getUDG(UserModel user)Gets the User Discount Group from the User Model.
-