Uses of Class
de.hybris.platform.europe1.model.GlobalDiscountRowModel
-
Packages that use GlobalDiscountRowModel Package Description de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package.de.hybris.platform.europe1.dynamic -
-
Uses of GlobalDiscountRowModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type GlobalDiscountRowModel Modifier and Type Method Description java.util.Collection<GlobalDiscountRowModel>UserModel. getEurope1Discounts()Generated method - Getter of theUser.europe1Discountsdynamic attribute defined at extensioneurope1.java.util.Collection<GlobalDiscountRowModel>UserModel. getOwnEurope1Discounts()Generated method - Getter of theUser.ownEurope1Discountsattribute defined at extensioneurope1.Method parameters in de.hybris.platform.core.model.user with type arguments of type GlobalDiscountRowModel Modifier and Type Method Description voidUserModel. setEurope1Discounts(java.util.Collection<GlobalDiscountRowModel> value)Generated method - Setter ofUser.europe1Discountsdynamic attribute defined at extensioneurope1.voidUserModel. setOwnEurope1Discounts(java.util.Collection<GlobalDiscountRowModel> value)Generated method - Setter ofUser.ownEurope1Discountsattribute defined at extensioneurope1. -
Uses of GlobalDiscountRowModel in de.hybris.platform.europe1.dynamic
Methods in de.hybris.platform.europe1.dynamic that return types with arguments of type GlobalDiscountRowModel Modifier and Type Method Description java.util.Collection<GlobalDiscountRowModel>UserEurope1DiscountsAttributeHandler. get(UserModel model)Method parameters in de.hybris.platform.europe1.dynamic with type arguments of type GlobalDiscountRowModel Modifier and Type Method Description voidUserEurope1DiscountsAttributeHandler. set(UserModel model, java.util.Collection<GlobalDiscountRowModel> globalDiscountRowModels)
-