|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IThemeDAO
This class provides Data Access methods for Theme objects
Method Summary | |
---|---|
void |
delete(String strCodeTheme)
Deprecated. Delete a record from the table |
String |
getGlobalTheme()
Deprecated. Returns the global theme |
ReferenceList |
getThemesList()
Deprecated. Returns the list of the themes in form of a reference list |
void |
insert(Theme mode)
Deprecated. Insert a new record in the table. |
Theme |
load(String strCodeTheme)
Deprecated. load the data of Level from the table |
Collection<Theme> |
selectThemesList()
Deprecated. Returns a list of all the themes |
void |
setGlobalTheme(String strGlobalTheme)
Deprecated. Sets the global theme |
void |
store(Theme theme)
Deprecated. Update the record in the table |
Method Detail |
---|
void insert(Theme mode)
mode
- The mode objectTheme load(String strCodeTheme)
strCodeTheme
- The indentifier of the object Theme
void delete(String strCodeTheme)
strCodeTheme
- The indentifier of the object Themevoid store(Theme theme)
theme
- The instance of the Theme to updateCollection<Theme> selectThemesList()
ReferenceList getThemesList()
void setGlobalTheme(String strGlobalTheme)
strGlobalTheme
- The Global ThemeString getGlobalTheme()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |