public class ValidationPipelineArgs
extends java.util.HashMap
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
ValidationPipelineArgs()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic 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()