public interface IHtmlPageDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
HtmlPage |
load(int nHtmlPageId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of HtmlPage from the table
|
Collection<HtmlPage> |
selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of htmlpages
|
HtmlPage |
selectEnabledHtmlPage(int nHtmlPageId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of enabled HtmlPage from the table
|
Collection<HtmlPage> |
selectEnabledHtmlPageList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of htmlpages with valid status
|
void |
store(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void delete(HtmlPage htmlpage, fr.paris.lutece.portal.service.plugin.Plugin plugin)
htmlpage
- The HtmlPage objectplugin
- The pluginvoid insert(HtmlPage htmlpage, fr.paris.lutece.portal.service.plugin.Plugin plugin)
htmlpage
- The htmlpage objectplugin
- The pluginHtmlPage load(int nHtmlPageId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nHtmlPageId
- The identifier of HtmlPageplugin
- The pluginHtmlPage selectEnabledHtmlPage(int nHtmlPageId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nHtmlPageId
- The identifier of HtmlPageplugin
- The pluginCollection<HtmlPage> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The pluginCollection<HtmlPage> selectEnabledHtmlPageList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The pluginvoid store(HtmlPage htmlpage, fr.paris.lutece.portal.service.plugin.Plugin plugin)
htmlpage
- The reference of htmlpageplugin
- The pluginCopyright © 2018 City of Paris. All rights reserved.