com.retek.rcom.gui.screen.ordercommon
Class CatalogRequestDialogHandler
java.lang.Object
com.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.ordercommon.CatalogRequestDialogHandler
- public class CatalogRequestDialogHandler
- extends ScreenHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogRequestDialogHandler
public CatalogRequestDialogHandler()
throws SystemException
- STATE MANAGEMENT
isCustomerPersisted
public boolean isCustomerPersisted()
getCustomer
public java.lang.Object getCustomer()
setRequestList
public void setRequestList(java.util.List requestList)
isCatalogSelected
public boolean isCatalogSelected(java.lang.Object testCatalog)
getActiveCatalogs
public java.util.List getActiveCatalogs()
throws SystemException
- CATALOG REQUEST METHODS
- Throws:
SystemException
setCatalog
public void setCatalog(java.lang.Object object)
getCatalogDescription
public java.lang.String getCatalogDescription()
throws SystemException
- Throws:
SystemException
getCatalogDeliveryDate
public java.lang.String getCatalogDeliveryDate()
throws SystemException
- Throws:
SystemException
submitRequest
public void submitRequest(java.util.List submitList)
throws SystemException,
UiBusinessException
- Throws:
SystemException
UiBusinessException
setAddress
public void setAddress(java.lang.Object object)
throws SystemException,
BusinessException
- CUSTOMER ADDRESS METHODS
- Throws:
SystemException
BusinessException
getAddress
public java.lang.Object getAddress()
getAddressLabel
public java.lang.String getAddressLabel()
throws SystemException
- Throws:
SystemException
getSuffix
public java.lang.Object getSuffix()
throws SystemException
- Throws:
SystemException
getSalutation
public java.lang.Object getSalutation()
throws SystemException
- Throws:
SystemException
getFirstName
public java.lang.String getFirstName()
throws SystemException
- Throws:
SystemException
getMiddleName
public java.lang.String getMiddleName()
throws SystemException
- Throws:
SystemException
getLastName
public java.lang.String getLastName()
throws SystemException
- 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
getCounty
public java.lang.String getCounty()
throws SystemException
- Throws:
SystemException
getAddressDayPhone
public java.lang.String getAddressDayPhone()
throws SystemException
- Throws:
SystemException
getAddressDayExtension
public java.lang.String getAddressDayExtension()
throws SystemException
- Throws:
SystemException
getAddressEveningPhone
public java.lang.String getAddressEveningPhone()
throws SystemException
- Throws:
SystemException
getAddressEveningExtension
public java.lang.String getAddressEveningExtension()
throws SystemException
- Throws:
SystemException
getAddressEmail
public java.lang.String getAddressEmail()
throws SystemException
- Throws:
SystemException
getSalutationList
public java.util.List getSalutationList()
throws SystemException
- Throws:
SystemException
getSuffixList
public java.util.List getSuffixList()
throws SystemException
- Throws:
SystemException
setFirstName
public void setFirstName(java.lang.String string)
throws SystemException
- Throws:
SystemException
setMiddleInitials
public void setMiddleInitials(java.lang.String string)
throws SystemException
- Throws:
SystemException
setLastName
public void setLastName(java.lang.String string)
throws SystemException
- Throws:
SystemException
setSuffix
public void setSuffix(java.lang.Object object)
throws SystemException
- Throws:
SystemException
setSalutation
public void setSalutation(java.lang.Object object)
throws SystemException
- Throws:
SystemException
setAddressLine1
public void setAddressLine1(java.lang.String string)
throws SystemException
- Throws:
SystemException
setAddressLine2
public void setAddressLine2(java.lang.String string)
throws SystemException
- Throws:
SystemException
setAddressLine3
public void setAddressLine3(java.lang.String string)
throws SystemException
- Throws:
SystemException
setCity
public void setCity(java.lang.String string)
throws SystemException
- Throws:
SystemException
setState
public void setState(java.lang.String string)
throws SystemException
- Throws:
SystemException
setPostalCode
public void setPostalCode(java.lang.String string)
throws SystemException
- Throws:
SystemException
setNation
public void setNation(java.lang.Object object)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
setDayPhone
public void setDayPhone(java.lang.String string,
java.lang.String ext)
throws SystemException
- Throws:
SystemException
setEvePhone
public void setEvePhone(java.lang.String string,
java.lang.String ext)
throws SystemException
- Throws:
SystemException
setEmail
public void setEmail(java.lang.String email)
throws SystemException
- Throws:
SystemException
setShippingLabel
public void setShippingLabel(java.lang.String string)
throws SystemException
- Throws:
SystemException
setCounty
public void setCounty(java.lang.String string)
throws SystemException
- Throws:
SystemException
submitCustomer
public void submitCustomer()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
discardChanges
public void discardChanges()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createNewCustomer
public void createNewCustomer()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
setCustomerFromRepository
public void setCustomerFromRepository()
throws SystemException
- Throws:
SystemException
getCustomerPreferences
public java.util.List getCustomerPreferences()
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25