com.retek.rmm.gui.screen.inventoryitem
Class ItemSupplierQtyHandler

java.lang.Object
  extended bycom.retek.rmm.gui.screen.inventoryitem.ItemSupplierQtyHandler

public class ItemSupplierQtyHandler
extends java.lang.Object


Constructor Summary
ItemSupplierQtyHandler()
           
 
Method Summary
 void createQuantityBlock()
           
 java.lang.String getEffectiveDate()
           
 java.lang.String getEffectiveTime()
           
 java.lang.String getExpirationDate()
           
 java.lang.String getExpirationTime()
           
 java.lang.String getOriginalQuantity()
           
 java.lang.Object getQuantityBlock()
           
 java.lang.String getRevisedQuantity()
           
 void setEffectiveDate(java.lang.String date, java.lang.String time)
           
 void setExpirationDate(java.lang.String date, java.lang.String time)
           
 void setItemSupplier(java.lang.Object object)
           
 void setQuantityBlock(java.lang.Object object)
           
 void setRevisedQuantity(java.lang.String quantity)
           
 void submit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemSupplierQtyHandler

public ItemSupplierQtyHandler()
Method Detail

setItemSupplier

public void setItemSupplier(java.lang.Object object)

setQuantityBlock

public void setQuantityBlock(java.lang.Object object)

getQuantityBlock

public java.lang.Object getQuantityBlock()

createQuantityBlock

public void createQuantityBlock()
                         throws SystemException,
                                BusinessException
Throws:
SystemException
BusinessException

getOriginalQuantity

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

getRevisedQuantity

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

getEffectiveDate

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

getEffectiveTime

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

getExpirationDate

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

getExpirationTime

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

setRevisedQuantity

public void setRevisedQuantity(java.lang.String quantity)
                        throws SystemException
Throws:
SystemException

setEffectiveDate

public void setEffectiveDate(java.lang.String date,
                             java.lang.String time)
                      throws SystemException,
                             UiBusinessException
Throws:
SystemException
UiBusinessException

setExpirationDate

public void setExpirationDate(java.lang.String date,
                              java.lang.String time)
                       throws SystemException,
                              UiBusinessException
Throws:
SystemException
UiBusinessException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException


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