org.kuali.kfs.coa.dataaccess
Interface ChartDao

All Known Implementing Classes:
ChartDaoOjb

public interface ChartDao

This interface defines what methods of data retrieval should be allowed for Chart


Method Summary
 Collection getAll()
          This method retrieves all Chart objects in the system
 Chart getByPrimaryId(String chartOfAccountsCode)
          This method retrieves a given Chart based on it's primary key
 List getChartsThatUserIsResponsibleFor(org.kuali.rice.kim.bo.Person kualiUser)
          This method retrieves a list of Chart objects that a specific User is responsible for
 Chart getUniversityChart()
          This method retrieves the University's Chart object
 

Method Detail

getAll

Collection getAll()
This method retrieves all Chart objects in the system

Returns:
all Chart objects

getUniversityChart

Chart getUniversityChart()
This method retrieves the University's Chart object

Returns:
University's chart object

getByPrimaryId

Chart getByPrimaryId(String chartOfAccountsCode)
This method retrieves a given Chart based on it's primary key

Parameters:
chartOfAccountsCode -
Returns:
Chart object that matches this primary key

getChartsThatUserIsResponsibleFor

List getChartsThatUserIsResponsibleFor(org.kuali.rice.kim.bo.Person kualiUser)
This method retrieves a list of Chart objects that a specific User is responsible for

Parameters:
kualiUser -
Returns:
list of Chart objects that this user is responsible for


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