Package | Description |
---|---|
fr.paris.lutece.plugins.htmlpage.business |
Modifier and Type | Method and Description |
---|---|
static HtmlPage |
HtmlPageHome.create(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of htmlpage
|
static HtmlPage |
HtmlPageHome.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 |
HtmlPageHome.findEnabledHtmlPage(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns htmlpage object with valid status
|
HtmlPage |
IHtmlPageDAO.load(int nHtmlPageId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of HtmlPage from the table
|
HtmlPage |
HtmlPageDAO.load(int nHtmlPageId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of HtmlPage from the table
|
HtmlPage |
IHtmlPageDAO.selectEnabledHtmlPage(int nHtmlPageId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of enabled HtmlPage from the table
|
HtmlPage |
HtmlPageDAO.selectEnabledHtmlPage(int nHtmlPageId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load enabled htmlpage
|
static HtmlPage |
HtmlPageHome.update(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the htmlpage which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static Collection<HtmlPage> |
HtmlPageHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of htmlpages objects
|
static Collection<HtmlPage> |
HtmlPageHome.findEnabledHtmlPageList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of htmlpages objects with valid status
|
Collection<HtmlPage> |
IHtmlPageDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of htmlpages
|
Collection<HtmlPage> |
HtmlPageDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of htmlpages
|
Collection<HtmlPage> |
IHtmlPageDAO.selectEnabledHtmlPageList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of htmlpages with valid status
|
Collection<HtmlPage> |
HtmlPageDAO.selectEnabledHtmlPageList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of htmlpages
|
Modifier and Type | Method and Description |
---|---|
static HtmlPage |
HtmlPageHome.create(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of htmlpage
|
void |
IHtmlPageDAO.delete(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
HtmlPageDAO.delete(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
IHtmlPageDAO.insert(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
HtmlPageDAO.insert(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
static void |
HtmlPageHome.remove(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the Htmlpage whose identifier is specified in parameter
|
void |
IHtmlPageDAO.store(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
HtmlPageDAO.store(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static HtmlPage |
HtmlPageHome.update(HtmlPage htmlpage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the htmlpage which is specified in parameter
|
Copyright © 2015 City of Paris. All rights reserved.