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.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.getPage(int nPageId)
          Loads a page without portlets from its identifier
 Page PageDAO.load(int nPageId, boolean bPortlets)
           
 Page IPageDAO.load(int nPageId, boolean bPortlets)
          load the data of Level from the table
 

Methods in fr.paris.lutece.portal.business.page that return types with arguments of type Page
static java.util.List<Page> PageHome.getAllPages()
          Return the list of all the pages from a portal identifier
static java.util.Collection<Page> PageHome.getChildPages(int nParentPageId)
          Returns the list of the child pages from the current parent page identifier
 java.util.List<Page> PageDAO.selectAllPages()
           
 java.util.List<Page> IPageDAO.selectAllPages()
          Loads all the pages for a portal
 java.util.Collection<Page> PageDAO.selectChildPages(int nParentPageId)
           
 java.util.Collection<Page> IPageDAO.selectChildPages(int nParentPageId)
          Select all the child pages for a page which is specified in parameter
 

Methods in fr.paris.lutece.portal.business.page with parameters of type Page
static Page PageHome.create(Page page)
          Creates an instance of page
static java.lang.String Page.getAuthorizedPageId(Page page, int nPageId)
          Return the page id of the node authorization page Addition of the control of the roles on the page: if the user does not have the sufficient roles, the blocks of management of the page are not posted Control the node_status and defined the pageId
 void PageDAO.insert(Page page)
           
 void IPageDAO.insert(Page page)
          Insert a new record in the table.
 void PageDAO.store(Page page)
           
 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 PageService.createPage(Page page)
          Create a 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 java.util.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 java.lang.String PortalService.getXmlPagesList(java.util.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.web.admin
 

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



Copyright © 2007 Mairie de Paris. All Rights Reserved.