Uses of Class
de.hybris.platform.europe1.jalo.AbstractDiscountRow
-
Packages that use AbstractDiscountRow Package Description de.hybris.platform.europe1.constants de.hybris.platform.europe1.jalo -
-
Uses of AbstractDiscountRow in de.hybris.platform.europe1.constants
Methods in de.hybris.platform.europe1.constants with parameters of type AbstractDiscountRow Modifier and Type Method Description static DiscountValueEurope1Tools. createDiscountValue(AbstractDiscountRow discountRow)Deprecated, for removal: This API element is subject to removal in a future version.since 6.2.0 - useDiscountValueConverter.discountToValue(AbstractDiscountRowModel)insteadMethod parameters in de.hybris.platform.europe1.constants with type arguments of type AbstractDiscountRow Modifier and Type Method Description static java.util.List<DiscountValue>Europe1Tools. createDiscountValueList(java.util.List<AbstractDiscountRow> discountRows)Deprecated, for removal: This API element is subject to removal in a future version.since 6.1.0 - useDiscountValueConverter.discountsToValues(java.util.List)instead -
Uses of AbstractDiscountRow in de.hybris.platform.europe1.jalo
Subclasses of AbstractDiscountRow in de.hybris.platform.europe1.jalo Modifier and Type Class Description classDiscountRowDiscountRow defines discount rules in the Europe1 Price Factory.classGeneratedDiscountRowGenerated class for typeDiscountRow.classGeneratedGlobalDiscountRowGenerated class for typeGlobalDiscountRow.classGlobalDiscountRowGlobalDiscountRow defines discount rules in the Europe1 Price Factory.Methods in de.hybris.platform.europe1.jalo that return AbstractDiscountRow Modifier and Type Method Description AbstractDiscountRowEurope1DiscountInformation. getDiscountRow()Methods in de.hybris.platform.europe1.jalo that return types with arguments of type AbstractDiscountRow Modifier and Type Method Description protected java.util.List<? extends AbstractDiscountRow>Europe1PriceFactory. filterDiscountRows4Price(java.util.Collection<? extends AbstractDiscountRow> rows, java.util.Date date)Filters discount rows which do not match the given parameters.protected java.util.Collection<? extends AbstractDiscountRow>Europe1PriceFactory. queryDiscounts4Price(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup)Runs database query for fetching discount rows for calculating entry and order discount values.Methods in de.hybris.platform.europe1.jalo with parameters of type AbstractDiscountRow Modifier and Type Method Description intEurope1PriceFactory.DiscountRowMatchComparator. compare(AbstractDiscountRow row1, AbstractDiscountRow row2)Method parameters in de.hybris.platform.europe1.jalo with type arguments of type AbstractDiscountRow Modifier and Type Method Description protected java.util.List<? extends AbstractDiscountRow>Europe1PriceFactory. filterDiscountRows4Price(java.util.Collection<? extends AbstractDiscountRow> rows, java.util.Date date)Filters discount rows which do not match the given parameters.Constructors in de.hybris.platform.europe1.jalo with parameters of type AbstractDiscountRow Constructor Description Europe1DiscountInformation(AbstractDiscountRow discountRow)
-