public interface BudgetConstructionOrganizationReportsDao
Modifier and Type | Method and Description |
---|---|
List |
getActiveChildOrgs(String chartOfAccountsCode,
String organizationCode)
This method returns active organizations that report to the passed in organization.
|
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
|
Collection getBySearchCriteria(Class cls, Map searchCriteria)
cls
- searchCriteria
- Collection getBySearchCriteriaWithOrderByList(Class cls, Map searchCriteria, List<String> orderList)
cls
- searchCriteria
- orderList
- List getActiveChildOrgs(String chartOfAccountsCode, String organizationCode)
chartOfAccountsCode
- organizationCode
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.