| Package | Description |
|---|---|
| org.broadleafcommerce.cms.structure.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> |
StructuredContentService.lookupStructuredContentItemsByName(org.broadleafcommerce.common.sandbox.domain.SandBox sandBox,
String contentName,
org.broadleafcommerce.common.locale.domain.Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content by name only.
|
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(org.broadleafcommerce.common.sandbox.domain.SandBox sandBox,
String contentName,
org.broadleafcommerce.common.locale.domain.Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(org.broadleafcommerce.common.sandbox.domain.SandBox sandBox,
StructuredContentType contentType,
String contentName,
org.broadleafcommerce.common.locale.domain.Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content by name and type.
|
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(org.broadleafcommerce.common.sandbox.domain.SandBox sandBox,
StructuredContentType contentType,
String contentName,
org.broadleafcommerce.common.locale.domain.Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByType(org.broadleafcommerce.common.sandbox.domain.SandBox sandBox,
StructuredContentType contentType,
org.broadleafcommerce.common.locale.domain.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. |
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByType(org.broadleafcommerce.common.sandbox.domain.SandBox sandBox,
StructuredContentType contentType,
org.broadleafcommerce.common.locale.domain.Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
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 |
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. |
boolean |
StructuredContentRuleProcessor.checkForMatch(StructuredContentDTO sc,
Map<String,Object> valueMap)
Returns true if the passed in
StructuredContent is valid according
to this rule processor. |
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) |
Copyright © 2019. All rights reserved.