Constructor and Description |
---|
PageDAO() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkPageExist(int nPageId)
Tests if page exist
|
void |
delete(int nPageId)
Delete a record from the table
|
Collection<Page> |
getPagesByRoleKey(String strRoleKey)
Return the list of all the pages filtered by Lutece Role specified in parameter
|
ReferenceList |
getPagesList()
Load the Referencelist of documentTypes
|
void |
insert(Page page)
Insert a new record in the table.
|
void |
invalidatePage(int nPageId)
Invalidate the page after a modification
|
Page |
load(int nPageId,
boolean bPortlets)
load the data of level from the table
|
ImageResource |
loadImageResource(int nIdPage)
Load a image corresponding to an Page
|
Page |
loadLastModifiedPage()
Load the last modified page
|
Page |
loadPageByIdPortlet(int nPorletId)
load a page associated to a portlet
|
Page |
loadWithoutImageContent(int nPageId,
boolean bPortlets)
load the data of level from the table without image content
|
List<Page> |
selectAllPages()
Loads all the pages for a portal
|
Collection<Page> |
selectChildPages(int nParentPageId)
Select all the child pages for a page which is specified in parameter
|
Collection<Page> |
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
|
int |
selectNewChildPageOrder(int nParentPageId)
Search the last order of child page list
|
List<Integer> |
selectPageForChangeAutorisationNode(int nIdParentPage)
select list of children Pages Which Must Change their authorization node
|
void |
store(Page page)
Update the record in the table
|
void |
updateAutorisationNode(int nIdPage,
Integer nIdAutorisationNode)
Update the authorization node of the page
|
public void insert(Page page)
public Page load(int nPageId, boolean bPortlets)
public Page loadWithoutImageContent(int nPageId, boolean bPortlets)
loadWithoutImageContent
in interface IPageDAO
nPageId
- The identifier of the object PagebPortlets
- The booleanpublic Page loadPageByIdPortlet(int nPorletId)
loadPageByIdPortlet
in interface IPageDAO
nPorletId
- The identifier of the object portlet associate to the pagepublic void delete(int nPageId)
public void store(Page page)
public Collection<Page> selectChildPages(int nParentPageId)
selectChildPages
in interface IPageDAO
nParentPageId
- The parent page identifierpublic Collection<Page> selectChildPagesMinimalData(int nParentPageId)
selectChildPagesMinimalData
in interface IPageDAO
nParentPageId
- the ParentPageId identifierpublic List<Page> selectAllPages()
selectAllPages
in interface IPageDAO
public void invalidatePage(int nPageId)
invalidatePage
in interface IPageDAO
nPageId
- the page identifierpublic ReferenceList getPagesList()
getPagesList
in interface IPageDAO
public Collection<Page> getPagesByRoleKey(String strRoleKey)
getPagesByRoleKey
in interface IPageDAO
strRoleKey
- The Lutece Role keypublic int selectNewChildPageOrder(int nParentPageId)
selectNewChildPageOrder
in interface IPageDAO
nParentPageId
- The parent page Idpublic ImageResource loadImageResource(int nIdPage)
loadImageResource
in interface IPageDAO
nIdPage
- The Page Idpublic boolean checkPageExist(int nPageId)
checkPageExist
in interface IPageDAO
nPageId
- The identifier of the documentpublic Page loadLastModifiedPage()
loadLastModifiedPage
in interface IPageDAO
Page
public void updateAutorisationNode(int nIdPage, Integer nIdAutorisationNode)
updateAutorisationNode
in interface IPageDAO
nIdPage
- the page idnIdAutorisationNode
- the authorization node idpublic List<Integer> selectPageForChangeAutorisationNode(int nIdParentPage)
selectPageForChangeAutorisationNode
in interface IPageDAO
nIdParentPage
- the id of the parent pageCopyright © 2020 City of Paris. All rights reserved.