org.kuali.kfs.module.bc.document.dataaccess
Interface BudgetConstructionOrganizationReportsDao

All Known Implementing Classes:
BudgetConstructionOrganizationReportsDaoOjb

public interface BudgetConstructionOrganizationReportsDao


Method Summary
 List getActiveChildOrgs(String chartOfAccountsCode, String organizationCode)
          This method returns active organizations that report to the passed in organization.
 BudgetConstructionOrganizationReports getByPrimaryId(String chartOfAccountsCode, String organizationCode)
          gets a BudgetConstructionOrganizationReports object with PrimaryId
 Collection getBySearchCriteria(Class cls, Map searchCriteria)
          gets Collection with searchCriteria
 Collection getBySearchCriteriaWithOrderByList(Class cls, Map searchCriteria, List<String> orderList)
          gets Collection with searchCriteria and OrderByList
 boolean isLeafOrg(String chartOfAccountsCode, String organizationCode)
          This method returns whether or not an organization is a leaf in the reports to tree
 

Method Detail

getByPrimaryId

BudgetConstructionOrganizationReports getByPrimaryId(String chartOfAccountsCode,
                                                     String organizationCode)
gets a BudgetConstructionOrganizationReports object with PrimaryId

Parameters:
chartOfAccountsCode -
organizationCode -
Returns:

getBySearchCriteria

Collection getBySearchCriteria(Class cls,
                               Map searchCriteria)
gets Collection with searchCriteria

Parameters:
cls -
searchCriteria -
Returns:

getBySearchCriteriaWithOrderByList

Collection getBySearchCriteriaWithOrderByList(Class cls,
                                              Map searchCriteria,
                                              List<String> orderList)
gets Collection with searchCriteria and OrderByList

Parameters:
cls -
searchCriteria -
orderList -
Returns:

getActiveChildOrgs

List getActiveChildOrgs(String chartOfAccountsCode,
                        String organizationCode)
This method returns active organizations that report to the passed in organization.

Parameters:
chartOfAccountsCode -
organizationCode -
Returns:

isLeafOrg

boolean isLeafOrg(String chartOfAccountsCode,
                  String organizationCode)
This method returns whether or not an organization is a leaf in the reports to tree

Parameters:
chartOfAccountsCode -
organizationCode -
Returns:


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