fr.paris.lutece.plugins.theme.business
Constructor and Description |
---|
ThemeDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String strCodeTheme,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
fr.paris.lutece.portal.business.style.Theme |
getGlobalTheme(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the global theme
|
fr.paris.lutece.util.ReferenceList |
getThemesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the list of the themes in form of a reference list
|
void |
insert(fr.paris.lutece.portal.business.style.Theme theme,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
fr.paris.lutece.portal.business.style.Theme |
load(String strCodeTheme,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of Level from the table
|
Collection<fr.paris.lutece.portal.business.style.Theme> |
selectThemesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of all the themes
|
void |
setGlobalTheme(String strGlobalTheme,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Sets the global theme
|
void |
store(fr.paris.lutece.portal.business.style.Theme theme,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
public void insert(fr.paris.lutece.portal.business.style.Theme theme, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public fr.paris.lutece.portal.business.style.Theme load(String strCodeTheme, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public void delete(String strCodeTheme, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public void store(fr.paris.lutece.portal.business.style.Theme theme, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public Collection<fr.paris.lutece.portal.business.style.Theme> selectThemesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectThemesList
in interface IThemeDAO
plugin
- Pluginpublic fr.paris.lutece.util.ReferenceList getThemesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
getThemesList
in interface IThemeDAO
plugin
- Pluginpublic void setGlobalTheme(String strGlobalTheme, fr.paris.lutece.portal.service.plugin.Plugin plugin)
setGlobalTheme
in interface IThemeDAO
strGlobalTheme
- The Global Themeplugin
- Pluginpublic fr.paris.lutece.portal.business.style.Theme getGlobalTheme(fr.paris.lutece.portal.service.plugin.Plugin plugin)
getGlobalTheme
in interface IThemeDAO
plugin
- PluginCopyright © 2014 Mairie de Paris. All rights reserved.