| 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 java.util.List<StructuredContentDTO> |
StructuredContentServiceImpl.buildStructuredContentDTOList(java.util.List<StructuredContent> structuredContentList,
boolean secure)
Converts a list of structured content items to a list of structured content DTOs.
Internally calls buildStructuredContentDTO(...). |
protected java.util.List<StructuredContentDTO> |
StructuredContentServiceImpl.evaluateAndPriortizeContent(java.util.List<StructuredContentDTO> structuredContentList,
int count,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs) |
protected java.util.List<StructuredContentDTO> |
StructuredContentServiceImpl.getStructuredContentListFromCache(java.lang.String key) |
java.util.List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(SandBox sandBox,
java.lang.String contentName,
Locale locale,
java.lang.Integer count,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs,
boolean secure)
This method returns content by name only.
|
java.util.List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(SandBox sandBox,
java.lang.String contentName,
Locale locale,
java.lang.Integer count,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs,
boolean secure) |
java.util.List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(SandBox sandBox,
StructuredContentType contentType,
java.lang.String contentName,
Locale locale,
java.lang.Integer count,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs,
boolean secure)
This method returns content by name and type.
|
java.util.List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(SandBox sandBox,
StructuredContentType contentType,
java.lang.String contentName,
Locale locale,
java.lang.Integer count,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs,
boolean secure) |
java.util.List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByType(SandBox sandBox,
StructuredContentType contentType,
Locale locale,
java.lang.Integer count,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs,
boolean secure)
This method returns content
Returns active content items for the passed in sandbox that match the passed in type. |
java.util.List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByType(SandBox sandBox,
StructuredContentType contentType,
Locale locale,
java.lang.Integer count,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs,
boolean secure) |
protected java.util.List<StructuredContentDTO> |
StructuredContentServiceImpl.mergeContent(java.util.List<StructuredContentDTO> productionList,
java.util.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,
java.util.Map<java.lang.String,java.lang.Object> valueMap)
Returns true if the passed in
StructuredContent is valid according
to this rule processor. |
boolean |
StructuredContentDefaultRuleProcessor.checkForMatch(StructuredContentDTO sc,
java.util.Map<java.lang.String,java.lang.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,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StructuredContentServiceImpl.addStructuredContentListToCache(java.lang.String key,
java.util.List<StructuredContentDTO> scDTOList) |
protected java.util.List<StructuredContentDTO> |
StructuredContentServiceImpl.evaluateAndPriortizeContent(java.util.List<StructuredContentDTO> structuredContentList,
int count,
java.util.Map<java.lang.String,java.lang.Object> ruleDTOs) |
protected java.util.List<StructuredContentDTO> |
StructuredContentServiceImpl.mergeContent(java.util.List<StructuredContentDTO> productionList,
java.util.List<StructuredContent> sandboxList,
boolean secure) |
Copyright © 2018. All Rights Reserved.