org.kuali.rice.edl.impl.dao.impl
Class EDocLiteDAOOjbImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.edl.impl.dao.impl.EDocLiteDAOOjbImpl
- All Implemented Interfaces:
- EDocLiteDAO, org.springframework.beans.factory.InitializingBean
public class EDocLiteDAOOjbImpl
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
- implements EDocLiteDAO
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
EDocLiteDAOOjbImpl
public EDocLiteDAOOjbImpl()
saveEDocLiteDefinition
public void saveEDocLiteDefinition(EDocLiteDefinition edocLiteData)
- Specified by:
saveEDocLiteDefinition
in interface EDocLiteDAO
saveEDocLiteAssociation
public void saveEDocLiteAssociation(EDocLiteAssociation assoc)
- Specified by:
saveEDocLiteAssociation
in interface EDocLiteDAO
getEDocLiteDefinition
public EDocLiteDefinition getEDocLiteDefinition(String defName)
- Specified by:
getEDocLiteDefinition
in interface EDocLiteDAO
getEDocLiteAssociation
public EDocLiteAssociation getEDocLiteAssociation(String docTypeName)
- Specified by:
getEDocLiteAssociation
in interface EDocLiteDAO
getEDocLiteDefinitions
public List getEDocLiteDefinitions()
- Specified by:
getEDocLiteDefinitions
in interface EDocLiteDAO
getEDocLiteAssociations
public List getEDocLiteAssociations()
- Specified by:
getEDocLiteAssociations
in interface EDocLiteDAO
search
public List search(EDocLiteAssociation edocLite)
- Specified by:
search
in interface EDocLiteDAO
getEDocLiteAssociation
public EDocLiteAssociation getEDocLiteAssociation(Long associationId)
- Specified by:
getEDocLiteAssociation
in interface EDocLiteDAO
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.