Package | Description |
---|---|
org.broadleafcommerce.cms.page.dto | |
org.broadleafcommerce.cms.page.service | |
org.broadleafcommerce.core.order.service |
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 | Field and Description |
---|---|
protected PageDTO |
PageServiceImpl.NULL_PAGE |
Modifier and Type | Field and Description |
---|---|
protected List<PageDTO> |
PageServiceImpl.EMPTY_PAGE_DTO |
Modifier and Type | Method and Description |
---|---|
protected PageDTO |
PageServiceImpl.buildPageDTOInternal(Page page,
boolean secure) |
protected PageDTO |
PageServiceImpl.evaluatePageRules(List<PageDTO> pageDTOList,
Locale locale,
Map<String,Object> ruleDTOs) |
PageDTO |
PageServiceImpl.findPageByURI(SandBox currentSandbox,
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(SandBox currentSandbox,
Locale locale,
String uri,
Map<String,Object> ruleDTOs,
boolean secure)
Looks up the page from the backend datastore.
|
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.getPageListFromCache(String key) |
protected List<PageDTO> |
PageServiceImpl.mergePages(List<PageDTO> productionPageList,
List<Page> sandboxPageList,
boolean secure) |
Modifier and Type | Method and Description |
---|---|
boolean |
PageRuleProcessor.checkForMatch(PageDTO page,
Map<String,Object> valueMap)
Returns true if the passed in
Page is valid according
to this rule processor. |
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. |
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) |
protected PageDTO |
PageServiceImpl.evaluatePageRules(List<PageDTO> pageDTOList,
Locale locale,
Map<String,Object> ruleDTOs) |
protected List<PageDTO> |
PageServiceImpl.mergePages(List<PageDTO> productionPageList,
List<Page> sandboxPageList,
boolean secure) |
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 © 2014. All rights reserved.