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