public interface OriginEntrySourceDao
| 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 | 
Collection findAll()
OriginEntrySource findBySourceCode(String code)
code - the code of the origin entry source record to findCopyright © 2004–2015 The Kuali Foundation. All rights reserved.