java.lang.Object | +--com.ibm.commerce.fulfillment.commands.ATPParameters
Insert the type's description here. Creation date: (6/29/00 5:15:21 PM)
Constructor Summary | |
---|---|
ATPParameters() ATPParameters constructor comment. | |
ATPParameters(
CommandContext aCmdContext,
OrderAccessBean anabOrder,
java.util.Hashtable ahsDefaults,
TypedProperty atpATPParamNames) ATPParameters constructor comment. | |
ATPParameters(
CommandContext aCmdContext, java.lang.String[] anstrOrderIds,
java.util.Hashtable ahsDefaults,
TypedProperty atpATPParamNames) ATPParameters constructor comment. | |
ATPParameters(
CommandContext aCmdContext, java.util.Vector avOrderIds,
java.util.Hashtable ahsDefaults,
TypedProperty atpATPParamNames) ATPParameters constructor comment. |
Method Summary | |
---|---|
void |
addNewOrderItem(
OrderItemAccessBean abOrderItem) |
void |
deleteFromAll(java.lang.Long nOrderItemId) |
void |
deleteIfNewNotSpecified(java.lang.Long nOrderItemId) |
void |
display() |
java.util.Hashtable |
getAllocate() Insert the method's description here. |
java.util.Hashtable |
getBackorder() Insert the method's description here. |
java.util.Hashtable |
getCheck() Insert the method's description here. |
java.util.Hashtable |
getMerge() Insert the method's description here. |
java.util.Hashtable |
getRemerge() Insert the method's description here. |
java.util.Hashtable |
getReverse() Insert the method's description here. |
void |
refreshAll() |
void |
setAllocate(java.util.Hashtable newAllocate) Insert the method's description here. |
void |
setBackorder(java.util.Hashtable newBackorder) Insert the method's description here. |
void |
setCheck(java.util.Hashtable newCheck) Insert the method's description here. |
void |
setMerge(java.util.Hashtable newMerge) Insert the method's description here. |
void |
setRemerge(java.util.Hashtable newRemerge) Insert the method's description here. |
void |
setReverse(java.util.Hashtable newReverse) Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ATPParameters()
public ATPParameters(CommandContext aCmdContext, java.lang.String[] anstrOrderIds, java.util.Hashtable ahsDefaults, TypedProperty atpATPParamNames) throws FinderException, javax.naming.NamingException, CreateException, java.rmi.RemoteException, ECException
public ATPParameters(CommandContext aCmdContext, OrderAccessBean anabOrder, java.util.Hashtable ahsDefaults, TypedProperty atpATPParamNames) throws FinderException, javax.naming.NamingException, CreateException, java.rmi.RemoteException, ECException
public ATPParameters(CommandContext aCmdContext, java.util.Vector avOrderIds, java.util.Hashtable ahsDefaults, TypedProperty atpATPParamNames) throws FinderException, javax.naming.NamingException, CreateException, java.rmi.RemoteException, ECException
Method Detail |
---|
public void addNewOrderItem(OrderItemAccessBean abOrderItem) throws CreateException, java.rmi.RemoteException, FinderException, javax.naming.NamingException
CreateException
java.rmi.RemoteException
FinderException
javax.naming.NamingException
public void deleteFromAll(java.lang.Long nOrderItemId) throws CreateException, java.rmi.RemoteException, javax.naming.NamingException, FinderException
CreateException
java.rmi.RemoteException
javax.naming.NamingException
FinderException
public void deleteIfNewNotSpecified(java.lang.Long nOrderItemId) throws CreateException, java.rmi.RemoteException, javax.naming.NamingException, FinderException
CreateException
java.rmi.RemoteException
javax.naming.NamingException
FinderException
public void display() throws CreateException, FinderException, java.rmi.RemoteException, javax.naming.NamingException
CreateException
FinderException
java.rmi.RemoteException
javax.naming.NamingException
public java.util.Hashtable getAllocate()
public java.util.Hashtable getBackorder()
public java.util.Hashtable getCheck()
public java.util.Hashtable getMerge()
public java.util.Hashtable getRemerge()
public java.util.Hashtable getReverse()
public void refreshAll() throws CreateException, java.rmi.RemoteException, javax.naming.NamingException, FinderException
CreateException
java.rmi.RemoteException
javax.naming.NamingException
FinderException
public void setAllocate(java.util.Hashtable newAllocate)
newAllocate
- Hashtablepublic void setBackorder(java.util.Hashtable newBackorder)
newBackorder
- java.util.Hashtablepublic void setCheck(java.util.Hashtable newCheck)
newCheck
- Hashtablepublic void setMerge(java.util.Hashtable newMerge)
newMerge
- Hashtablepublic void setRemerge(java.util.Hashtable newRemerge)
newRemerge
- java.util.Hashtablepublic void setReverse(java.util.Hashtable newReverse)
newReverse
- Hashtable