| 
 | ||||||||||
| 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.coreservice.impl.style.StyleDaoOjb
public class StyleDaoOjb
An OJB implementation of the StyleDao.
| Field Summary | 
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport | 
|---|
| logger | 
| Constructor Summary | |
|---|---|
| StyleDaoOjb() | |
| Method Summary | |
|---|---|
|  List<String> | getAllStyleNames()Return a list of the names of all styles that exist in the data store. | 
|  org.kuali.rice.coreservice.impl.style.StyleBo | getStyle(String styleName)Returns the style with the given name from the data store. | 
|  void | saveStyle(org.kuali.rice.coreservice.impl.style.StyleBo styleData)Updates or creates the given style in the data store. | 
| 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 StyleDaoOjb()
| Method Detail | 
|---|
public void saveStyle(org.kuali.rice.coreservice.impl.style.StyleBo styleData)
StyleDao
saveStyle in interface StyleDaostyleData - the style to save, if null then this method will do nothingpublic org.kuali.rice.coreservice.impl.style.StyleBo getStyle(String styleName)
StyleDao
getStyle in interface StyleDaostyleName - the name of the style to retrieve
public List<String> getAllStyleNames()
StyleDao
getAllStyleNames in interface StyleDao| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||