fr.paris.lutece.portal.business.style
Class ThemeDAO

java.lang.Object
  extended by fr.paris.lutece.portal.business.style.ThemeDAO
All Implemented Interfaces:
IThemeDAO

Deprecated. Use the plugin-theme instead

public final class ThemeDAO
extends java.lang.Object
implements IThemeDAO

This class provides Data Access methods for Theme objects


Constructor Summary
ThemeDAO()
          Deprecated.  
 
Method Summary
 void delete(java.lang.String strCodeTheme)
          Deprecated. Delete a record from the table
 java.lang.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(java.lang.String strCodeTheme)
          Deprecated. load the data of Level from the table
 java.util.Collection<Theme> selectThemesList()
          Deprecated. Returns a list of all the themes
 void setGlobalTheme(java.lang.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

ThemeDAO

public ThemeDAO()
Deprecated. 
Method Detail

insert

public void insert(Theme theme)
Deprecated. 
Insert a new record in the table.

Specified by:
insert in interface IThemeDAO
Parameters:
theme - The mode object

load

public Theme load(java.lang.String strCodeTheme)
Deprecated. 
load the data of Level from the table

Specified by:
load in interface IThemeDAO
Parameters:
strCodeTheme - The indentifier of the object Theme
Returns:
The Instance of the object Theme

delete

public void delete(java.lang.String strCodeTheme)
Deprecated. 
Delete a record from the table

Specified by:
delete in interface IThemeDAO
Parameters:
strCodeTheme - The indentifier of the object Theme

store

public void store(Theme theme)
Deprecated. 
Update the record in the table

Specified by:
store in interface IThemeDAO
Parameters:
theme - The instance of the Theme to update

selectThemesList

public java.util.Collection<Theme> selectThemesList()
Deprecated. 
Returns a list of all the themes

Specified by:
selectThemesList in interface IThemeDAO
Returns:
A collection of themes objects

getThemesList

public ReferenceList getThemesList()
Deprecated. 
Returns the list of the themes in form of a reference list

Specified by:
getThemesList in interface IThemeDAO
Returns:
the themes list in form of a ReferenceList object

setGlobalTheme

public void setGlobalTheme(java.lang.String strGlobalTheme)
Deprecated. 
Sets the global theme

Specified by:
setGlobalTheme in interface IThemeDAO
Parameters:
strGlobalTheme - The Global Theme

getGlobalTheme

public java.lang.String getGlobalTheme()
Deprecated. 
Returns the global theme

Specified by:
getGlobalTheme in interface IThemeDAO
Returns:
The Global Theme


Copyright © 2011 Mairie de Paris. All Rights Reserved.