org.kuali.kfs.module.bc.document.dataaccess.impl
Class BudgetConstructionOrganizationReportsDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.module.bc.document.dataaccess.impl.BudgetConstructionOrganizationReportsDaoOjb
All Implemented Interfaces:
BudgetConstructionOrganizationReportsDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class BudgetConstructionOrganizationReportsDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements BudgetConstructionOrganizationReportsDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
BudgetConstructionOrganizationReportsDaoOjb()
           
 
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> list)
          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
 
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BudgetConstructionOrganizationReportsDaoOjb

public BudgetConstructionOrganizationReportsDaoOjb()
Method Detail

getByPrimaryId

public BudgetConstructionOrganizationReports getByPrimaryId(String chartOfAccountsCode,
                                                            String organizationCode)
Description copied from interface: BudgetConstructionOrganizationReportsDao
gets a BudgetConstructionOrganizationReports object with PrimaryId

Specified by:
getByPrimaryId in interface BudgetConstructionOrganizationReportsDao
Returns:
See Also:
BudgetConstructionOrganizationReportsDao.getByPrimaryId(java.lang.String, java.lang.String)

getBySearchCriteria

public Collection getBySearchCriteria(Class cls,
                                      Map searchCriteria)
Description copied from interface: BudgetConstructionOrganizationReportsDao
gets Collection with searchCriteria

Specified by:
getBySearchCriteria in interface BudgetConstructionOrganizationReportsDao
Returns:
See Also:
BudgetConstructionOrganizationReportsDao.getBySearchCriteria(java.lang.Class, java.util.Map)

getBySearchCriteriaWithOrderByList

public Collection getBySearchCriteriaWithOrderByList(Class cls,
                                                     Map searchCriteria,
                                                     List<String> list)
Description copied from interface: BudgetConstructionOrganizationReportsDao
gets Collection with searchCriteria and OrderByList

Specified by:
getBySearchCriteriaWithOrderByList in interface BudgetConstructionOrganizationReportsDao
Returns:
See Also:
BudgetConstructionOrganizationReportsDao.getBySearchCriteriaWithOrderByList(java.lang.Class, java.util.Map, java.util.List)

getActiveChildOrgs

public List getActiveChildOrgs(String chartOfAccountsCode,
                               String organizationCode)
Description copied from interface: BudgetConstructionOrganizationReportsDao
This method returns active organizations that report to the passed in organization.

Specified by:
getActiveChildOrgs in interface BudgetConstructionOrganizationReportsDao
Returns:
See Also:
BudgetConstructionOrganizationReportsDao.getActiveChildOrgs(java.lang.String, java.lang.String)

isLeafOrg

public boolean isLeafOrg(String chartOfAccountsCode,
                         String organizationCode)
Description copied from interface: BudgetConstructionOrganizationReportsDao
This method returns whether or not an organization is a leaf in the reports to tree

Specified by:
isLeafOrg in interface BudgetConstructionOrganizationReportsDao
Returns:
See Also:
BudgetConstructionOrganizationReportsDao.isLeafOrg(java.lang.String, java.lang.String)


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