| Modifier and Type | Method and Description |
|---|---|
protected DateRange |
BMECatEurope1ArticlePriceStep.convertDateRange(ArticlePriceDetails details)
Creates a property date range object for a given article detail range.
|
| Modifier and Type | Field and Description |
|---|---|
protected DateRange |
Europe1PriceFactory.CachedTax.dateRange |
| Modifier and Type | Method and Description |
|---|---|
DiscountRow |
Europe1PriceFactory.createDiscountRow(Product product,
EnumerationValue productPriceGroup,
User user,
EnumerationValue userPriceGroup,
Currency currency,
java.lang.Double value,
DateRange dateRange,
Discount discount)
Creates a new DiscountRow.
|
DiscountRow |
Europe1PriceFactory.createDiscountRow(SessionContext ctx,
Product product,
EnumerationValue productPriceGroup,
User user,
EnumerationValue userPriceGroup,
Currency currency,
java.lang.Double value,
DateRange dateRange,
Discount discount)
Same as createDiscountRow(Product,String,User,String,Currency,boolean,double,DateRange,Discount)} but for a
specific SessionContext.
|
GlobalDiscountRow |
Europe1PriceFactory.createGlobalDiscountRow(SessionContext ctx,
User user,
EnumerationValue userPriceGroup,
Currency currency,
java.lang.Double value,
DateRange dateRange,
Discount discount)
Same as createGlobalDiscountRow(User,String,Currency,boolean,double,DateRange,Discount)} but for a specific
SessionContext.
|
GlobalDiscountRow |
Europe1PriceFactory.createGlobalDiscountRow(User user,
EnumerationValue userPriceGroup,
Currency currency,
java.lang.Double value,
DateRange dateRange,
Discount discount)
Creates a new global DiscountRow.
|
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)
Creates a new PriceRow.
|
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.
|
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 as
Europe1PriceFactory.createPriceRow(Product,EnumerationValue,User,EnumerationValue,long,Currency,Unit,int,boolean,DateRange,double)
but with specific SessionContext. |
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,
EnumerationValue channel)
Same as
Europe1PriceFactory.createPriceRow(Product,EnumerationValue,User,EnumerationValue,long,Currency,Unit,int,boolean,DateRange,double,EnumerationValue)
but with specific SessionContext. |
TaxRow |
Europe1PriceFactory.createTaxRow(Product product,
EnumerationValue productPriceGroup,
User user,
EnumerationValue userPriceGroup,
Tax tax,
DateRange dateRange,
java.lang.Double value)
Creates a new TaxRow.
|
TaxRow |
Europe1PriceFactory.createTaxRow(SessionContext ctx,
Product product,
EnumerationValue productPriceGroup,
User user,
EnumerationValue userPriceGroup,
Tax tax,
DateRange dateRange,
java.lang.Double value)
Same as createTaxRow(Product,String,User,String,Tax,boolean)} but for a specific SessionContext.
|
| Modifier and Type | Method and Description |
|---|---|
protected DateRange |
Europe1RowTranslator.parseDateRange(java.lang.String valueExpr)
Parses a given daterange expression to a
DateRange object. |
| Modifier and Type | Field and Description |
|---|---|
protected DateRange |
CachingFindTaxValueInfoStrategy.CachedTax.dateRange |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardDateRange
A simple date range implementation consisting only a start and
|
Copyright © 2018 SAP SE. All Rights Reserved.