com.ibm.commerce.order.commands
Class SetOrderTemplateCmd.Group
java.lang.Object
|
+--com.ibm.commerce.order.commands.SetOrderTemplateCmd.Group
- Enclosing class:
- SetOrderTemplateCmd
- public static class SetOrderTemplateCmd.Group
- extends java.lang.Object
The SetOrderTemplate enumeration group.
Method Summary |
void |
setMemberId(java.lang.Long anMemberId)
Set the member to be used in resolving the order abbreviation(s).
Default: null (use the current user to resolve the order abbreviation(s)) |
void |
setOrderAbbreviations(java.lang.String[] astrOrderAbbreviations)
Set the orders. |
void |
setStoreId(java.lang.Integer anStoreId)
Set the store to be used in resolving the order abbreviation(s).
Default: null (use the current store to resolve the order abbreviation(s)) |
void |
setUsage(java.lang.Integer anUsage)
Set the usage of the order template(s). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iabOrders
public OrderAccessBean[] iabOrders
ibStoreId
public boolean ibStoreId
inMemberId
public java.lang.Long inMemberId
inStoreId
public java.lang.Integer inStoreId
inUsage
public java.lang.Integer inUsage
istrOrderAbbreviations
public java.lang.String[] istrOrderAbbreviations
SetOrderTemplateCmd.Group
public SetOrderTemplateCmd.Group()
setMemberId
public void setMemberId(java.lang.Long anMemberId)
- Set the member to be used in resolving the order abbreviation(s).
Default: null (use the current user to resolve the order abbreviation(s))
- Parameters:
anMemberId
- the member to be used in resolving the order abbreviation(s)
setOrderAbbreviations
public void setOrderAbbreviations(java.lang.String[] astrOrderAbbreviations)
- Set the orders.
- Parameters:
astrOrderAbbreviations
- the orders
setStoreId
public void setStoreId(java.lang.Integer anStoreId)
- Set the store to be used in resolving the order abbreviation(s).
Default: null (use the current store to resolve the order abbreviation(s))
- Parameters:
anStoreId
- the store to be used in resolving the order abbreviation(s)
setUsage
public void setUsage(java.lang.Integer anUsage)
- Set the usage of the order template(s).
- Parameters:
anUsage
- the usage of the order template(s)