public class OriginEntrySourceDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements OriginEntrySourceDao
| Constructor and Description | 
|---|
| OriginEntrySourceDaoOjb()Constructs a OriginEntrySourceDaoOjb instance | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
getDbPlatform, setDbPlatformpublic OriginEntrySourceDaoOjb()
public Collection findAll()
findAll in interface OriginEntrySourceDaoOriginEntrySourceDao.findAll()public OriginEntrySource findBySourceCode(String code)
findBySourceCode in interface OriginEntrySourceDaocode - the code of the origin entry source record to findOriginEntrySourceDao.findBySourceCode(java.lang.String)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.