fr.paris.lutece.portal.business.style
Interface IThemeDAO

All Known Implementing Classes:
ThemeDAO

Deprecated. Use the plugin-theme instead

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

insert

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

Parameters:
mode - The mode object

load

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

Parameters:
strCodeTheme - The indentifier of the object Theme
Returns:
The Instance of the object Theme

delete

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

Parameters:
strCodeTheme - The indentifier of the object Theme

store

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

Parameters:
theme - The instance of the Theme to update

selectThemesList

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

Returns:
A collection of themes objects

getThemesList

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

Returns:
the themes list in form of a ReferenceList object

setGlobalTheme

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

Parameters:
strGlobalTheme - The Global Theme

getGlobalTheme

String getGlobalTheme()
Deprecated. 
Returns the global theme

Returns:
The Global Theme


Copyright © 2014 Mairie de Paris. All Rights Reserved.