|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.style.ThemeDAO
public final class ThemeDAO
This class provides Data Access methods for Theme objects
Constructor Summary | |
---|---|
ThemeDAO()
Deprecated. |
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 theme)
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThemeDAO()
Method Detail |
---|
public void insert(Theme theme)
insert
in interface IThemeDAO
theme
- The mode objectpublic Theme load(String strCodeTheme)
load
in interface IThemeDAO
strCodeTheme
- The indentifier of the object Theme
public void delete(String strCodeTheme)
delete
in interface IThemeDAO
strCodeTheme
- The indentifier of the object Themepublic void store(Theme theme)
store
in interface IThemeDAO
theme
- The instance of the Theme to updatepublic Collection<Theme> selectThemesList()
selectThemesList
in interface IThemeDAO
public ReferenceList getThemesList()
getThemesList
in interface IThemeDAO
public void setGlobalTheme(String strGlobalTheme)
setGlobalTheme
in interface IThemeDAO
strGlobalTheme
- The Global Themepublic String getGlobalTheme()
getGlobalTheme
in interface IThemeDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |