org.kuali.kfs.gl.dataaccess.impl
Class OriginEntrySourceDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.gl.dataaccess.impl.OriginEntrySourceDaoOjb
All Implemented Interfaces:
OriginEntrySourceDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class OriginEntrySourceDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements OriginEntrySourceDao

An OJB implementation of OriginEntrySourceDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
OriginEntrySourceDaoOjb()
          Constructs a OriginEntrySourceDaoOjb instance
 
Method Summary
 Collection findAll()
          Fetches all origin entry full records in the database
 OriginEntrySource findBySourceCode(String code)
          Finds an origin entry source record based on its source code
 
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
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

OriginEntrySourceDaoOjb

public OriginEntrySourceDaoOjb()
Constructs a OriginEntrySourceDaoOjb instance

Method Detail

findAll

public Collection findAll()
Fetches all origin entry full records in the database

Specified by:
findAll in interface OriginEntrySourceDao
Returns:
a Collection of all origin entry source records
See Also:
OriginEntrySourceDao.findAll()

findBySourceCode

public OriginEntrySource findBySourceCode(String code)
Finds an origin entry source record based on its source code

Specified by:
findBySourceCode in interface OriginEntrySourceDao
Parameters:
code - the code of the origin entry source record to find
Returns:
an Origin Entry Source record if found, or null if not found
See Also:
OriginEntrySourceDao.findBySourceCode(java.lang.String)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.