|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
BudgetConstructionOrganizationReports getByPrimaryId(String chartOfAccountsCode, String organizationCode)
chartOfAccountsCode
- organizationCode
-
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
-
boolean isLeafOrg(String chartOfAccountsCode, String organizationCode)
chartOfAccountsCode
- organizationCode
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |