public class SponsorHierarchyDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements org.kuali.rice.krad.util.OjbCollectionAware, SponsorHierarchyDao
| Constructor and Description |
|---|
SponsorHierarchyDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
Iterator |
getAllSponsors(String hierarchyName)
This is much faster than use 'businessobjectservice.findmatching, and then loop thru bo.
|
Iterator |
getTopSponsorHierarchy()
This method is to get the sposor hierarchy name for the drop down
|
List<String> |
getUniqueNamesAtLevel(String hierarchyName,
int depth)
Appears to need to be transactional when this is called during the maint doc page rendering.
|
getDbPlatform, setDbPlatformcheckDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplatepublic Iterator getTopSponsorHierarchy()
SponsorHierarchyDaogetTopSponsorHierarchy in interface SponsorHierarchyDaopublic Iterator getAllSponsors(String hierarchyName)
getAllSponsors in interface SponsorHierarchyDaoSponsorHierarchyDao.getAllSponsors(java.lang.String)@Transactional public List<String> getUniqueNamesAtLevel(String hierarchyName, int depth)
getUniqueNamesAtLevel in interface SponsorHierarchyDaoSponsorHierarchyDao.getUniqueNamesAtLevel(java.lang.String, int)Copyright © 2013 The Kuali Foundation. All Rights Reserved.