public interface IPageDAO
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 nIdAuthorizationNode)
Update the authorization node of the page
|
void insert(Page page)
page
- The Page objectPage load(int nPageId, boolean bPortlets)
nPageId
- The identifier of the object PagebPortlets
- The booleanPage loadWithoutImageContent(int nPageId, boolean bPortlets)
nPageId
- The identifier of the object PagebPortlets
- The booleanPage loadPageByIdPortlet(int nPorletId)
nPorletId
- The identifier of the object portlet associate to the pagevoid delete(int nPageId)
nPageId
- The identifier of the object nPageIdvoid store(Page page)
page
- The instance of the page to updateCollection<Page> selectChildPages(int nParentPageId)
nParentPageId
- The parent page identifierCollection<Page> selectChildPagesMinimalData(int nParentPageId)
nParentPageId
- the ParentPageId identifierList<Page> selectAllPages()
void invalidatePage(int nPageId)
nPageId
- the page identifierReferenceList getPagesList()
Collection<Page> getPagesByRoleKey(String strRoleKey)
strRoleKey
- The Lutece Role keyint selectNewChildPageOrder(int nParentPageId)
nParentPageId
- The parent page IdImageResource loadImageResource(int nIdPage)
nIdPage
- The Page Idboolean checkPageExist(int nPageId)
nPageId
- The identifier of the documentPage loadLastModifiedPage()
Page
void updateAutorisationNode(int nIdPage, Integer nIdAuthorizationNode)
nIdPage
- the page idnIdAuthorizationNode
- the authorization node idCopyright © 2020 City of Paris. All rights reserved.