|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Page in org.broadleafcommerce.cms.admin.server.handler |
|---|
| Methods in org.broadleafcommerce.cms.admin.server.handler with parameters of type Page | |
|---|---|
protected void |
PagesCustomPersistenceHandler.addRule(Entity entity,
Page structuredContentInstance,
String propertyName,
PageRuleType type)
|
protected void |
PagesCustomPersistenceHandler.addRulesToEntity(Page structuredContent,
Entity structuredContentEntity)
|
protected void |
PagesCustomPersistenceHandler.updateRule(Entity entity,
Page structuredContentInstance,
String propertyName,
PageRuleType type)
|
| Uses of Page in org.broadleafcommerce.cms.page.dao |
|---|
| Methods in org.broadleafcommerce.cms.page.dao that return Page | |
|---|---|
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)
|
| Methods in org.broadleafcommerce.cms.page.dao that return types with arguments of type Page | |
|---|---|
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)
|
| Methods in org.broadleafcommerce.cms.page.dao with parameters of type Page | |
|---|---|
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)
|
| Uses of Page in org.broadleafcommerce.cms.page.domain |
|---|
| Classes in org.broadleafcommerce.cms.page.domain that implement Page | |
|---|---|
class |
PageImpl
Created by bpolster. |
| Fields in org.broadleafcommerce.cms.page.domain declared as Page | |
|---|---|
protected Page |
PageFieldImpl.page
|
protected Page |
PageItemCriteriaImpl.page
|
| Methods in org.broadleafcommerce.cms.page.domain that return Page | |
|---|---|
Page |
Page.cloneEntity()
|
Page |
PageImpl.cloneEntity()
|
Page |
PageItemCriteria.getPage()
Returns the parent Page to which this
field belongs. |
Page |
PageFieldImpl.getPage()
|
Page |
PageItemCriteriaImpl.getPage()
|
Page |
PageField.getPage()
|
| Methods in org.broadleafcommerce.cms.page.domain with parameters of type Page | |
|---|---|
void |
PageItemCriteria.setPage(Page page)
Sets the parent Page. |
void |
PageFieldImpl.setPage(Page page)
|
void |
PageItemCriteriaImpl.setPage(Page page)
|
void |
PageField.setPage(Page page)
|
| Uses of Page in org.broadleafcommerce.cms.page.message |
|---|
| Methods in org.broadleafcommerce.cms.page.message with parameters of type Page | |
|---|---|
void |
ArchivedPagePublisher.processPageArchive(Page page,
String basePageKey)
|
| Uses of Page in org.broadleafcommerce.cms.page.message.jms |
|---|
| Methods in org.broadleafcommerce.cms.page.message.jms with parameters of type Page | |
|---|---|
void |
JMSArchivedPagePublisher.processPageArchive(Page page,
String basePageKey)
|
| Uses of Page in org.broadleafcommerce.cms.page.service |
|---|
| Methods in org.broadleafcommerce.cms.page.service that return Page | |
|---|---|
Page |
PageService.addPage(Page page,
SandBox destinationSandbox)
This method is intended to be called from within the CMS admin only. |
Page |
PageServiceImpl.addPage(Page page,
SandBox destinationSandbox)
This method is intended to be called from within the CMS admin only. |
Page |
PageService.findPageById(Long pageId)
Returns the page with the passed in id. |
Page |
PageServiceImpl.findPageById(Long pageId)
Returns the page with the passed in id. |
Page |
PageService.updatePage(Page page,
SandBox sandbox)
This method is intended to be called from within the CMS admin only. |
Page |
PageServiceImpl.updatePage(Page page,
SandBox destSandbox)
This method is intended to be called from within the CMS admin only. |
| Methods in org.broadleafcommerce.cms.page.service that return types with arguments of type Page | |
|---|---|
List<Page> |
PageService.findPages(SandBox sandBox,
org.hibernate.Criteria criteria)
|
List<Page> |
PageServiceImpl.findPages(SandBox sandbox,
org.hibernate.Criteria c)
|
| Methods in org.broadleafcommerce.cms.page.service with parameters of type Page | |
|---|---|
Page |
PageService.addPage(Page page,
SandBox destinationSandbox)
This method is intended to be called from within the CMS admin only. |
Page |
PageServiceImpl.addPage(Page page,
SandBox destinationSandbox)
This method is intended to be called from within the CMS admin only. |
protected PageDTO |
PageServiceImpl.buildPageDTOInternal(Page page,
boolean secure)
|
protected String |
PageServiceImpl.buildRuleExpression(Page page)
|
void |
PageService.deletePage(Page page,
SandBox destinationSandbox)
If deleting and item where page.originalPageId != null then the item is deleted from the database. |
void |
PageServiceImpl.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 |
PageService.updatePage(Page page,
SandBox sandbox)
This method is intended to be called from within the CMS admin only. |
Page |
PageServiceImpl.updatePage(Page page,
SandBox destSandbox)
This method is intended to be called from within the CMS admin only. |
| Method parameters in org.broadleafcommerce.cms.page.service with type arguments of type Page | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||