org.kuali.kfs.module.bc.document.dataaccess.impl
Class BudgetConstructionOrganizationReportsDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
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
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
BudgetConstructionOrganizationReportsDaoOjb
public BudgetConstructionOrganizationReportsDaoOjb()
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.