|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport org.kuali.rice.core.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. |
StyleBo |
getStyle(String styleName)
Returns the style with the given name from the data store. |
void |
saveStyle(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(StyleBo styleData)
StyleDao
saveStyle
in interface StyleDao
styleData
- the style to save, if null then this method will do nothingpublic StyleBo getStyle(String styleName)
StyleDao
getStyle
in interface StyleDao
styleName
- 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 |