com.retek.rcom.gui.screen.mailorder
Class NewCustomerDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.mailorder.NewCustomerDialogHandler

public class NewCustomerDialogHandler
extends ScreenHandler


Constructor Summary
NewCustomerDialogHandler()
           
 
Method Summary
 java.lang.Object getCustomerAddress()
           
 java.util.List getSalutationList()
           
 java.util.List getSuffixList()
           
 void initializeCustomer()
           
 boolean isMatchCodeActive()
           
 void setAddressCity(java.lang.String string)
           
 void setAddressCountry(java.lang.Object object)
           
 void setAddressCounty(java.lang.String string)
           
 void setAddressDayPhone(java.lang.String phone, java.lang.String extension)
           
 void setAddressEveningPhone(java.lang.String phone, java.lang.String extension)
           
 void setAddressLine1(java.lang.String string)
           
 void setAddressLine2(java.lang.String string)
           
 void setAddressLine3(java.lang.String string)
           
 void setAddressPostalCode(java.lang.String string)
           
 void setAddressState(java.lang.String string)
           
 void setEmailAddress(java.lang.String string)
           
 void setFirstName(java.lang.String string)
           
 void setGeoLocationCode(java.lang.String string)
           
 void setLastName(java.lang.String string)
           
 void setMiddleInitial(java.lang.String string)
           
 void setSalutation(java.lang.Object object)
           
 void setSuffix(java.lang.Object object)
           
 void submit()
           
 
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

NewCustomerDialogHandler

public NewCustomerDialogHandler()
Method Detail

getSalutationList

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

getSuffixList

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

initializeCustomer

public void initializeCustomer()
                        throws SystemException
Throws:
SystemException

getCustomerAddress

public java.lang.Object getCustomerAddress()

isMatchCodeActive

public boolean isMatchCodeActive()

setAddressLine1

public void setAddressLine1(java.lang.String string)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

setAddressLine2

public void setAddressLine2(java.lang.String string)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

setAddressLine3

public void setAddressLine3(java.lang.String string)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

setAddressCountry

public void setAddressCountry(java.lang.Object object)
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

setAddressCity

public void setAddressCity(java.lang.String string)
                    throws SystemException,
                           BusinessException
Throws:
SystemException
BusinessException

setAddressPostalCode

public void setAddressPostalCode(java.lang.String string)
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException

setAddressState

public void setAddressState(java.lang.String string)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

setGeoLocationCode

public void setGeoLocationCode(java.lang.String string)
                        throws SystemException,
                               BusinessException
Throws:
SystemException
BusinessException

setAddressCounty

public void setAddressCounty(java.lang.String string)
                      throws SystemException,
                             BusinessException
Throws:
SystemException
BusinessException

setSalutation

public void setSalutation(java.lang.Object object)
                   throws SystemException,
                          BusinessException
Throws:
SystemException
BusinessException

setFirstName

public void setFirstName(java.lang.String string)
                  throws SystemException,
                         BusinessException
Throws:
SystemException
BusinessException

setMiddleInitial

public void setMiddleInitial(java.lang.String string)
                      throws SystemException,
                             BusinessException
Throws:
SystemException
BusinessException

setLastName

public void setLastName(java.lang.String string)
                 throws SystemException,
                        BusinessException
Throws:
SystemException
BusinessException

setSuffix

public void setSuffix(java.lang.Object object)
               throws SystemException,
                      BusinessException
Throws:
SystemException
BusinessException

setAddressDayPhone

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

setAddressEveningPhone

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

setEmailAddress

public void setEmailAddress(java.lang.String string)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

submit

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


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