public interface StyleDao
StyleBo.StyleBo| Modifier and Type | Method and Description | 
|---|---|
| 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 style)Updates or creates the given style in the data store. | 
void saveStyle(org.kuali.rice.coreservice.impl.style.StyleBo style)
style - the style to save, if null then this method will do nothingorg.kuali.rice.coreservice.impl.style.StyleBo getStyle(String styleName)
styleName - the name of the style to retrieveList<String> getAllStyleNames()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.