|
||||||||||
| 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(...). |
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. |
| Methods in org.broadleafcommerce.cms.structure.service with parameters of type StructuredContentDTO | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||