fr.paris.lutece.plugins.theme.business
public interface IThemeDAO
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 mode,
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
|
void insert(fr.paris.lutece.portal.business.style.Theme mode, fr.paris.lutece.portal.service.plugin.Plugin plugin)
mode
- The mode objectplugin
- Pluginfr.paris.lutece.portal.business.style.Theme load(String strCodeTheme, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCodeTheme
- The indentifier of the object Themeplugin
- Pluginvoid delete(String strCodeTheme, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCodeTheme
- The indentifier of the object Themeplugin
- Pluginvoid store(fr.paris.lutece.portal.business.style.Theme theme, fr.paris.lutece.portal.service.plugin.Plugin plugin)
theme
- The instance of the Theme to updateplugin
- PluginCollection<fr.paris.lutece.portal.business.style.Theme> selectThemesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- Pluginfr.paris.lutece.util.ReferenceList getThemesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- Pluginvoid setGlobalTheme(String strGlobalTheme, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strGlobalTheme
- The Global Themeplugin
- Pluginfr.paris.lutece.portal.business.style.Theme getGlobalTheme(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- PluginCopyright © 2014 Mairie de Paris. All rights reserved.