|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StyleDao
Defines data access operations related to StyleBo
.
StyleBo
Method Summary | |
---|---|
List<String> |
getAllStyleNames()
Return a list of the names of all styles that exist in the data store. |
org.kuali.rice.core.impl.style.StyleBo |
getStyle(String styleName)
Returns the style with the given name from the data store. |
void |
saveStyle(org.kuali.rice.core.impl.style.StyleBo style)
Updates or creates the given style in the data store. |
Method Detail |
---|
void saveStyle(org.kuali.rice.core.impl.style.StyleBo style)
style
- the style to save, if null then this method will do nothingorg.kuali.rice.core.impl.style.StyleBo getStyle(String styleName)
styleName
- the name of the style to retrieve
List<String> getAllStyleNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |