com.retek.rmm.gui.screen.shippingrate
Class ShippingRateTableViewHandler
java.lang.Object
com.retek.commons.gui.core.ScreenHandler
com.retek.rmm.gui.screen.shippingrate.ShippingRateTableViewHandler
- public class ShippingRateTableViewHandler
- extends ScreenHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShippingRateTableViewHandler
public ShippingRateTableViewHandler()
setShippingRateTable
public void setShippingRateTable(java.lang.Object table)
- TABLE METHODS
getShippingRateTable
public java.lang.Object getShippingRateTable()
getLastShippingRate
public java.lang.Object getLastShippingRate()
throws SystemException
- Throws:
SystemException
getAllShippingRates
public java.util.List getAllShippingRates()
throws SystemException
- Throws:
SystemException
setShippingRate
public void setShippingRate(java.lang.Object object)
- SHIPPING RATE METHODS
getDeliveryMinimum
public java.lang.String getDeliveryMinimum()
throws SystemException
- Throws:
SystemException
getDeliveryMaximum
public java.lang.String getDeliveryMaximum()
throws SystemException
- Throws:
SystemException
getDeliveryDollar
public java.lang.String getDeliveryDollar()
throws SystemException
- Throws:
SystemException
getDeliveryPercent
public java.lang.String getDeliveryPercent()
throws SystemException
- Throws:
SystemException
setDeliveryMinimum
public void setDeliveryMinimum(java.lang.String amount)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
setDeliveryMaximum
public void setDeliveryMaximum(java.lang.String amount)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
setDeliveryDollar
public void setDeliveryDollar(java.lang.String amount)
throws SystemException
- Throws:
SystemException
setDeliveryPercent
public void setDeliveryPercent(java.lang.String amount)
throws UiBusinessException
- Throws:
UiBusinessException
removeShippingRate
public void removeShippingRate(java.lang.Object object)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25