gov.nih.nci.caarray.services.util.ojb
Class PBLifeCycleListenerCompoundResolver

java.lang.Object
  extended by gov.nih.nci.caarray.services.util.ojb.PBLifeCycleAdapter
      extended by gov.nih.nci.caarray.services.util.ojb.PBLifeCycleListenerCompoundResolver
All Implemented Interfaces:
org.apache.ojb.broker.PBLifeCycleListener, org.apache.ojb.broker.PBListener

public class PBLifeCycleListenerCompoundResolver
extends PBLifeCycleAdapter

Author:
TranP

Constructor Summary
PBLifeCycleListenerCompoundResolver()
           
 
Method Summary
 void afterInsert(org.apache.ojb.broker.PBLifeCycleEvent event)
           
 void afterUpdate(org.apache.ojb.broker.PBLifeCycleEvent event)
           
 void beforeInsert(org.apache.ojb.broker.PBLifeCycleEvent event)
           
 void beforeUpdate(org.apache.ojb.broker.PBLifeCycleEvent event)
           
 
Methods inherited from class gov.nih.nci.caarray.services.util.ojb.PBLifeCycleAdapter
afterDelete, afterLookup, beforeDelete, getCascadingStore, setCascadingStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PBLifeCycleListenerCompoundResolver

public PBLifeCycleListenerCompoundResolver()
Method Detail

beforeInsert

public void beforeInsert(org.apache.ojb.broker.PBLifeCycleEvent event)
                  throws org.apache.ojb.broker.PersistenceBrokerException
Specified by:
beforeInsert in interface org.apache.ojb.broker.PBLifeCycleListener
Overrides:
beforeInsert in class PBLifeCycleAdapter
Throws:
org.apache.ojb.broker.PersistenceBrokerException

afterInsert

public void afterInsert(org.apache.ojb.broker.PBLifeCycleEvent event)
                 throws org.apache.ojb.broker.PersistenceBrokerException
Specified by:
afterInsert in interface org.apache.ojb.broker.PBLifeCycleListener
Overrides:
afterInsert in class PBLifeCycleAdapter
Throws:
org.apache.ojb.broker.PersistenceBrokerException

beforeUpdate

public void beforeUpdate(org.apache.ojb.broker.PBLifeCycleEvent event)
                  throws org.apache.ojb.broker.PersistenceBrokerException
Specified by:
beforeUpdate in interface org.apache.ojb.broker.PBLifeCycleListener
Overrides:
beforeUpdate in class PBLifeCycleAdapter
Throws:
org.apache.ojb.broker.PersistenceBrokerException

afterUpdate

public void afterUpdate(org.apache.ojb.broker.PBLifeCycleEvent event)
                 throws org.apache.ojb.broker.PersistenceBrokerException
Specified by:
afterUpdate in interface org.apache.ojb.broker.PBLifeCycleListener
Overrides:
afterUpdate in class PBLifeCycleAdapter
Throws:
org.apache.ojb.broker.PersistenceBrokerException