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

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

public class ItemShippingRestrictionHandler
extends java.lang.Object


Constructor Summary
ItemShippingRestrictionHandler()
           
 
Method Summary
 java.lang.String getAddressCodeDescription()
           
 java.util.Collection getAddressCodeDetail()
           
 java.util.List getAllCarriers()
           
 java.lang.Object getItem()
           
 java.lang.String getItemDescription()
           
 java.lang.String getItemDisplayCode()
           
 java.util.Collection getShippingRestrictionsDetails()
           
 java.lang.Object getShipRestriction()
           
 java.lang.String getShipRestrictionCountryCode()
           
 java.lang.String getShipRestrictionType()
           
 java.lang.String getShipRestrictionValue()
           
 boolean hasCarrier()
           
 void initShipRestriction()
           
 boolean isRemovable(java.lang.Object object)
           
 void removeAddressCode()
           
 void removeRestriction(java.lang.Object restriction)
           
 void setAddressCode(java.lang.Object addressCode)
           
 void setCarrier(java.lang.Object carrier)
           
 void setItem(java.lang.Object item)
           
 void setShippingRestrictionDetail(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemShippingRestrictionHandler

public ItemShippingRestrictionHandler()
Method Detail

setItem

public void setItem(java.lang.Object item)

getItemDisplayCode

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

getItemDescription

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

getAllCarriers

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

setCarrier

public void setCarrier(java.lang.Object carrier)
                throws SystemException,
                       BusinessException
Throws:
SystemException
BusinessException

hasCarrier

public boolean hasCarrier()

getShipRestriction

public java.lang.Object getShipRestriction()

getItem

public java.lang.Object getItem()

getShippingRestrictionsDetails

public java.util.Collection getShippingRestrictionsDetails()
                                                    throws SystemException
Throws:
SystemException

initShipRestriction

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

setShippingRestrictionDetail

public void setShippingRestrictionDetail(java.lang.Object object)

getShipRestrictionType

public java.lang.String getShipRestrictionType()

getShipRestrictionCountryCode

public java.lang.String getShipRestrictionCountryCode()

getShipRestrictionValue

public java.lang.String getShipRestrictionValue()

removeRestriction

public void removeRestriction(java.lang.Object restriction)
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

removeAddressCode

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

setAddressCode

public void setAddressCode(java.lang.Object addressCode)

getAddressCodeDescription

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

getAddressCodeDetail

public java.util.Collection getAddressCodeDetail()
                                          throws SystemException
Throws:
SystemException

isRemovable

public boolean isRemovable(java.lang.Object object)
                    throws SystemException
Throws:
SystemException


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