org.dbforms.event
Class DatabaseEventFactory
java.lang.Object
org.dbforms.event.EventFactory
org.dbforms.event.DatabaseEventFactory
- Direct Known Subclasses:
- DatabaseEventFactoryImpl
public abstract class DatabaseEventFactory
- extends EventFactory
DatabaseEventFactory class. Create DatabaseEvent objects.
- Author:
- Luca Fossato
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseEventFactory
public DatabaseEventFactory()
createInsertEvent
public abstract DatabaseEvent createInsertEvent(int tableId,
String keyId,
HttpServletRequest request,
DbFormsConfig config)
- Create and return a new InsertEvent as secondary event.
- Parameters:
tableId
- the table identifierkeyId
- DOCUMENT ME!request
- the HttpServletRequest objectconfig
- the DbForms config object
- Returns:
- The updateEvent object
createUpdateEvent
public abstract DatabaseEvent createUpdateEvent(int tableId,
String keyId,
HttpServletRequest request,
DbFormsConfig config)
- Create and return a new UpdateEvent as secondary event.
- Parameters:
tableId
- the table identifierkeyId
- the key identifierrequest
- the HttpServletRequest objectconfig
- the DbForms config object
- Returns:
- The updateEvent object
Copyright © 2002-2005 DbForms. All Rights Reserved.