|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CreateOrderOptionsIf
An object used to contain options used when creating an order from an array of basket items.
| Method Summary | |
|---|---|
boolean |
isCopyBasketCustomFields()
When this boolean is set, all the custom fields of a basket item are automatically copied to the custom fields of the OrderProduct object in the order. |
boolean |
isUseDefaultCustomer()
This boolean is set so that an order can be created before a customer has logged in to the application. |
void |
setCopyBasketCustomFields(boolean copyBasketCustomFields)
When this boolean is set, all the custom fields of a basket item are automatically copied to the custom fields of the OrderProduct object in the order. |
void |
setUseDefaultCustomer(boolean useDefaultCustomer)
This boolean is set so that an order can be created before a customer has logged in to the application. |
| Method Detail |
|---|
boolean isCopyBasketCustomFields()
void setCopyBasketCustomFields(boolean copyBasketCustomFields)
copyBasketCustomFields - The copyBasketCustomFields to set.boolean isUseDefaultCustomer()
session parameter can be set to null.
void setUseDefaultCustomer(boolean useDefaultCustomer)
session parameter can be set to null.
useDefaultCustomer - The useDefaultCustomer to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||