|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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.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 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 |
static java.util.Collection<Page> |
PageHome.getChildPagesMinimalData(int nParentPageId)
Returns the list of the child pages from the current parent page identifier |
java.util.Collection<Page> |
PageDAO.getPagesByRoleKey(java.lang.String strRoleKey)
Return the list of all the pages filtered by Lutece Role specified in parameter |
java.util.Collection<Page> |
IPageDAO.getPagesByRoleKey(java.lang.String strRoleKey)
Return the list of all the pages filtered by Lutece Role specified in parameter |
static java.util.Collection<Page> |
PageHome.getPagesByRoleKey(java.lang.String strRoleKey)
Return the list of all the pages filtered by Lutece Role specified in parameter |
java.util.List<Page> |
PageDAO.selectAllPages()
Loads all the pages for a portal |
java.util.List<Page> |
IPageDAO.selectAllPages()
Loads all the pages for a portal |
java.util.Collection<Page> |
PageDAO.selectChildPages(int nParentPageId)
Select all the child pages for a page which is specified in parameter |
java.util.Collection<Page> |
IPageDAO.selectChildPages(int nParentPageId)
Select all the child pages for a page which is specified in parameter |
java.util.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 |
java.util.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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |