Modifier and Type | Method and Description |
---|---|
protected List<FieldGroup> |
PageTemplateCustomPersistenceHandler.getFieldGroups(Page page,
PageTemplate template) |
protected void |
PageTemplateCustomPersistenceHandler.processIncludeId(boolean includeId,
Page page,
List<Property> propertiesList) |
Modifier and Type | Method and Description |
---|---|
Page |
PageDao.addPage(Page clonedPage) |
Page |
PageDaoImpl.addPage(Page clonedPage) |
Page |
PageDao.readPageById(Long id) |
Page |
PageDaoImpl.readPageById(Long id) |
Page |
PageDao.updatePage(Page page) |
Page |
PageDaoImpl.updatePage(Page page) |
Modifier and Type | Method and Description |
---|---|
protected List<Page> |
PageDaoImpl.filterInactive(List<Page> pages) |
List<Page> |
PageDao.findPageByURI(Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDaoImpl.findPageByURI(Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDao.findPageByURI(Locale locale,
String uri) |
List<Page> |
PageDaoImpl.findPageByURI(Locale locale,
String uri) |
List<Page> |
PageDao.findPageByURI(String uri) |
List<Page> |
PageDaoImpl.findPageByURI(String uri) |
List<Page> |
PageDao.findPageByURIAndActiveDate(String uri,
Date activeDate)
Returns pages that match the given URI and are within 1 day of the active date (potentially cached).
|
List<Page> |
PageDaoImpl.findPageByURIAndActiveDate(String uri,
Date activeDate) |
protected List<Page> |
PageDaoImpl.getResultForQueryAndCache(javax.persistence.criteria.CriteriaQuery<Page> criteriaQuery) |
List<Page> |
PageDao.readAllPages()
Returns all pages, regardless of any sandbox they are apart of
|
List<Page> |
PageDaoImpl.readAllPages() |
List<Page> |
PageDao.readOnlineAndIncludedPages(int limit,
int offset,
String sortBy)
Retrieve a subset of all online and site map included Pages
|
List<Page> |
PageDaoImpl.readOnlineAndIncludedPages(int limit,
int offset,
String sortBy) |
Modifier and Type | Method and Description |
---|---|
Page |
PageDao.addPage(Page clonedPage) |
Page |
PageDaoImpl.addPage(Page clonedPage) |
void |
PageDao.delete(Page page) |
void |
PageDaoImpl.delete(Page page) |
void |
PageDao.detachPage(Page page) |
void |
PageDaoImpl.detachPage(Page page) |
protected boolean |
PageDaoImpl.isActiveNow(Page page) |
Page |
PageDao.updatePage(Page page) |
Page |
PageDaoImpl.updatePage(Page page) |
Modifier and Type | Method and Description |
---|---|
protected List<Page> |
PageDaoImpl.filterInactive(List<Page> pages) |
protected List<Page> |
PageDaoImpl.getResultForQueryAndCache(javax.persistence.criteria.CriteriaQuery<Page> criteriaQuery) |
Modifier and Type | Class and Description |
---|---|
class |
PageImpl
Created by bpolster.
|
Modifier and Type | Field and Description |
---|---|
protected Page |
PageFieldImpl.page |
protected Page |
PageItemCriteriaImpl.page |
protected Page |
PageAttributeImpl.page |
Modifier and Type | Method and Description |
---|---|
<G extends Page> |
PageImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
Page |
PageFieldImpl.getPage() |
Page |
PageItemCriteria.getPage()
Returns the parent
Page to which this
field belongs. |
Page |
PageAttribute.getPage()
Returns the
Page |
Page |
PageField.getPage() |
Page |
PageItemCriteriaImpl.getPage() |
Page |
PageAttributeImpl.getPage() |
Modifier and Type | Method and Description |
---|---|
void |
PageFieldImpl.setPage(Page page) |
void |
PageItemCriteria.setPage(Page page)
Sets the parent
Page . |
void |
PageAttribute.setPage(Page page)
Sets the
Page |
void |
PageField.setPage(Page page) |
void |
PageItemCriteriaImpl.setPage(Page page) |
void |
PageAttributeImpl.setPage(Page 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 |
PageService.findPageById(Long pageId)
Returns the page with the passed in id.
|
Page |
PageServiceImpl.findPageById(Long pageId) |
Modifier and Type | Method and Description |
---|---|
List<Page> |
PageService.readAllPages()
Returns all pages, regardless of any sandbox they are apart of
|
List<Page> |
PageServiceImpl.readAllPages() |
Modifier and Type | Method and Description |
---|---|
void |
PageServiceUtility.addPageFieldToDTO(Page page,
boolean secure,
PageDTO pageDTO,
String fieldKey) |
void |
PageServiceUtility.addPageFieldToDTO(Page page,
boolean secure,
PageDTO pageDTO,
String fieldKey,
String originalValue) |
protected List<ItemCriteriaDTO> |
PageServiceUtility.buildItemCriteriaDTOList(Page page) |
PageDTO |
PageServiceUtility.buildPageDTO(Page page,
boolean secure) |
protected String |
PageServiceUtility.buildRuleExpression(Page page) |
protected Date |
PageSiteMapGenerator.generateDate(Page page) |
protected String |
PageSiteMapGenerator.generateUri(SiteMapBuilder smb,
Page page) |
ExtensionResultStatusType |
PageServiceExtensionHandler.getFieldDefinition(ExtensionResultHolder<FieldDefinition> erh,
Page page,
String fieldKey)
If this method returns something other than
ExtensionResultStatusType.NOT_HANDLED , the result variable
in the ExtensionResultHolder will hold the associated FieldDefinition for the given Page
and field key. |
ExtensionResultStatusType |
AbstractPageServiceExtensionHandler.getFieldDefinition(ExtensionResultHolder<FieldDefinition> erh,
Page page,
String fieldKey) |
protected FieldDefinition |
PageServiceUtility.getFieldDefinition(Page page,
String fieldKey) |
ExtensionResultStatusType |
PageServiceExtensionHandler.overridePageDto(ExtensionResultHolder<PageDTO> erh,
PageDTO pageDto,
Page page)
This method provides the opportunity to modify the page fields associated with the pageDto
ExtensionResultHolder . |
ExtensionResultStatusType |
AbstractPageServiceExtensionHandler.overridePageDto(ExtensionResultHolder<PageDTO> erh,
PageDTO pageDto,
Page page) |
Modifier and Type | Method and Description |
---|---|
protected void |
PageServiceImpl.addPageListToPageDTOList(List<Page> pageList,
boolean secure,
List<PageDTO> dtoList) |
List<PageDTO> |
PageService.buildPageDTOList(List<Page> pageList,
boolean secure,
String identifier,
Locale locale)
|
List<PageDTO> |
PageServiceImpl.buildPageDTOList(List<Page> pageList,
boolean secure,
String identifier,
Locale locale) |
protected List<PageDTO> |
PageServiceImpl.buildPageDTOListUsingCache(List<Page> pageList,
String identifier,
Locale locale,
boolean secure) |
protected List<PageDTO> |
PageServiceImpl.getCachedPageDTOList(List<Page> pageList,
String identifier,
Locale locale,
boolean secure) |
Copyright © 2022. All rights reserved.