com.ibm.commerce.fulfillment.commands

Class ATPParameters

  • java.lang.Object
    • com.ibm.commerce.fulfillment.commands.ATPParameters


  • public class ATPParameters
    extends java.lang.Object
    This is a class that wraps the ATP parameters together.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • deleteFromAll

        public void deleteFromAll(java.lang.Long nOrderItemId)
      • deleteIfNewNotSpecified

        public void deleteIfNewNotSpecified(java.lang.Long nOrderItemId)
      • display

        public void display()
      • getAllocate

        public java.util.Hashtable getAllocate()
        Insert the method's description here. Creation date: (05/14/01 9:24:57 PM)
        Returns:
        Hashtable
      • getBackorder

        public java.util.Hashtable getBackorder()
        Insert the method's description here. Creation date: (05/14/01 10:17:26 PM)
        Returns:
        java.util.Hashtable
      • getCheck

        public java.util.Hashtable getCheck()
        Insert the method's description here. Creation date: (05/14/01 9:24:57 PM)
        Returns:
        Hashtable
      • getMerge

        public java.util.Hashtable getMerge()
        Insert the method's description here. Creation date: (05/14/01 9:24:57 PM)
        Returns:
        Hashtable
      • getRemerge

        public java.util.Hashtable getRemerge()
        Insert the method's description here. Creation date: (05/14/01 10:17:26 PM)
        Returns:
        java.util.Hashtable
      • getReverse

        public java.util.Hashtable getReverse()
        Insert the method's description here. Creation date: (05/14/01 9:24:57 PM)
        Returns:
        Hashtable
      • refreshAll

        public void refreshAll()
      • setAllocate

        public void setAllocate(java.util.Hashtable newAllocate)
        Insert the method's description here. Creation date: (05/14/01 9:24:57 PM)
        Parameters:
        newAllocate - Hashtable
      • setBackorder

        public void setBackorder(java.util.Hashtable newBackorder)
        Insert the method's description here. Creation date: (05/14/01 10:17:26 PM)
        Parameters:
        newBackorder - java.util.Hashtable
      • setCheck

        public void setCheck(java.util.Hashtable newCheck)
        Insert the method's description here. Creation date: (05/14/01 9:24:57 PM)
        Parameters:
        newCheck - Hashtable
      • setMerge

        public void setMerge(java.util.Hashtable newMerge)
        Insert the method's description here. Creation date: (05/14/01 9:24:57 PM)
        Parameters:
        newMerge - Hashtable
      • setRemerge

        public void setRemerge(java.util.Hashtable newRemerge)
        Insert the method's description here. Creation date: (05/14/01 10:17:26 PM)
        Parameters:
        newRemerge - java.util.Hashtable
      • setReverse

        public void setReverse(java.util.Hashtable newReverse)
        Insert the method's description here. Creation date: (05/14/01 9:24:57 PM)
        Parameters:
        newReverse - Hashtable