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

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

public class ItemSupplierHandler
extends java.lang.Object


Constructor Summary
ItemSupplierHandler()
           
 
Method Summary
 java.lang.String getCurrentQuantity()
           
 java.lang.String getEffectiveDate()
           
 java.lang.String getEffectiveTime()
           
 java.lang.String getExpirationDate()
           
 java.lang.String getExpirationTime()
           
 java.lang.Object getItemSupplier()
           
 java.lang.String getOriginalQuantity()
           
 java.util.Set getQuantityBlocks()
           
 java.lang.String getReservedQuantity()
           
 java.lang.String getRevisedQuantity()
           
 java.lang.String getShippedQuantity()
           
 boolean isDirectShipItem()
          ITEM METHODS
 boolean isDirectShippable()
           
 boolean isPrimaryDirectShippable()
           
 boolean isSpecialOrder()
           
 void setItemSupplier(java.lang.Object object)
          ITEM SUPPLIER METHODS
 void setPrimaryDirectShip(boolean primaryDirectShip)
           
 void setQuantityBlock(java.lang.Object block)
          QUANTITY BLOCK METHODS
 void setSpecialOrder(boolean specialOrder)
           
 void submit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemSupplierHandler

public ItemSupplierHandler()
Method Detail

isDirectShipItem

public boolean isDirectShipItem()
                         throws SystemException
ITEM METHODS

Throws:
SystemException

submit

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

setItemSupplier

public void setItemSupplier(java.lang.Object object)
ITEM SUPPLIER METHODS


getItemSupplier

public java.lang.Object getItemSupplier()

isDirectShippable

public boolean isDirectShippable()

isSpecialOrder

public boolean isSpecialOrder()

getQuantityBlocks

public java.util.Set getQuantityBlocks()
                                throws SystemException,
                                       BusinessException
Throws:
SystemException
BusinessException

setPrimaryDirectShip

public void setPrimaryDirectShip(boolean primaryDirectShip)

setSpecialOrder

public void setSpecialOrder(boolean specialOrder)

setQuantityBlock

public void setQuantityBlock(java.lang.Object block)
QUANTITY BLOCK METHODS


getOriginalQuantity

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

getRevisedQuantity

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

getShippedQuantity

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

getReservedQuantity

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

getCurrentQuantity

public java.lang.String getCurrentQuantity()
                                    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

isPrimaryDirectShippable

public boolean isPrimaryDirectShippable()


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