Modifier and Type | Method and Description |
---|---|
Page |
PageDaoImpl.addPage(Page clonedPage) |
Page |
PageDao.addPage(Page clonedPage) |
Page |
PageDaoImpl.readPageById(Long id) |
Page |
PageDao.readPageById(Long id) |
Page |
PageDaoImpl.updatePage(Page page) |
Page |
PageDao.updatePage(Page page) |
Modifier and Type | Method and Description |
---|---|
List<Page> |
PageDaoImpl.findPageByURI(Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDao.findPageByURI(Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDaoImpl.findPageByURI(Locale locale,
String uri) |
List<Page> |
PageDao.findPageByURI(Locale locale,
String uri) |
List<Page> |
PageDaoImpl.readAllPages() |
List<Page> |
PageDao.readAllPages()
Returns all pages, regardless of any sandbox they are apart of
|
List<Page> |
PageDaoImpl.readOnlineAndIncludedPages(int limit,
int offset,
String sortBy) |
List<Page> |
PageDao.readOnlineAndIncludedPages(int limit,
int offset,
String sortBy)
Retrieve a subset of all online and site map included Pages
|
Modifier and Type | Method and Description |
---|---|
Page |
PageDaoImpl.addPage(Page clonedPage) |
Page |
PageDao.addPage(Page clonedPage) |
void |
PageDaoImpl.delete(Page page) |
void |
PageDao.delete(Page page) |
void |
PageDaoImpl.detachPage(Page page) |
void |
PageDao.detachPage(Page page) |
Page |
PageDaoImpl.updatePage(Page page) |
Page |
PageDao.updatePage(Page page) |
Modifier and Type | Class and Description |
---|---|
class |
PageImpl
Created by bpolster.
|
Modifier and Type | Field and Description |
---|---|
protected Page |
PageItemCriteriaImpl.page |
Modifier and Type | Method and Description |
---|---|
Page |
PageItemCriteriaImpl.getPage() |
Page |
PageItemCriteria.getPage()
Returns the parent
Page to which this
field belongs. |
Modifier and Type | Method and Description |
---|---|
void |
PageItemCriteriaImpl.setPage(Page page) |
void |
PageItemCriteria.setPage(Page page)
Sets the parent
Page . |
Modifier and Type | Method and Description |
---|---|
void |
ArchivedPagePublisher.processPageArchive(Page page,
String basePageKey) |
Modifier and Type | Method and Description |
---|---|
void |
JMSArchivedPagePublisher.processPageArchive(Page page,
String basePageKey) |
Modifier and Type | Method and Description |
---|---|
Page |
PageServiceImpl.findPageById(Long pageId)
Returns the page with the passed in id.
|
Page |
PageService.findPageById(Long pageId)
Returns the page with the passed in id.
|
Modifier and Type | Method and Description |
---|---|
List<Page> |
PageServiceImpl.readAllPages() |
List<Page> |
PageService.readAllPages()
Returns all pages, regardless of any sandbox they are apart of
|
Modifier and Type | Method and Description |
---|---|
protected List<ItemCriteriaDTO> |
PageServiceImpl.buildItemCriteriaDTOList(Page page) |
protected String |
PageServiceImpl.buildKey(SandBox sandBox,
Page page) |
protected PageDTO |
PageServiceImpl.buildPageDTOInternal(Page page,
boolean secure) |
protected String |
PageServiceImpl.buildRuleExpression(Page page) |
protected Date |
PageSiteMapGenerator.generateDate(Page page) |
protected String |
PageSiteMapGenerator.generateUri(SiteMapBuilder smb,
Page page) |
void |
PageServiceImpl.removePageFromCache(SandBox sandBox,
Page p) |
void |
PageService.removePageFromCache(SandBox sandBox,
Page p)
Call to evict a page for a sandbox
|
Modifier and Type | Method and Description |
---|---|
protected List<PageDTO> |
PageServiceImpl.buildPageDTOList(List<Page> pageList,
boolean secure)
Converts a list of pages to a list of pageDTOs.
Internally calls buildPageDTO(...). |
Copyright © 2014. All rights reserved.