|
||||||||||
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.SubFundGroupDaoOjb
public class SubFundGroupDaoOjb
This class implements the SubFundGroupDao
data access methods using Ojb
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
SubFundGroupDaoOjb()
|
Method Summary | |
---|---|
SubFundGroup |
getByChartAndAccount(String chartCode,
String accountNumber)
This method retrieves a specific SubFundGroup based on chart code and account number |
SubFundGroup |
getByPrimaryId(String subFundGroupCode)
This method retrieves a specific SubFundGroup based on primary key |
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 SubFundGroupDaoOjb()
Method Detail |
---|
public SubFundGroup getByPrimaryId(String subFundGroupCode)
SubFundGroupDao
SubFundGroup
based on primary key
getByPrimaryId
in interface SubFundGroupDao
SubFundGroup
based on primary keySubFundGroupDao.getByPrimaryId(java.lang.String)
public SubFundGroup getByChartAndAccount(String chartCode, String accountNumber)
SubFundGroupDao
SubFundGroup
based on chart code and account number
getByChartAndAccount
in interface SubFundGroupDao
SubFundGroup
based on chart code and account numberSubFundGroupDao.getByChartAndAccount(java.lang.String, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |