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, setDbPlatform
public OriginEntrySourceDaoOjb()
public Collection findAll()
findAll
in interface OriginEntrySourceDao
OriginEntrySourceDao.findAll()
public OriginEntrySource findBySourceCode(String code)
findBySourceCode
in interface OriginEntrySourceDao
code
- the code of the origin entry source record to findOriginEntrySourceDao.findBySourceCode(java.lang.String)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.