com.retek.rmm.gui.screen.admin
Class ShipRestrictionDetailDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.admin.ShipRestrictionDetailDialogHandler

public class ShipRestrictionDetailDialogHandler
extends ScreenHandler


Constructor Summary
ShipRestrictionDetailDialogHandler()
           
 
Method Summary
 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()
           
 boolean isAddressValueAllowed(java.lang.Object type)
           
 boolean isAddressValueHardcoded(java.lang.Object type)
           
 boolean isArmyType(java.lang.Object type)
           
 boolean isCountryType(java.lang.Object type)
           
 boolean isPoBoxType(java.lang.Object type)
           
 boolean isSaveAllowed(java.lang.Object type)
           
 void setShipRestriction(java.lang.Object restriction)
           
 void setShipRestrictionAddressCode(java.lang.Object code)
           
 
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

ShipRestrictionDetailDialogHandler

public ShipRestrictionDetailDialogHandler()
Method Detail

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

setShipRestriction

public void setShipRestriction(java.lang.Object restriction)

setShipRestrictionAddressCode

public void setShipRestrictionAddressCode(java.lang.Object code)

createShipRestrictionDetail

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

isAddressValueAllowed

public boolean isAddressValueAllowed(java.lang.Object type)

isAddressValueHardcoded

public boolean isAddressValueHardcoded(java.lang.Object type)

isSaveAllowed

public boolean isSaveAllowed(java.lang.Object type)


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