Uses of Class
de.hybris.platform.europe1.enums.UserPriceGroup
-
Packages that use UserPriceGroup 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 de.hybris.platform.sap.productconfig.b2b.context -
-
Uses of UserPriceGroup in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return UserPriceGroup Modifier and Type Method Description UserPriceGroupAbstractOrderModel. getEurope1PriceFactory_UPG()Generated method - Getter of theAbstractOrder.Europe1PriceFactory_UPGattribute defined at extensioneurope1.Methods in de.hybris.platform.core.model.order with parameters of type UserPriceGroup Modifier and Type Method Description voidAbstractOrderModel. setEurope1PriceFactory_UPG(UserPriceGroup value)Generated method - Setter ofAbstractOrder.Europe1PriceFactory_UPGattribute defined at extensioneurope1. -
Uses of UserPriceGroup in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return UserPriceGroup Modifier and Type Method Description UserPriceGroupUserModel. getEurope1PriceFactory_UPG()Generated method - Getter of theUser.Europe1PriceFactory_UPGattribute defined at extensioneurope1.UserPriceGroupUserGroupModel. getUserPriceGroup()Generated method - Getter of theUserGroup.userPriceGroupattribute defined at extensioneurope1.Methods in de.hybris.platform.core.model.user with parameters of type UserPriceGroup Modifier and Type Method Description voidUserModel. setEurope1PriceFactory_UPG(UserPriceGroup value)Generated method - Setter ofUser.Europe1PriceFactory_UPGattribute defined at extensioneurope1.voidUserGroupModel. setUserPriceGroup(UserPriceGroup value)Generated method - Setter ofUserGroup.userPriceGroupattribute defined at extensioneurope1. -
Uses of UserPriceGroup in de.hybris.platform.europe1.enums
Methods in de.hybris.platform.europe1.enums that return UserPriceGroup Modifier and Type Method Description static UserPriceGroupUserPriceGroup. valueOf(java.lang.String code)Returns a UserPriceGroup instance representing the specified enum value. -
Uses of UserPriceGroup in de.hybris.platform.order.strategies.calculation.pdt.criteria
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria that return UserPriceGroup Modifier and Type Method Description UserPriceGroupPriceValueInfoCriteria. getUserGroup() -
Uses of UserPriceGroup in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl that return UserPriceGroup Modifier and Type Method Description UserPriceGroupDefaultPriceValueInfoCriteria. getUserGroup()Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl with parameters of type UserPriceGroup Modifier and Type Method Description DefaultPriceValueInfoCriteria.BuilderDefaultPriceValueInfoCriteria.Builder. withUserPriceGroup(UserPriceGroup userPriceGroup) -
Uses of UserPriceGroup in de.hybris.platform.order.strategies.calculation.pdt.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.impl that return UserPriceGroup Modifier and Type Method Description UserPriceGroupPDTEnumGroupsHelper. getUPG(AbstractOrderEntryModel entry)Gets the UserPriceGroup from Order Entry.protected UserPriceGroupPDTEnumGroupsHelper. getUPG(AbstractOrderModel order)UserPriceGroupPDTEnumGroupsHelper. getUPG(UserModel user)Gets the User Price Group from the User Model. -
Uses of UserPriceGroup in de.hybris.platform.sap.productconfig.b2b.context
Fields in de.hybris.platform.sap.productconfig.b2b.context declared as UserPriceGroup Modifier and Type Field Description protected UserPriceGroupConfigurationParameterB2BImplTest. userPriceGroup
-