|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
atg.commerce.order.processor.ValidationPipelineArgs
public class ValidationPipelineArgs
ValidationPipelineArgs provides a dictionary for storing arguments to the pipeline processors that validate shipping groups and payment groups, and includes convenience methods for looking up well-known names within that dictionary.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Constructor Summary | |
|---|---|
ValidationPipelineArgs()
|
|
| Method Summary | |
|---|---|
java.util.Locale |
getLocale()
Return the locale to use for user-visible error messages. |
Order |
getOrder()
Return the order whose payment or shipping group is being validated. |
OrderManager |
getOrderManager()
Return the order manager that invoked the current pipeline chain. |
void |
setLocale(java.util.Locale pLocale)
Set the locale to use for user-visible error messages. |
void |
setOrder(Order pOrder)
Set the order whose payment or shipping group is being validated. |
void |
setOrderManager(OrderManager pOrderManager)
Set the order manager that invoked the current pipeline chain. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public ValidationPipelineArgs()
| Method Detail |
|---|
public void setOrder(Order pOrder)
public Order getOrder()
public void setOrderManager(OrderManager pOrderManager)
public OrderManager getOrderManager()
public void setLocale(java.util.Locale pLocale)
public java.util.Locale getLocale()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||