Uses of Class
fr.paris.lutece.portal.business.page.Page

Packages that use Page
fr.paris.lutece.portal.business.page   
fr.paris.lutece.portal.service.page   
fr.paris.lutece.portal.service.portal   
fr.paris.lutece.portal.service.search   
fr.paris.lutece.portal.web.admin   
 

Uses of Page in fr.paris.lutece.portal.business.page
 

Methods in fr.paris.lutece.portal.business.page that return Page
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
 

Methods in fr.paris.lutece.portal.business.page that return types with arguments of type Page
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
 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
static Collection<Page> PageHome.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
 

Methods in fr.paris.lutece.portal.business.page with parameters of type Page
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
 

Uses of Page in fr.paris.lutece.portal.service.page
 

Methods in fr.paris.lutece.portal.service.page that return Page
 Page PageEvent.getPage()
          Returns the Page
 

Methods in fr.paris.lutece.portal.service.page with parameters of type Page
 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
 

Constructors in fr.paris.lutece.portal.service.page with parameters of type Page
PageEvent(Page page, int nType)
          Creates a new instance of PageEvent
 

Uses of Page in fr.paris.lutece.portal.service.portal
 

Methods in fr.paris.lutece.portal.service.portal that return types with arguments of type Page
static Collection<Page> PortalService.getPagePath(int nPageId)
          Builds a collection of pages corresponding to the path of the page specified in parameter
 

Method parameters in fr.paris.lutece.portal.service.portal with type arguments of type Page
static String PortalService.getXmlPagesList(Collection<Page> listPages)
          Return the xml content of the pages contained in the list specified in parameter
 

Uses of Page in fr.paris.lutece.portal.service.search
 

Methods in fr.paris.lutece.portal.service.search with parameters of type Page
protected  org.apache.lucene.document.Document PageIndexer.getDocument(Page page, String strUrl)
          Builds a document which will be used by Lucene during the indexing of the pages of the site with the following fields : summary, uid, url, contents, title and description.
 

Uses of Page in fr.paris.lutece.portal.web.admin
 

Methods in fr.paris.lutece.portal.web.admin with parameters of type Page
 String AdminPageJspBean.getResourceImagePage(Page page, String strPageId)
          Management of the image associated to the page
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.