org.kuali.rice.ksb.messaging.bam.dao.impl
Class BAMDAOOjbImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.ksb.messaging.bam.dao.impl.BAMDAOOjbImpl
All Implemented Interfaces:
BAMDAO, org.springframework.beans.factory.InitializingBean

public class BAMDAOOjbImpl
extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
implements BAMDAO


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
BAMDAOOjbImpl()
           
 
Method Summary
 void clearBAMTables()
           
 java.util.List<BAMTargetEntry> getCallsForRemotedClasses(org.kuali.rice.core.reflect.ObjectDefinition objDef)
           
 java.util.List<BAMTargetEntry> getCallsForRemotedClasses(org.kuali.rice.core.reflect.ObjectDefinition objDef, java.lang.String methodName)
           
 java.util.List<BAMTargetEntry> getCallsForService(javax.xml.namespace.QName serviceName)
           
 java.util.List<BAMTargetEntry> getCallsForService(javax.xml.namespace.QName serviceName, java.lang.String methodName)
           
 void save(BAMTargetEntry bamEntry)
           
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BAMDAOOjbImpl

public BAMDAOOjbImpl()
Method Detail

clearBAMTables

public void clearBAMTables()
Specified by:
clearBAMTables in interface BAMDAO

getCallsForService

public java.util.List<BAMTargetEntry> getCallsForService(javax.xml.namespace.QName serviceName,
                                                         java.lang.String methodName)
Specified by:
getCallsForService in interface BAMDAO

save

public void save(BAMTargetEntry bamEntry)
Specified by:
save in interface BAMDAO

getCallsForService

public java.util.List<BAMTargetEntry> getCallsForService(javax.xml.namespace.QName serviceName)
Specified by:
getCallsForService in interface BAMDAO

getCallsForRemotedClasses

public java.util.List<BAMTargetEntry> getCallsForRemotedClasses(org.kuali.rice.core.reflect.ObjectDefinition objDef)
Specified by:
getCallsForRemotedClasses in interface BAMDAO

getCallsForRemotedClasses

public java.util.List<BAMTargetEntry> getCallsForRemotedClasses(org.kuali.rice.core.reflect.ObjectDefinition objDef,
                                                                java.lang.String methodName)
Specified by:
getCallsForRemotedClasses in interface BAMDAO


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.