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

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

public class CustomerMainAddressHandler
extends ScreenHandler


Constructor Summary
CustomerMainAddressHandler()
           
 
Method Summary
 void copyAddress(java.lang.Object object)
           
 java.util.List findCustomerByNumber(java.lang.String customerId)
           
 java.util.List getAddressChangeReasons()
           
 java.lang.String getAddressCity()
           
 java.lang.String getAddressCounty()
           
 java.lang.String getAddressGeoCode()
           
 java.lang.String getAddressLabel()
          ADDRESS GETTERS
 java.lang.String getAddressLine1()
           
 java.lang.String getAddressLine2()
           
 java.lang.String getAddressLine3()
           
 java.lang.Object getAddressNation()
           
 java.lang.String getAddressPostalCode()
           
 java.lang.String getAddressState()
           
 java.util.List getAllShipToCountries()
           
 java.util.Set getBadAddresses()
           
 CustomerCreditPreApproval getCreditPreApproval()
           
 java.lang.Object getCustomer()
           
 java.lang.Object getCustomerAddress()
           
 java.lang.Object getCustomerCreditPreApproval()
           
 java.lang.String getCustomerDisplayCode()
          CUSTOMER METHODS
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 java.lang.String getMiddleInitial()
           
 java.lang.Object getSalutation()
           
 java.util.List getSalutationList()
          SELECTION LISTS
 java.lang.Object getSuffix()
           
 java.util.List getSuffixList()
           
 boolean hasHouseholdNumber()
           
 boolean hasMaintenanceOrder()
           
 boolean isAddressDefaultShipTo()
           
 boolean isAddressForNewHouseholdCustomer()
           
 boolean isInactive()
           
 boolean isMatchCodeActive()
          SYSTEM PARAMETER
 boolean isNewCustomer()
           
 void retrieveDataFromRepository()
          CUSTOMER
 void setAddressCity(java.lang.String city)
           
 void setAddressCountry(java.lang.Object object)
           
 void setAddressCounty(java.lang.String county)
           
 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 lineOne)
          ADDRESS SETTERS
 void setAddressLine2(java.lang.String lineTwo)
           
 void setAddressLine3(java.lang.String lineThree)
           
 void setAddressPostalCode(java.lang.String postalCode)
           
 void setAddressState(java.lang.String state)
           
 void setFirstName(java.lang.String firstName)
           
 void setGeoLocationCode(java.lang.String getLocationCode)
           
 void setHouseholdNumber(java.lang.String number)
          HOUSEHOLD METHODS
 void setLastName(java.lang.String lastName)
           
 void setMiddleInitial(java.lang.String middleInitial)
           
 void setSalutation(java.lang.Object salutation)
           
 void setSuffix(java.lang.Object suffix)
           
 boolean showCreditPreApproval()
           
 void storeCustomer(java.lang.Object object)
          SEARCH METHODS
 void submit()
          SUBMIT CUSTOMER
 void validateOrderLineAddresses()
           
 
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

CustomerMainAddressHandler

public CustomerMainAddressHandler()
Method Detail

isMatchCodeActive

public boolean isMatchCodeActive()
SYSTEM PARAMETER


retrieveDataFromRepository

public void retrieveDataFromRepository()
                                throws SystemException
CUSTOMER

Throws:
SystemException

findCustomerByNumber

public java.util.List findCustomerByNumber(java.lang.String customerId)
                                    throws SystemException,
                                           UiBusinessException
Throws:
SystemException
UiBusinessException

getCustomer

public java.lang.Object getCustomer()

getCustomerAddress

public java.lang.Object getCustomerAddress()

hasMaintenanceOrder

public boolean hasMaintenanceOrder()

hasHouseholdNumber

public boolean hasHouseholdNumber()
                           throws SystemException
Throws:
SystemException

isNewCustomer

public boolean isNewCustomer()
                      throws SystemException
Throws:
SystemException

getCreditPreApproval

public CustomerCreditPreApproval getCreditPreApproval()
                                               throws SystemException,
                                                      BusinessException
Throws:
SystemException
BusinessException

showCreditPreApproval

public boolean showCreditPreApproval()

getCustomerDisplayCode

public java.lang.String getCustomerDisplayCode()
                                        throws SystemException
CUSTOMER METHODS

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

isInactive

public boolean isInactive()
                   throws SystemException
Throws:
SystemException

setSalutation

public void setSalutation(java.lang.Object salutation)
                   throws SystemException
Throws:
SystemException

setFirstName

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

setMiddleInitial

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

getBadAddresses

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

getSalutationList

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

Throws:
SystemException

getSuffixList

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

getAddressChangeReasons

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

getAllShipToCountries

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

setAddressLine1

public void setAddressLine1(java.lang.String lineOne)
                     throws SystemException
ADDRESS SETTERS

Throws:
SystemException

setAddressLine2

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

setAddressLine3

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

setAddressCity

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

setAddressState

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

setAddressCountry

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

setAddressPostalCode

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

setGeoLocationCode

public void setGeoLocationCode(java.lang.String getLocationCode)
                        throws SystemException
Throws:
SystemException

setAddressCounty

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

setAddressDayPhone

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

setAddressEveningPhone

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

getAddressLabel

public java.lang.String getAddressLabel()
                                 throws SystemException
ADDRESS GETTERS

Throws:
SystemException

getAddressLine1

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

getAddressLine2

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

getAddressLine3

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

getAddressCity

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

getAddressState

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

getAddressPostalCode

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

getAddressGeoCode

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

getAddressCounty

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

getAddressNation

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

isAddressForNewHouseholdCustomer

public boolean isAddressForNewHouseholdCustomer()
                                         throws SystemException
Throws:
SystemException

isAddressDefaultShipTo

public boolean isAddressDefaultShipTo()
                               throws SystemException
Throws:
SystemException

setHouseholdNumber

public void setHouseholdNumber(java.lang.String number)
                        throws SystemException
HOUSEHOLD METHODS

Throws:
SystemException

copyAddress

public void copyAddress(java.lang.Object object)
                 throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
SUBMIT CUSTOMER

Throws:
SystemException
BusinessException

validateOrderLineAddresses

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

getCustomerCreditPreApproval

public java.lang.Object getCustomerCreditPreApproval()
                                              throws SystemException,
                                                     BusinessException
Throws:
SystemException
BusinessException

storeCustomer

public void storeCustomer(java.lang.Object object)
                   throws SystemException,
                          BusinessException
SEARCH METHODS

Throws:
SystemException
BusinessException


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