|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StructuredContentDTO | |
|---|---|
| org.broadleafcommerce.cms.structure.service | |
| Uses of StructuredContentDTO in org.broadleafcommerce.cms.structure.service |
|---|
| Methods in org.broadleafcommerce.cms.structure.service that return StructuredContentDTO | |
|---|---|
protected StructuredContentDTO |
StructuredContentServiceImpl.buildStructuredContentDTO(StructuredContent sc,
boolean secure)
Converts a StructuredContent into a StructuredContentDTO. |
| Methods in org.broadleafcommerce.cms.structure.service that return types with arguments of type StructuredContentDTO | |
|---|---|
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)
|
| Methods in org.broadleafcommerce.cms.structure.service with parameters of type StructuredContentDTO | |
|---|---|
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)
|
| Method parameters in org.broadleafcommerce.cms.structure.service with type arguments of type StructuredContentDTO | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||