com.retek.rcom.gui.screen.customermain
Class AddressPanelHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.customermain.AddressPanelHandler

public class AddressPanelHandler
extends ScreenHandler


Constructor Summary
AddressPanelHandler()
           
 
Method Summary
 java.util.Collection getAllCountries()
           
 java.lang.String getCity()
           
 java.lang.String getCountryCode(java.lang.Object country)
           
 java.lang.String getCounty()
           
 java.lang.Object getCustomer()
           
 java.lang.Object getCustomerAddress()
           
 java.lang.Object getDefaultCountry()
           
 java.lang.String getDescriptionForObject(java.lang.Object object)
           
 java.lang.String getPostalCode()
           
 java.lang.String getStateAbbreviation()
           
 java.lang.String getTaxReferenceCode()
           
 void setCity(java.lang.String city)
           
 void setCountry(java.lang.Object country)
           
 void setCustomerAddress(java.lang.Object address)
          CUSTOMER ADDRESS GETTER METHODS
 void setLine1(java.lang.String lineOne)
          CUSTOMER ADDRESS SETTER METHODS
 void setLine2(java.lang.String lineTwo)
           
 void setLine3(java.lang.String lineThree)
           
 void setPostalCode(java.lang.String postalCode)
           
 void setState(java.lang.String state)
           
 
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

AddressPanelHandler

public AddressPanelHandler()
Method Detail

getCustomer

public java.lang.Object getCustomer()

setCustomerAddress

public void setCustomerAddress(java.lang.Object address)
CUSTOMER ADDRESS GETTER METHODS


getCustomerAddress

public java.lang.Object getCustomerAddress()

getCity

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

getStateAbbreviation

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

getPostalCode

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

getCounty

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

getTaxReferenceCode

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

getDescriptionForObject

public java.lang.String getDescriptionForObject(java.lang.Object object)

getAllCountries

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

getDefaultCountry

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

getCountryCode

public java.lang.String getCountryCode(java.lang.Object country)
                                throws SystemException
Throws:
SystemException

setLine1

public void setLine1(java.lang.String lineOne)
              throws SystemException
CUSTOMER ADDRESS SETTER METHODS

Throws:
SystemException

setLine2

public void setLine2(java.lang.String lineTwo)
              throws SystemException
Throws:
SystemException

setLine3

public void setLine3(java.lang.String lineThree)
              throws SystemException
Throws:
SystemException

setCity

public void setCity(java.lang.String city)
             throws SystemException
Throws:
SystemException

setState

public void setState(java.lang.String state)
              throws SystemException
Throws:
SystemException

setCountry

public void setCountry(java.lang.Object country)
                throws SystemException,
                       BusinessException
Throws:
SystemException
BusinessException

setPostalCode

public void setPostalCode(java.lang.String postalCode)
                   throws SystemException
Throws:
SystemException


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