|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.customermain.CustomerMainAddressHandler
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 |
public CustomerMainAddressHandler()
Method Detail |
public boolean isMatchCodeActive()
public void retrieveDataFromRepository() throws SystemException
SystemException
public java.util.List findCustomerByNumber(java.lang.String customerId) throws SystemException, UiBusinessException
SystemException
UiBusinessException
public java.lang.Object getCustomer()
public java.lang.Object getCustomerAddress()
public boolean hasMaintenanceOrder()
public boolean hasHouseholdNumber() throws SystemException
SystemException
public boolean isNewCustomer() throws SystemException
SystemException
public CustomerCreditPreApproval getCreditPreApproval() throws SystemException, BusinessException
SystemException
BusinessException
public boolean showCreditPreApproval()
public java.lang.String getCustomerDisplayCode() throws SystemException
SystemException
public java.lang.Object getSalutation() throws SystemException
SystemException
public java.lang.String getFirstName() throws SystemException
SystemException
public java.lang.String getMiddleInitial() throws SystemException
SystemException
public java.lang.String getLastName() throws SystemException
SystemException
public java.lang.Object getSuffix() throws SystemException
SystemException
public boolean isInactive() throws SystemException
SystemException
public void setSalutation(java.lang.Object salutation) throws SystemException
SystemException
public void setFirstName(java.lang.String firstName) throws SystemException
SystemException
public void setMiddleInitial(java.lang.String middleInitial) throws SystemException
SystemException
public void setLastName(java.lang.String lastName) throws SystemException
SystemException
public void setSuffix(java.lang.Object suffix) throws SystemException
SystemException
public java.util.Set getBadAddresses() throws SystemException
SystemException
public java.util.List getSalutationList() throws SystemException
SystemException
public java.util.List getSuffixList() throws SystemException
SystemException
public java.util.List getAddressChangeReasons() throws SystemException
SystemException
public java.util.List getAllShipToCountries() throws SystemException
SystemException
public void setAddressLine1(java.lang.String lineOne) throws SystemException
SystemException
public void setAddressLine2(java.lang.String lineTwo) throws SystemException
SystemException
public void setAddressLine3(java.lang.String lineThree) throws SystemException
SystemException
public void setAddressCity(java.lang.String city) throws SystemException
SystemException
public void setAddressState(java.lang.String state) throws SystemException
SystemException
public void setAddressCountry(java.lang.Object object) throws SystemException, UiBusinessException
SystemException
UiBusinessException
public void setAddressPostalCode(java.lang.String postalCode) throws SystemException
SystemException
public void setGeoLocationCode(java.lang.String getLocationCode) throws SystemException
SystemException
public void setAddressCounty(java.lang.String county) throws SystemException
SystemException
public void setAddressDayPhone(java.lang.String phone, java.lang.String extension) throws SystemException
SystemException
public void setAddressEveningPhone(java.lang.String phone, java.lang.String extension) throws SystemException
SystemException
public java.lang.String getAddressLabel() throws SystemException
SystemException
public java.lang.String getAddressLine1() throws SystemException
SystemException
public java.lang.String getAddressLine2() throws SystemException
SystemException
public java.lang.String getAddressLine3() throws SystemException
SystemException
public java.lang.String getAddressCity() throws SystemException
SystemException
public java.lang.String getAddressState() throws SystemException
SystemException
public java.lang.String getAddressPostalCode() throws SystemException
SystemException
public java.lang.String getAddressGeoCode() throws SystemException
SystemException
public java.lang.String getAddressCounty() throws SystemException
SystemException
public java.lang.Object getAddressNation() throws SystemException
SystemException
public boolean isAddressForNewHouseholdCustomer() throws SystemException
SystemException
public boolean isAddressDefaultShipTo() throws SystemException
SystemException
public void setHouseholdNumber(java.lang.String number) throws SystemException
SystemException
public void copyAddress(java.lang.Object object) throws SystemException
SystemException
public void submit() throws SystemException, BusinessException
SystemException
BusinessException
public void validateOrderLineAddresses() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getCustomerCreditPreApproval() throws SystemException, BusinessException
SystemException
BusinessException
public void storeCustomer(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |