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

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.inventoryitem.ItemShipRestrictionDetailHandler

public class ItemShipRestrictionDetailHandler
extends ScreenHandler


Constructor Summary
ItemShipRestrictionDetailHandler()
           
 
Method Summary
 void applyAddressCode(java.lang.Object code)
           
 java.lang.Object createShipRestrictionDetail(java.lang.Object type, java.lang.Object country, java.lang.String value)
           
 java.util.Set getAllCountries()
           
 java.lang.Object getDefaultCountry()
           
 java.util.List getRestrictionTypes()
           
 java.util.Set getShipRestrictionAddressCodes()
           
 boolean isAddressValueAllowed(java.lang.Object type)
           
 boolean isArmyType(java.lang.Object type)
           
 boolean isCountryType(java.lang.Object type)
           
 boolean isPoBoxType(java.lang.Object type)
           
 void setShipRestrictionForItem(java.lang.Object shipRestriction, java.lang.Object item)
           
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemShipRestrictionDetailHandler

public ItemShipRestrictionDetailHandler()
Method Detail

getShipRestrictionAddressCodes

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

getRestrictionTypes

public java.util.List getRestrictionTypes()

isCountryType

public boolean isCountryType(java.lang.Object type)

isPoBoxType

public boolean isPoBoxType(java.lang.Object type)

isArmyType

public boolean isArmyType(java.lang.Object type)

getAllCountries

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

getDefaultCountry

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

setShipRestrictionForItem

public void setShipRestrictionForItem(java.lang.Object shipRestriction,
                                      java.lang.Object item)

createShipRestrictionDetail

public java.lang.Object createShipRestrictionDetail(java.lang.Object type,
                                                    java.lang.Object country,
                                                    java.lang.String value)
                                             throws SystemException,
                                                    BusinessException
Throws:
SystemException
BusinessException

applyAddressCode

public void applyAddressCode(java.lang.Object code)
                      throws SystemException,
                             BusinessException
Throws:
SystemException
BusinessException

isAddressValueAllowed

public boolean isAddressValueAllowed(java.lang.Object type)


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