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

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

public class ItemShippingMethodHandler
extends java.lang.Object


Constructor Summary
ItemShippingMethodHandler()
           
 
Method Summary
 void addShippingMethod(java.lang.Object shippingMethod, boolean isDefault)
           
 void clearShippingMethods()
           
 java.util.List getAllShippingMethods()
           
 java.lang.Object getDefaultShippingMethod()
           
 java.lang.String getItemDescription()
           
 java.lang.String getItemDisplayCode()
           
 java.util.Set getItemShippingMethods()
           
 java.lang.String getShippingMethodDescription()
           
 boolean isStyle()
           
 void setItem(java.lang.Object object)
           
 void setShippingMethod(java.lang.Object object)
           
 void submitItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemShippingMethodHandler

public ItemShippingMethodHandler()
Method Detail

setItem

public void setItem(java.lang.Object object)
             throws SystemException
Throws:
SystemException

isStyle

public boolean isStyle()

getItemDisplayCode

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

getItemDescription

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

getAllShippingMethods

public java.util.List getAllShippingMethods()
                                     throws SystemException
Throws:
SystemException

setShippingMethod

public void setShippingMethod(java.lang.Object object)

getShippingMethodDescription

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

getItemShippingMethods

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

getDefaultShippingMethod

public java.lang.Object getDefaultShippingMethod()
                                          throws SystemException
Throws:
SystemException

clearShippingMethods

public void clearShippingMethods()
                          throws SystemException
Throws:
SystemException

addShippingMethod

public void addShippingMethod(java.lang.Object shippingMethod,
                              boolean isDefault)
                       throws SystemException
Throws:
SystemException

submitItem

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


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25