public interface IThemeDAO
| Modifier and Type | Method and Description |
|---|---|
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
|
void insert(Theme mode)
mode - The mode objectTheme load(String strCodeTheme)
strCodeTheme - The indentifier of the object Themevoid 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()
Copyright © 2019 City of Paris. All rights reserved.