com.retek.rcom.gui.screen.ordermain
Class OrderMainCustomerHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.ordermain.OrderMainCustomerHandler

public class OrderMainCustomerHandler
extends ScreenHandler


Constructor Summary
OrderMainCustomerHandler()
           
 
Method Summary
 java.lang.String getAddressCity()
           
 java.lang.String getAddressLabel()
          CUSTOMER ADDRESS
 java.lang.String getAddressLine1()
           
 java.lang.String getAddressLine2()
           
 java.lang.String getAddressLine3()
           
 java.lang.String getAddressName()
           
 java.lang.String getAddressPostalCode()
           
 java.lang.String getAddressState()
           
 java.lang.String getCounty()
           
 java.lang.Object getCustomer()
          CUSTOMER METHOD
 java.lang.String getCustomerId()
           
 java.lang.String getCustomerName()
           
 java.lang.String getDayExtension()
           
 java.lang.String getDayPhone()
           
 java.lang.String getEmail()
           
 java.lang.String getEveningExtension()
           
 java.lang.String getEveningPhone()
           
 java.lang.String getGeoCode()
           
 java.lang.String getMediaDefaultSourceCode()
          SOURCE CODE METHOD
 java.lang.String getMediaDescription()
           
 java.lang.String getMediaSeason()
           
 java.lang.String getOrderStoreDisplayCode()
           
 boolean hasMaintenanceOrder()
          ORDER METHODS
 void retrieveDataFromRepository()
          STATE MANAGEMENT
 void setBillToAddress()
           
 void setBillToAddress(java.lang.Object address)
           
 void setShipToAddress()
           
 
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

OrderMainCustomerHandler

public OrderMainCustomerHandler()
Method Detail

retrieveDataFromRepository

public void retrieveDataFromRepository()
STATE MANAGEMENT


hasMaintenanceOrder

public boolean hasMaintenanceOrder()
                            throws SystemException
ORDER METHODS

Throws:
SystemException

setShipToAddress

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

setBillToAddress

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

getCustomer

public java.lang.Object getCustomer()
CUSTOMER METHOD


getCustomerId

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

getCustomerName

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

getMediaDefaultSourceCode

public java.lang.String getMediaDefaultSourceCode()
                                           throws SystemException
SOURCE CODE METHOD

Throws:
SystemException

getMediaDescription

public java.lang.String getMediaDescription()
                                     throws SystemException,
                                            BusinessException
Throws:
SystemException
BusinessException

getMediaSeason

public java.lang.String getMediaSeason()
                                throws SystemException,
                                       BusinessException
Throws:
SystemException
BusinessException

getAddressLabel

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

Throws:
SystemException

getAddressName

public java.lang.String getAddressName()
                                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

getGeoCode

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

getDayPhone

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

getDayExtension

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

getEveningPhone

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

getEveningExtension

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

getEmail

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

setBillToAddress

public void setBillToAddress(java.lang.Object address)
                      throws SystemException,
                             BusinessException
Throws:
SystemException
BusinessException

getOrderStoreDisplayCode

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


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