|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThemeDao
DAO for Theme objects.
Method Summary | |
---|---|
java.util.List<Theme> |
findAllThemes()
Get all available themes. |
Theme |
getThemeForName(java.lang.String name)
Get a Theme by its name. |
Methods inherited from interface magoffin.matt.dao.GenericDao |
---|
delete, get, store |
Method Detail |
---|
java.util.List<Theme> findAllThemes()
Theme getThemeForName(java.lang.String name)
name
- the name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |