Package | Description |
---|---|
fr.paris.lutece.portal.business.page | |
fr.paris.lutece.portal.service.page | |
fr.paris.lutece.portal.service.portal | |
fr.paris.lutece.portal.web.admin |
Modifier and Type | Method and Description |
---|---|
static Page |
PageHome.create(Page page)
Creates an instance of page
|
static Page |
PageHome.findByPrimaryKey(int nKey)
Returns an instance of un page whose identifier is specified in parameter
|
static Page |
PageHome.getLastModifiedPage()
Get the last modified page
|
static Page |
PageHome.getPage(int nPageId)
Loads a page without portlets from its identifier
|
static Page |
PageHome.getPageByIdPortlet(int nPorletId)
Loads a page associated to a portlet
|
static Page |
PageHome.getPageWithoutImageContent(int nPageId)
Loads a page without portlets from its identifier without image content
|
Page |
PageDAO.load(int nPageId,
boolean bPortlets)
load the data of level from the table
|
Page |
IPageDAO.load(int nPageId,
boolean bPortlets)
load the data of level from the table
|
Page |
PageDAO.loadLastModifiedPage()
Load the last modified page
|
Page |
IPageDAO.loadLastModifiedPage()
Load the last modified page
|
Page |
PageDAO.loadPageByIdPortlet(int nPorletId)
load a page associated to a portlet
|
Page |
IPageDAO.loadPageByIdPortlet(int nPorletId)
load a page associated to a portlet
|
Page |
PageDAO.loadWithoutImageContent(int nPageId,
boolean bPortlets)
load the data of level from the table without image content
|
Page |
IPageDAO.loadWithoutImageContent(int nPageId,
boolean bPortlets)
load the data of level from the table without image content
|
Modifier and Type | Method and Description |
---|---|
static List<Page> |
PageHome.getAllPages()
Return the list of all the pages from a portal identifier
|
static Collection<Page> |
PageHome.getChildPages(int nParentPageId)
Returns the list of the child pages from the current parent page identifier
|
static Collection<Page> |
PageHome.getChildPagesMinimalData(int nParentPageId)
Returns the list of the child pages from the current parent page identifier
|
static Collection<Page> |
PageHome.getPagesByRoleKey(String strRoleKey)
Return the list of all the pages filtered by Lutece Role specified in parameter
|
Collection<Page> |
PageDAO.getPagesByRoleKey(String strRoleKey)
Return the list of all the pages filtered by Lutece Role specified in parameter
|
Collection<Page> |
IPageDAO.getPagesByRoleKey(String strRoleKey)
Return the list of all the pages filtered by Lutece Role specified in parameter
|
List<Page> |
PageDAO.selectAllPages()
Loads all the pages for a portal
|
List<Page> |
IPageDAO.selectAllPages()
Loads all the pages for a portal
|
Collection<Page> |
PageDAO.selectChildPages(int nParentPageId)
Select all the child pages for a page which is specified in parameter
|
Collection<Page> |
IPageDAO.selectChildPages(int nParentPageId)
Select all the child pages for a page which is specified in parameter
|
Collection<Page> |
PageDAO.selectChildPagesMinimalData(int nParentPageId)
Select all child pages for a page which is specified in parameter For each pages, only select : Id, pageParentId, name and description
|
Collection<Page> |
IPageDAO.selectChildPagesMinimalData(int nParentPageId)
Select all child pages for a page which is specified in parameter For each pages, only select : Id, pageParentId, name and description
|
Modifier and Type | Method and Description |
---|---|
static Page |
PageHome.create(Page page)
Creates an instance of page
|
void |
PageDAO.insert(Page page)
Insert a new record in the table.
|
void |
IPageDAO.insert(Page page)
Insert a new record in the table.
|
void |
PageDAO.store(Page page)
Update the record in the table
|
void |
IPageDAO.store(Page page)
Update the record in the table
|
static void |
PageHome.update(Page page)
update of the page which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
Page |
PageEvent.getPage()
Returns the Page
|
Modifier and Type | Method and Description |
---|---|
void |
IPageService.createPage(Page page)
Create a page
|
void |
PageService.createPage(Page page)
Create a page
|
void |
IPageService.updatePage(Page page)
Update the page
|
void |
PageService.updatePage(Page page)
Update a given page
|
Constructor and Description |
---|
PageEvent(Page page,
int nType)
Creates a new instance of PageEvent
|
Modifier and Type | Method and Description |
---|---|
static Collection<Page> |
PortalService.getPagePath(int nPageId)
Builds a collection of pages corresponding to the path of the page specified
in parameter
|
Modifier and Type | Method and Description |
---|---|
static String |
PortalService.getXmlPagesList(Collection<Page> listPages)
Return the xml content of the pages contained in the list specified in
parameter
|
Modifier and Type | Method and Description |
---|---|
String |
AdminPageJspBean.getResourceImagePage(Page page,
String strPageId)
Management of the image associated to the page
|
Copyright © 2020 City of Paris. All rights reserved.