|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageTemplate | |
---|---|
fr.paris.lutece.portal.business.style |
Uses of PageTemplate in fr.paris.lutece.portal.business.style |
---|
Methods in fr.paris.lutece.portal.business.style that return PageTemplate | |
---|---|
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 |
Methods in fr.paris.lutece.portal.business.style that return types with arguments of type PageTemplate | |
---|---|
static java.util.List<PageTemplate> |
PageTemplateHome.getPageTemplatesList()
Return the list of all the page templates |
java.util.List<PageTemplate> |
PageTemplateDAO.selectPageTemplatesList()
Returns a list of all the page templates |
java.util.List<PageTemplate> |
IPageTemplateDAO.selectPageTemplatesList()
Returns a list of all the page templates |
Methods in fr.paris.lutece.portal.business.style with parameters of type PageTemplate | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |