Package | Description |
---|---|
org.broadleafcommerce.cms.structure.service | |
org.broadleafcommerce.cms.web.processor | |
org.broadleafcommerce.core.order.service |
Modifier and Type | Method and Description |
---|---|
protected StructuredContentDTO |
StructuredContentServiceImpl.buildStructuredContentDTO(StructuredContent sc,
boolean secure)
Converts a StructuredContent into a StructuredContentDTO.
|
Modifier and Type | Method and Description |
---|---|
protected List<StructuredContentDTO> |
StructuredContentServiceImpl.buildStructuredContentDTOList(List<StructuredContent> structuredContentList,
boolean secure)
Converts a list of structured content items to a list of structured content DTOs.
Internally calls buildStructuredContentDTO(...). |
protected List<StructuredContentDTO> |
StructuredContentServiceImpl.evaluateAndPriortizeContent(List<StructuredContentDTO> structuredContentList,
int count,
Map<String,Object> ruleDTOs) |
protected List<StructuredContentDTO> |
StructuredContentServiceImpl.getStructuredContentListFromCache(String key) |
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(SandBox sandBox,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(SandBox sandBox,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content by name only.
|
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(SandBox sandBox,
StructuredContentType contentType,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(SandBox sandBox,
StructuredContentType contentType,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content by name and type.
|
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByType(SandBox sandBox,
StructuredContentType contentType,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByType(SandBox sandBox,
StructuredContentType contentType,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content
Returns active content items for the passed in sandbox that match the passed in type. |
protected List<StructuredContentDTO> |
StructuredContentServiceImpl.mergeContent(List<StructuredContentDTO> productionList,
List<StructuredContent> sandboxList,
boolean secure) |
Modifier and Type | Method and Description |
---|---|
protected void |
StructuredContentServiceImpl.buildFieldValues(StructuredContent sc,
StructuredContentDTO scDTO,
boolean secure) |
boolean |
StructuredContentRuleProcessor.checkForMatch(StructuredContentDTO sc,
Map<String,Object> valueMap)
Returns true if the passed in
StructuredContent is valid according
to this rule processor. |
boolean |
StructuredContentDefaultRuleProcessor.checkForMatch(StructuredContentDTO sc,
Map<String,Object> vars)
Returns true if all of the rules associated with the passed in
StructuredContent
item match based on the passed in vars. |
protected boolean |
StructuredContentServiceImpl.processContentRules(StructuredContentDTO sc,
Map<String,Object> ruleDTOs) |
Modifier and Type | Method and Description |
---|---|
protected void |
StructuredContentServiceImpl.addStructuredContentListToCache(String key,
List<StructuredContentDTO> scDTOList) |
protected List<StructuredContentDTO> |
StructuredContentServiceImpl.evaluateAndPriortizeContent(List<StructuredContentDTO> structuredContentList,
int count,
Map<String,Object> ruleDTOs) |
protected List<StructuredContentDTO> |
StructuredContentServiceImpl.mergeContent(List<StructuredContentDTO> productionList,
List<StructuredContent> sandboxList,
boolean secure) |
Modifier and Type | Method and Description |
---|---|
protected List<StructuredContentDTO> |
ContentProcessor.getContentItems(String contentName,
Integer maxResults,
javax.servlet.http.HttpServletRequest request,
Map<String,Object> mvelParameters,
SandBox currentSandbox,
StructuredContentType structuredContentType,
Locale locale,
org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element) |
Modifier and Type | Method and Description |
---|---|
boolean |
StructuredContentCartRuleProcessor.checkForMatch(StructuredContentDTO sc,
Map<String,Object> valueMap)
Expects to find a valid "Customer" in the valueMap.
|
Copyright © 2014. All rights reserved.