|
||||||||||||
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.AddressBookDialogHandler
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 |
public AddressBookDialogHandler()
Method Detail |
public void setCustomer(java.lang.Object object)
public java.lang.Object getCustomer()
public boolean hasCustomer()
public java.lang.String getTitle() throws SystemException
SystemException
public boolean hasAddresses() throws SystemException
SystemException
public java.util.List getShipToAddresses() throws SystemException
SystemException
public java.util.List getAddresses() throws SystemException
SystemException
public java.lang.Object getCustomerSalutation() throws SystemException
SystemException
public java.lang.String getCustomerFirstName() throws SystemException
SystemException
public java.lang.String getCustomerMiddleInitial() throws SystemException
SystemException
public java.lang.String getCustomerLastName() throws SystemException
SystemException
public java.lang.Object getCustomerSuffix() throws SystemException
SystemException
public java.lang.String getCustomerDayPhone() throws SystemException
SystemException
public java.lang.String getCustomerDayPhoneExt() throws SystemException
SystemException
public java.lang.String getCustomerEvePhone() throws SystemException
SystemException
public java.lang.String getCustomerEvePhoneExt() throws SystemException
SystemException
public java.lang.String getCustomerEmail() throws SystemException
SystemException
public void setCustomerAddress(java.lang.Object address)
public java.lang.Object getCustomerAddress()
public java.lang.String getLabel() 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 java.lang.String getLine1() throws SystemException
SystemException
public java.lang.String getLine2() throws SystemException
SystemException
public java.lang.String getLine3() throws SystemException
SystemException
public java.lang.String getCity() throws SystemException
SystemException
public java.lang.String getState() throws SystemException
SystemException
public java.lang.String getPostalCode() throws SystemException
SystemException
public java.lang.Object getCountry() throws SystemException
SystemException
public java.lang.String getDayPhone() throws SystemException
SystemException
public java.lang.String getDayPhoneExt() throws SystemException
SystemException
public java.lang.String getEvePhone() throws SystemException
SystemException
public java.lang.String getEvePhoneExt() throws SystemException
SystemException
public java.lang.String getEmail() throws SystemException
SystemException
public boolean isPrimaryBillTo() throws SystemException
SystemException
public boolean isPrimaryShipTo() throws SystemException
SystemException
public boolean isNewCustomer() throws SystemException
SystemException
public boolean isNewCustomerAllowed(java.lang.String firstName, java.lang.String lastName) throws SystemException
SystemException
public java.lang.String getTypeDescription() 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 middleName) throws SystemException
SystemException
public void setLastName(java.lang.String lastName) throws SystemException
SystemException
public void setSuffix(java.lang.Object suffix) throws SystemException
SystemException
public void setLine1(java.lang.String addressLine) throws SystemException
SystemException
public void setLine2(java.lang.String addressLine) throws SystemException
SystemException
public void setLine3(java.lang.String addressLine) throws SystemException
SystemException
public void setCity(java.lang.String city) throws SystemException
SystemException
public void setState(java.lang.String state) throws SystemException
SystemException
public void setPostalCode(java.lang.String zipCode) throws SystemException
SystemException
public void setCountry(java.lang.Object nation) throws SystemException, BusinessException
SystemException
BusinessException
public void setCounty(java.lang.String county) throws SystemException
SystemException
public void setTaxReferenceCode(java.lang.String taxReferenceCode) throws SystemException
SystemException
public void setDayPhone(java.lang.String phone, java.lang.String extension) throws SystemException
SystemException
public void setEvePhone(java.lang.String phone, java.lang.String extension) throws SystemException
SystemException
public void setEmail(java.lang.String email) throws SystemException
SystemException
public void setLabel(java.lang.String label) throws SystemException
SystemException
public void setNewCustomer(boolean newCustomer) throws SystemException
SystemException
public void setAcquisitionCatalogRequest() throws SystemException
SystemException
public void createAddress() throws SystemException, BusinessException
SystemException
BusinessException
public void inactivateAddress(java.lang.Object address) throws SystemException, BusinessException
SystemException
BusinessException
public void applyAddress(boolean isPrimaryShipTo) throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getAddressChangeReasons() throws SystemException
SystemException
public java.util.List getAllSalutations() throws SystemException
SystemException
public java.util.List getAllSuffixes() throws SystemException
SystemException
public java.util.List getAllCountries() throws SystemException
SystemException
public java.lang.Object getDefaultNation() throws SystemException
SystemException
public java.lang.String getCountryCode(java.lang.Object object) throws SystemException
SystemException
public java.util.List getShipToCountries() throws SystemException
SystemException
public boolean postalCodeHasChanged(java.lang.String postalCode) throws SystemException
SystemException
public boolean requiresGeoCodeLookup(java.lang.Object country) throws SystemException
SystemException
public void refreshCustomer() throws SystemException
SystemException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |