org.kuali.rice.ksb.messaging.bam.dao.impl
Class BAMDaoJpaImpl
java.lang.Object
org.kuali.rice.ksb.messaging.bam.dao.impl.BAMDaoJpaImpl
- All Implemented Interfaces:
- BAMDAO
public class BAMDaoJpaImpl
- extends Object
- implements BAMDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BAMDaoJpaImpl
public BAMDaoJpaImpl()
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
clearBAMTables
public void clearBAMTables()
- Specified by:
clearBAMTables
in interface BAMDAO
getCallsForService
public List<BAMTargetEntry> getCallsForService(QName serviceName,
String methodName)
- Specified by:
getCallsForService
in interface BAMDAO
save
public void save(BAMTargetEntry bamEntry)
- Specified by:
save
in interface BAMDAO
getCallsForService
public List<BAMTargetEntry> getCallsForService(QName serviceName)
- Specified by:
getCallsForService
in interface BAMDAO
getCallsForRemotedClasses
public List<BAMTargetEntry> getCallsForRemotedClasses(ObjectDefinition objDef)
- Specified by:
getCallsForRemotedClasses
in interface BAMDAO
getCallsForRemotedClasses
public List<BAMTargetEntry> getCallsForRemotedClasses(ObjectDefinition objDef,
String methodName)
- Specified by:
getCallsForRemotedClasses
in interface BAMDAO
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.