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

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

public class CustomerMainHandler
extends ScreenHandler


Constructor Summary
CustomerMainHandler()
           
 
Method Summary
 void createCustomer()
           
 boolean isCatalogRequestEvent(java.lang.Object historyEvent)
           
 boolean isCustomerCreatedEvent(java.lang.Object historyEvent)
          CUSTOMER EVENTS
 boolean isCustomerPersisted()
           
 boolean isCustomerPreferencesEvent(java.lang.Object historyEvent)
           
 boolean isCustomerUpdatedEvent(java.lang.Object historyEvent)
           
 void retrieveDataFromRepository()
          STATE MANAGEMENTS
 void submitCustomer()
           
 
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

CustomerMainHandler

public CustomerMainHandler()
Method Detail

retrieveDataFromRepository

public void retrieveDataFromRepository()
                                throws SystemException
STATE MANAGEMENTS

Throws:
SystemException

createCustomer

public void createCustomer()
                    throws SystemException
Throws:
SystemException

submitCustomer

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

isCustomerPersisted

public boolean isCustomerPersisted()
                            throws SystemException
Throws:
SystemException

isCustomerCreatedEvent

public boolean isCustomerCreatedEvent(java.lang.Object historyEvent)
                               throws SystemException
CUSTOMER EVENTS

Throws:
SystemException

isCustomerUpdatedEvent

public boolean isCustomerUpdatedEvent(java.lang.Object historyEvent)
                               throws SystemException
Throws:
SystemException

isCustomerPreferencesEvent

public boolean isCustomerPreferencesEvent(java.lang.Object historyEvent)
                                   throws SystemException
Throws:
SystemException

isCatalogRequestEvent

public boolean isCatalogRequestEvent(java.lang.Object historyEvent)
                              throws SystemException
Throws:
SystemException


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