org.kuali.kfs.gl.dataaccess
Interface OriginEntrySourceDao

All Known Implementing Classes:
OriginEntrySourceDaoOjb

public interface OriginEntrySourceDao

An interface for helping OriginEntrySource objects interact with the database


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
 

Method Detail

findAll

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

Returns:
a Collection of all origin entry source records

findBySourceCode

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

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


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