Package | Description |
---|---|
org.broadleafcommerce.cms.page.service | |
org.broadleafcommerce.cms.web.controller | |
org.broadleafcommerce.common.page.dto | |
org.broadleafcommerce.core.order.service |
Modifier and Type | Field and Description |
---|---|
protected PageDTO |
PageServiceImpl.NULL_PAGE |
Modifier and Type | Field and Description |
---|---|
protected List<RuleProcessor<PageDTO>> |
PageServiceImpl.pageRuleProcessors |
Modifier and Type | Method and Description |
---|---|
PageDTO |
PageServiceUtility.buildPageDTO(Page page,
boolean secure) |
protected PageDTO |
PageServiceImpl.evaluatePageRules(List<PageDTO> pageDTOList,
Locale locale,
Map<String,Object> ruleDTOs) |
PageDTO |
PageServiceImpl.findPageByURI(Locale locale,
String uri,
Map<String,Object> ruleDTOs,
boolean secure)
Retrieve the page if one is available for the passed in uri.
|
PageDTO |
PageService.findPageByURI(Locale locale,
String uri,
Map<String,Object> ruleDTOs,
boolean secure)
Looks up the page from the backend datastore.
|
PageDTO |
PageServiceUtility.hydrateForeignLookups(PageDTO page) |
Modifier and Type | Method and Description |
---|---|
List<PageDTO> |
PageServiceImpl.buildPageDTOList(List<Page> pageList,
boolean secure)
Converts a list of pages to a list of pageDTOs.
Internally calls buildPageDTO(...). |
List<PageDTO> |
PageService.buildPageDTOList(List<Page> pageList,
boolean secure)
|
protected List<PageDTO> |
PageServiceImpl.getPageListFromCache(String key) |
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) |
boolean |
PageDefaultRuleProcessor.checkForMatch(PageDTO page,
Map<String,Object> vars)
Returns true if all of the rules associated with the passed in
Page
item match based on the passed in vars. |
PageDTO |
PageServiceUtility.hydrateForeignLookups(PageDTO page) |
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) |
protected boolean |
PageServiceImpl.passesPageRules(PageDTO page,
Map<String,Object> ruleDTOs) |
Modifier and Type | Method and Description |
---|---|
protected void |
PageServiceImpl.addPageListToCache(List<PageDTO> pageList,
String key,
String uri,
Long sandBox,
Long site) |
protected PageDTO |
PageServiceImpl.evaluatePageRules(List<PageDTO> pageDTOList,
Locale locale,
Map<String,Object> ruleDTOs) |
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 | Field and Description |
---|---|
protected DeepLinkService<PageDTO> |
BroadleafPageController.deepLinkService |
Modifier and Type | Class and Description |
---|---|
class |
NullPageDTO
A NullPageDTO is an object that is used by the PageService caching to indicate a "cache-miss".
|
Modifier and Type | Method and Description |
---|---|
void |
PageDTO.copy(PageDTO original) |
Modifier and Type | Method and Description |
---|---|
boolean |
PageCartRuleProcessor.checkForMatch(PageDTO page,
Map<String,Object> valueMap)
Expects to find a valid "Customer" in the valueMap.
|
Copyright © 2017. All rights reserved.