com.retek.rcom.gui.screen.iteminquiry
Class ItemPurchaseOrderHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.iteminquiry.ItemPurchaseOrderHandler

public class ItemPurchaseOrderHandler
extends ScreenHandler


Constructor Summary
ItemPurchaseOrderHandler()
           
 
Method Summary
 java.lang.String getDialogTitle()
           
 java.lang.String getETA()
           
 java.lang.String getOrderedQuantity()
           
 java.lang.String getPackComponentDescription()
           
 java.util.Set getPackComponents()
           
 java.util.Collection getPurchaseOrderLineDates()
          PURCHASE ORDER LINE METHODS
 java.util.Collection getPurchaseOrderLines(java.lang.Object object)
           
 java.lang.String getPurchaseOrderNumber()
           
 java.util.Collection getPurchaseOrders()
          PURCHASE ORDER METHODS
 java.lang.String getSkuDescription()
           
 boolean isPack()
           
 void setPackSellingSkuComponent(java.lang.Object object)
           
 void setPurchaseOrder(java.lang.Object object)
           
 void setPurchaseOrderLine(java.lang.Object object)
           
 void setPurchaseOrderLineDate(java.lang.Object orderLineDate)
          PURCHASE ORDER LINE DATE METHODS
 void setSellingSku(java.lang.Object object)
          SELLING SKU METHODS
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemPurchaseOrderHandler

public ItemPurchaseOrderHandler()
Method Detail

setSellingSku

public void setSellingSku(java.lang.Object object)
SELLING SKU METHODS


getSkuDescription

public java.lang.String getSkuDescription()
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

getDialogTitle

public java.lang.String getDialogTitle()
                                throws SystemException
Throws:
SystemException

getPurchaseOrders

public java.util.Collection getPurchaseOrders()
                                       throws SystemException,
                                              BusinessException
PURCHASE ORDER METHODS

Throws:
SystemException
BusinessException

getPurchaseOrderLines

public java.util.Collection getPurchaseOrderLines(java.lang.Object object)
                                           throws SystemException,
                                                  BusinessException
Throws:
SystemException
BusinessException

setPurchaseOrder

public void setPurchaseOrder(java.lang.Object object)
                      throws SystemException,
                             BusinessException
Throws:
SystemException
BusinessException

setPurchaseOrderLine

public void setPurchaseOrderLine(java.lang.Object object)
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException

getPurchaseOrderNumber

public java.lang.String getPurchaseOrderNumber()

getPackComponentDescription

public java.lang.String getPackComponentDescription()
                                             throws SystemException
Throws:
SystemException

getPackComponents

public java.util.Set getPackComponents()
                                throws SystemException
Throws:
SystemException

isPack

public boolean isPack()
               throws SystemException
Throws:
SystemException

setPackSellingSkuComponent

public void setPackSellingSkuComponent(java.lang.Object object)

getPurchaseOrderLineDates

public java.util.Collection getPurchaseOrderLineDates()
PURCHASE ORDER LINE METHODS


setPurchaseOrderLineDate

public void setPurchaseOrderLineDate(java.lang.Object orderLineDate)
PURCHASE ORDER LINE DATE METHODS


getETA

public java.lang.String getETA()

getOrderedQuantity

public java.lang.String getOrderedQuantity()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28