|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.coa.dataaccess.impl.ChartDaoOjb
public class ChartDaoOjb
This class is the OJB implementation of the ChartDao interface.
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
ChartDaoOjb()
|
|
| Method Summary | |
|---|---|
Collection |
getAll()
This method retrieves all Chart objects in the system |
Chart |
getByPrimaryId(String chartOfAccountsCode)
This method retrieves a given Chart based on it's primary key |
List |
getChartsThatUserIsResponsibleFor(org.kuali.rice.kim.bo.Person person)
fetch the charts that the user is manager for |
org.kuali.rice.kns.service.ParameterService |
getParameterService()
Gets the parameterService attribute. |
Chart |
getUniversityChart()
This method retrieves the University's Chart object |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value. |
| 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 |
|---|
public ChartDaoOjb()
| Method Detail |
|---|
public Collection getAll()
ChartDao
getAll in interface ChartDaoChartDao.getAll()public Chart getUniversityChart()
ChartDao
getUniversityChart in interface ChartDaoChartDao.getUniversityChart()public Chart getByPrimaryId(String chartOfAccountsCode)
ChartDao
getByPrimaryId in interface ChartDaoChartDao.getByPrimaryId(java.lang.String)public List getChartsThatUserIsResponsibleFor(org.kuali.rice.kim.bo.Person person)
getChartsThatUserIsResponsibleFor in interface ChartDaokualiUser -
public org.kuali.rice.kns.service.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService - The parameterService to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||