Package | Description |
---|---|
fr.paris.lutece.portal.business.style |
Modifier and Type | Method and Description |
---|---|
static PageTemplate |
PageTemplateHome.create(PageTemplate pageTemplate)
Creation of an instance of a page template
|
static PageTemplate |
PageTemplateHome.findByPrimaryKey(int nKey)
Returns an instance of an page template whose identifier is specified in parameter
|
PageTemplate |
PageTemplateDAO.load(int nPageTemplateId)
load the data of PageTemplate from the table
|
PageTemplate |
IPageTemplateDAO.load(int nPageTemplateId)
load the data of PageTemplate from the table
|
static PageTemplate |
PageTemplateHome.update(PageTemplate pageTemplate)
Update of the page template which is specified
|
Modifier and Type | Method and Description |
---|---|
static List<PageTemplate> |
PageTemplateHome.getPageTemplatesList()
Return the list of all the page templates
|
List<PageTemplate> |
PageTemplateDAO.selectPageTemplatesList()
Returns a list of all the page templates
|
List<PageTemplate> |
IPageTemplateDAO.selectPageTemplatesList()
Returns a list of all the page templates
|
Modifier and Type | Method and Description |
---|---|
static PageTemplate |
PageTemplateHome.create(PageTemplate pageTemplate)
Creation of an instance of a page template
|
void |
PageTemplateDAO.insert(PageTemplate pageTemplate)
Insert a new record in the table.
|
void |
IPageTemplateDAO.insert(PageTemplate pageTemplate)
Insert a new record in the table.
|
void |
PageTemplateDAO.store(PageTemplate pageTemplate)
Update the record in the table
|
void |
IPageTemplateDAO.store(PageTemplate pageTemplate)
Update the record in the table
|
static PageTemplate |
PageTemplateHome.update(PageTemplate pageTemplate)
Update of the page template which is specified
|
Copyright © 2020 City of Paris. All rights reserved.