public class HtmlPageHome extends Object
Modifier and Type | Method and Description |
---|---|
static HtmlPage |
create(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of htmlpage
|
static Collection<HtmlPage> |
findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of htmlpages objects
|
static HtmlPage |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a htmlpage whose identifier is specified in parameter
|
static HtmlPage |
findEnabledHtmlPage(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns htmlpage object with valid status
|
static Collection<HtmlPage> |
findEnabledHtmlPageList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of htmlpages objects with valid status
|
static void |
remove(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the Htmlpage whose identifier is specified in parameter
|
static HtmlPage |
update(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the htmlpage which is specified in parameter
|
public static HtmlPage create(HtmlPage htmlpage, fr.paris.lutece.portal.service.plugin.Plugin plugin)
htmlpage
- The instance of the htmlpage which contains the informations to storeplugin
- The Plugin objectpublic static HtmlPage update(HtmlPage htmlpage, fr.paris.lutece.portal.service.plugin.Plugin plugin)
htmlpage
- The instance of the htmlpage which contains the data to storeplugin
- The Plugin objectpublic static void remove(HtmlPage htmlpage, fr.paris.lutece.portal.service.plugin.Plugin plugin)
htmlpage
- The Htmlpage object to removeplugin
- The Plugin objectpublic static HtmlPage findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The Primary key of the htmlpageplugin
- The Plugin objectpublic static Collection<HtmlPage> findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin objectpublic static HtmlPage findEnabledHtmlPage(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- the page idplugin
- The Plugin objectpublic static Collection<HtmlPage> findEnabledHtmlPageList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin objectCopyright © 2018 City of Paris. All rights reserved.