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(SandBox sandBox,
Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDao.findPageByURI(SandBox sandBox,
Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDaoImpl.findPageByURI(SandBox sandBox,
Locale locale,
String uri) |
List<Page> |
PageDao.findPageByURI(SandBox sandBox,
Locale locale,
String uri) |
List<Page> |
PageDaoImpl.readAllPages() |
List<Page> |
PageDao.readAllPages()
Returns all pages, regardless of any sandbox they are apart of
|
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) |
Map<String,PageField> |
PageDaoImpl.readPageFieldsByPage(Page page) |
Map<String,PageField> |
PageDao.readPageFieldsByPage(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 |
protected Page |
PageFieldImpl.page |
Modifier and Type | Method and Description |
---|---|
Page |
PageImpl.cloneEntity() |
Page |
Page.cloneEntity() |
Page |
PageItemCriteriaImpl.getPage() |
Page |
PageItemCriteria.getPage()
Returns the parent
Page to which this
field belongs. |
Page |
PageFieldImpl.getPage() |
Page |
PageField.getPage() |
Modifier and Type | Method and Description |
---|---|
void |
PageItemCriteriaImpl.setPage(Page page) |
void |
PageItemCriteria.setPage(Page page)
Sets the parent
Page . |
void |
PageFieldImpl.setPage(Page page) |
void |
PageField.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 |
PageServiceImpl.addPage(Page page,
SandBox destinationSandbox)
This method is intended to be called from within the CMS
admin only.
|
Page |
PageService.addPage(Page page,
SandBox destinationSandbox)
This method is intended to be called from within the CMS
admin only.
|
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.
|
Page |
PageServiceImpl.updatePage(Page page,
SandBox destSandbox)
This method is intended to be called from within the CMS
admin only.
|
Page |
PageService.updatePage(Page page,
SandBox sandbox)
This method is intended to be called from within the CMS
admin only.
|
Modifier and Type | Method and Description |
---|---|
List<Page> |
PageServiceImpl.findPages(SandBox sandbox,
org.hibernate.Criteria c) |
List<Page> |
PageService.findPages(SandBox sandBox,
org.hibernate.Criteria criteria) |
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 |
---|---|
Page |
PageServiceImpl.addPage(Page page,
SandBox destinationSandbox)
This method is intended to be called from within the CMS
admin only.
|
Page |
PageService.addPage(Page page,
SandBox destinationSandbox)
This method is intended to be called from within the CMS
admin only.
|
protected List<ItemCriteriaDTO> |
PageServiceImpl.buildItemCriteriaDTOList(Page page) |
protected String |
PageServiceImpl.buildKey(Page page) |
protected PageDTO |
PageServiceImpl.buildPageDTOInternal(Page page,
boolean secure) |
protected String |
PageServiceImpl.buildRuleExpression(Page page) |
void |
PageServiceImpl.deletePage(Page page,
SandBox destinationSandbox)
If deleting and item where page.originalPageId != null
then the item is deleted from the database.
|
void |
PageService.deletePage(Page page,
SandBox destinationSandbox)
If deleting and item where page.originalPageId != null
then the item is deleted from the database.
|
protected void |
PageServiceImpl.productionItemArchived(Page page) |
void |
PageServiceImpl.removePageFromCache(Page p)
Call to evict an item from the cache.
|
Page |
PageServiceImpl.updatePage(Page page,
SandBox destSandbox)
This method is intended to be called from within the CMS
admin only.
|
Page |
PageService.updatePage(Page page,
SandBox sandbox)
This method is intended to be called from within the CMS
admin only.
|
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(...). |
protected List<PageDTO> |
PageServiceImpl.mergePages(List<PageDTO> productionPageList,
List<Page> sandboxPageList,
boolean secure) |
Copyright © 2014. All rights reserved.