Uses of Interface
de.hybris.platform.util.DateRange
Packages that use DateRange
Package
Description
-
Uses of DateRange in de.hybris.platform.europe1.jalo
Fields in de.hybris.platform.europe1.jalo declared as DateRangeModifier and TypeFieldDescriptionprotected final DateRangeEurope1PriceFactory.CachedTax.dateRangeMethods in de.hybris.platform.europe1.jalo with parameters of type DateRangeModifier and TypeMethodDescriptionEurope1PriceFactory.createDiscountRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, Double value, DateRange dateRange, Discount discount) Creates a new DiscountRow.Europe1PriceFactory.createDiscountRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, Double value, DateRange dateRange, Discount discount) Same as createDiscountRow(Product,String,User,String,Currency,boolean,double,DateRange,Discount)} but for a specific SessionContext.Europe1PriceFactory.createGlobalDiscountRow(SessionContext ctx, User user, EnumerationValue userPriceGroup, Currency currency, Double value, DateRange dateRange, Discount discount) Same as createGlobalDiscountRow(User,String,Currency,boolean,double,DateRange,Discount)} but for a specific SessionContext.Europe1PriceFactory.createGlobalDiscountRow(User user, EnumerationValue userPriceGroup, Currency currency, Double value, DateRange dateRange, Discount discount) Creates a new global DiscountRow.Europe1PriceFactory.createPriceRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price) Creates a new PriceRow.Europe1PriceFactory.createPriceRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price, EnumerationValue channel) Overloaded method to support Channel dimension to PriceRow.Europe1PriceFactory.createPriceRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price) Same asEurope1PriceFactory.createPriceRow(Product, EnumerationValue, User, EnumerationValue, long, Currency, Unit, int, boolean, DateRange, double)but with specific SessionContext.Europe1PriceFactory.createPriceRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price, EnumerationValue channel) Same asEurope1PriceFactory.createPriceRow(Product, EnumerationValue, User, EnumerationValue, long, Currency, Unit, int, boolean, DateRange, double, EnumerationValue)but with specific SessionContext.Europe1PriceFactory.createTaxRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Tax tax, DateRange dateRange, Double value) Creates a new TaxRow.Europe1PriceFactory.createTaxRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Tax tax, DateRange dateRange, Double value) Same as createTaxRow(Product,String,User,String,Tax,boolean)} but for a specific SessionContext. -
Uses of DateRange in de.hybris.platform.europe1.jalo.impex
Methods in de.hybris.platform.europe1.jalo.impex that return DateRangeModifier and TypeMethodDescriptionprotected DateRangeEurope1RowTranslator.parseDateRange(String valueExpr) Parses a given daterange expression to aDateRangeobject. -
Uses of DateRange in de.hybris.platform.order.strategies.calculation.pdt.impl
Fields in de.hybris.platform.order.strategies.calculation.pdt.impl declared as DateRange -
Uses of DateRange in de.hybris.platform.util
Classes in de.hybris.platform.util that implement DateRangeModifier and TypeClassDescriptionclassA simple date range implementation consisting only a start and