org.kuali.kfs.module.bc.document.service
Interface BudgetConstructionOrganizationReportsService

All Known Implementing Classes:
BudgetConstructionOrganizationReportsServiceImpl

public interface BudgetConstructionOrganizationReportsService

This interface defines methods that an Budget Construction Organization Reports Service must provide.


Method Summary
 List getActiveChildOrgs(String chartOfAccountsCode, String organizationCode)
          This method returns a list of child BC organization reports objects for the passed in org.
 BudgetConstructionOrganizationReports getByPrimaryId(String chartOfAccountsCode, String organizationCode)
          This method retrieves a Budget Construction Organization Reports instance by its composite primary keys (parameters passed in).
 List getBySearchCriteria(Class cls, Map searchCriteria)
           
 List getBySearchCriteriaOrderByList(Class cls, Map searchCriteria, List<String> orderList)
           
 boolean isLeafOrg(String chartOfAccountsCode, String organizationCode)
          This method returns if an org is a leaf
 

Method Detail

getByPrimaryId

BudgetConstructionOrganizationReports getByPrimaryId(String chartOfAccountsCode,
                                                     String organizationCode)
This method retrieves a Budget Construction Organization Reports instance by its composite primary keys (parameters passed in).

Parameters:
chartOfAccountsCode -
organizationCode -
Returns:
a Budget Construction Organization Reports instance.

getBySearchCriteria

List getBySearchCriteria(Class cls,
                         Map searchCriteria)

getBySearchCriteriaOrderByList

List getBySearchCriteriaOrderByList(Class cls,
                                    Map searchCriteria,
                                    List<String> orderList)

getActiveChildOrgs

List getActiveChildOrgs(String chartOfAccountsCode,
                        String organizationCode)
This method returns a list of child BC organization reports objects for the passed in org.

Parameters:
chartOfAccountsCode -
organizationCode -
Returns:

isLeafOrg

boolean isLeafOrg(String chartOfAccountsCode,
                  String organizationCode)
This method returns if an org is a leaf

Parameters:
chartOfAccountsCode -
organizationCode -
Returns:


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