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

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

public class AddressBookDialogHandler
extends ScreenHandler


Constructor Summary
AddressBookDialogHandler()
          CONSTRUCTOR
 
Method Summary
 void applyAddress(boolean isPrimaryShipTo)
           
 void createAddress()
          CUSTOMER ADDRESS PROCESS METHODS
 java.util.List getAddressChangeReasons()
          SELECTION LISTS
 java.util.List getAddresses()
           
 java.util.List getAllCountries()
           
 java.util.List getAllSalutations()
           
 java.util.List getAllSuffixes()
           
 java.lang.String getCity()
           
 java.lang.Object getCountry()
           
 java.lang.String getCountryCode(java.lang.Object object)
          COUNTRY METHODS
 java.lang.Object getCustomer()
           
 java.lang.Object getCustomerAddress()
           
 java.lang.String getCustomerDayPhone()
           
 java.lang.String getCustomerDayPhoneExt()
           
 java.lang.String getCustomerEmail()
           
 java.lang.String getCustomerEvePhone()
           
 java.lang.String getCustomerEvePhoneExt()
           
 java.lang.String getCustomerFirstName()
           
 java.lang.String getCustomerLastName()
           
 java.lang.String getCustomerMiddleInitial()
           
 java.lang.Object getCustomerSalutation()
           
 java.lang.Object getCustomerSuffix()
           
 java.lang.String getDayPhone()
           
 java.lang.String getDayPhoneExt()
           
 java.lang.Object getDefaultNation()
           
 java.lang.String getEmail()
           
 java.lang.String getEvePhone()
           
 java.lang.String getEvePhoneExt()
           
 java.lang.String getFirstName()
           
 java.lang.String getLabel()
           
 java.lang.String getLastName()
           
 java.lang.String getLine1()
           
 java.lang.String getLine2()
           
 java.lang.String getLine3()
           
 java.lang.String getMiddleInitial()
           
 java.lang.String getPostalCode()
           
 java.lang.Object getSalutation()
           
 java.util.List getShipToAddresses()
           
 java.util.List getShipToCountries()
           
 java.lang.String getState()
           
 java.lang.Object getSuffix()
           
 java.lang.String getTitle()
           
 java.lang.String getTypeDescription()
           
 boolean hasAddresses()
           
 boolean hasCustomer()
           
 void inactivateAddress(java.lang.Object address)
           
 boolean isNewCustomer()
           
 boolean isNewCustomerAllowed(java.lang.String firstName, java.lang.String lastName)
           
 boolean isPrimaryBillTo()
           
 boolean isPrimaryShipTo()
           
 boolean postalCodeHasChanged(java.lang.String postalCode)
          GEO CODE METHODS
 void refreshCustomer()
           
 boolean requiresGeoCodeLookup(java.lang.Object country)
           
 void setAcquisitionCatalogRequest()
           
 void setCity(java.lang.String city)
           
 void setCountry(java.lang.Object nation)
           
 void setCounty(java.lang.String county)
           
 void setCustomer(java.lang.Object object)
          CUSTOMER METHODS
 void setCustomerAddress(java.lang.Object address)
          CUSTOMER ADDRESS GETTER METHODS
 void setDayPhone(java.lang.String phone, java.lang.String extension)
           
 void setEmail(java.lang.String email)
           
 void setEvePhone(java.lang.String phone, java.lang.String extension)
           
 void setFirstName(java.lang.String firstName)
           
 void setLabel(java.lang.String label)
           
 void setLastName(java.lang.String lastName)
           
 void setLine1(java.lang.String addressLine)
           
 void setLine2(java.lang.String addressLine)
           
 void setLine3(java.lang.String addressLine)
           
 void setMiddleInitial(java.lang.String middleName)
           
 void setNewCustomer(boolean newCustomer)
           
 void setPostalCode(java.lang.String zipCode)
           
 void setSalutation(java.lang.Object salutation)
          CUSTOMER ADDRESS SETTER METHODS
 void setState(java.lang.String state)
           
 void setSuffix(java.lang.Object suffix)
           
 void setTaxReferenceCode(java.lang.String taxReferenceCode)
           
 
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

AddressBookDialogHandler

public AddressBookDialogHandler()
CONSTRUCTOR

Method Detail

setCustomer

public void setCustomer(java.lang.Object object)
CUSTOMER METHODS


getCustomer

public java.lang.Object getCustomer()

hasCustomer

public boolean hasCustomer()

getTitle

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

hasAddresses

public boolean hasAddresses()
                     throws SystemException
Throws:
SystemException

getShipToAddresses

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

getAddresses

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

getCustomerSalutation

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

getCustomerFirstName

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

getCustomerMiddleInitial

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

getCustomerLastName

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

getCustomerSuffix

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

getCustomerDayPhone

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

getCustomerDayPhoneExt

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

getCustomerEvePhone

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

getCustomerEvePhoneExt

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

getCustomerEmail

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

setCustomerAddress

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


getCustomerAddress

public java.lang.Object getCustomerAddress()

getLabel

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

getSalutation

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

getFirstName

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

getMiddleInitial

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

getLastName

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

getSuffix

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

getLine1

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

getLine2

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

getLine3

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

getCity

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

getState

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

getPostalCode

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

getCountry

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

getDayPhone

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

getDayPhoneExt

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

getEvePhone

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

getEvePhoneExt

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

getEmail

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

isPrimaryBillTo

public boolean isPrimaryBillTo()
                        throws SystemException
Throws:
SystemException

isPrimaryShipTo

public boolean isPrimaryShipTo()
                        throws SystemException
Throws:
SystemException

isNewCustomer

public boolean isNewCustomer()
                      throws SystemException
Throws:
SystemException

isNewCustomerAllowed

public boolean isNewCustomerAllowed(java.lang.String firstName,
                                    java.lang.String lastName)
                             throws SystemException
Throws:
SystemException

getTypeDescription

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

setSalutation

public void setSalutation(java.lang.Object salutation)
                   throws SystemException
CUSTOMER ADDRESS SETTER METHODS

Throws:
SystemException

setFirstName

public void setFirstName(java.lang.String firstName)
                  throws SystemException
Throws:
SystemException

setMiddleInitial

public void setMiddleInitial(java.lang.String middleName)
                      throws SystemException
Throws:
SystemException

setLastName

public void setLastName(java.lang.String lastName)
                 throws SystemException
Throws:
SystemException

setSuffix

public void setSuffix(java.lang.Object suffix)
               throws SystemException
Throws:
SystemException

setLine1

public void setLine1(java.lang.String addressLine)
              throws SystemException
Throws:
SystemException

setLine2

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

setLine3

public void setLine3(java.lang.String addressLine)
              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

setPostalCode

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

setCountry

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

setCounty

public void setCounty(java.lang.String county)
               throws SystemException
Throws:
SystemException

setTaxReferenceCode

public void setTaxReferenceCode(java.lang.String taxReferenceCode)
                         throws SystemException
Throws:
SystemException

setDayPhone

public void setDayPhone(java.lang.String phone,
                        java.lang.String extension)
                 throws SystemException
Throws:
SystemException

setEvePhone

public void setEvePhone(java.lang.String phone,
                        java.lang.String extension)
                 throws SystemException
Throws:
SystemException

setEmail

public void setEmail(java.lang.String email)
              throws SystemException
Throws:
SystemException

setLabel

public void setLabel(java.lang.String label)
              throws SystemException
Throws:
SystemException

setNewCustomer

public void setNewCustomer(boolean newCustomer)
                    throws SystemException
Throws:
SystemException

setAcquisitionCatalogRequest

public void setAcquisitionCatalogRequest()
                                  throws SystemException
Throws:
SystemException

createAddress

public void createAddress()
                   throws SystemException,
                          BusinessException
CUSTOMER ADDRESS PROCESS METHODS

Throws:
SystemException
BusinessException

inactivateAddress

public void inactivateAddress(java.lang.Object address)
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

applyAddress

public void applyAddress(boolean isPrimaryShipTo)
                  throws SystemException,
                         BusinessException
Throws:
SystemException
BusinessException

getAddressChangeReasons

public java.util.List getAddressChangeReasons()
                                       throws SystemException
SELECTION LISTS

Throws:
SystemException

getAllSalutations

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

getAllSuffixes

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

getAllCountries

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

getDefaultNation

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

getCountryCode

public java.lang.String getCountryCode(java.lang.Object object)
                                throws SystemException
COUNTRY METHODS

Throws:
SystemException

getShipToCountries

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

postalCodeHasChanged

public boolean postalCodeHasChanged(java.lang.String postalCode)
                             throws SystemException
GEO CODE METHODS

Throws:
SystemException

requiresGeoCodeLookup

public boolean requiresGeoCodeLookup(java.lang.Object country)
                              throws SystemException
Throws:
SystemException

refreshCustomer

public void refreshCustomer()
                     throws SystemException
Throws:
SystemException


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