public interface ICalendarStyleSheetDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nIdStylesheet,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the StyleSheet from the database whose identifier is specified
in parameter
|
void |
insert(fr.paris.lutece.portal.business.stylesheet.StyleSheet stylesheet,
String strExtension,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
insertExtension(int nId,
String strExtension,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insertion of the extension of an export file in the database
|
fr.paris.lutece.portal.business.stylesheet.StyleSheet |
load(int nIdStylesheet,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Stylesheet from the table
|
String |
selectExtension(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select the extension file related to the export stylesheet
|
Collection<fr.paris.lutece.portal.business.stylesheet.StyleSheet> |
selectStyleSheetList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of stylesheet
|
void |
store(fr.paris.lutece.portal.business.stylesheet.StyleSheet stylesheet,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
updateExtension(int nId,
String strExtension,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the the extension file whose identifier is specified in parameter
|
void delete(int nIdStylesheet,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdStylesheet - the identifier of the StyleSheet to deleteplugin - Pluginvoid insert(fr.paris.lutece.portal.business.stylesheet.StyleSheet stylesheet,
String strExtension,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
stylesheet - The StyleSheet objectstrExtension - the export file extensionplugin - Pluginfr.paris.lutece.portal.business.stylesheet.StyleSheet load(int nIdStylesheet,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdStylesheet - the identifier of the Stylesheet to loadplugin - PluginCollection<fr.paris.lutece.portal.business.stylesheet.StyleSheet> selectStyleSheetList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - Pluginvoid store(fr.paris.lutece.portal.business.stylesheet.StyleSheet stylesheet,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
stylesheet - The stylesheet to storeplugin - Pluginvoid insertExtension(int nId,
String strExtension,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId - The idstrExtension - the extension fileplugin - PluginString selectExtension(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId - the identifier of the stylesheetplugin - Pluginvoid updateExtension(int nId,
String strExtension,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId - the stylesheet idstrExtension - the new extension fileplugin - PluginCopyright © 2018 City of Paris. All rights reserved.