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. -
-
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.
-