Package | Description |
---|---|
com.broadleafcommerce.advancedcms.domain | |
com.broadleafcommerce.advancedcms.extension | |
com.broadleafcommerce.advancedcms.service |
Modifier and Type | Method and Description |
---|---|
ContentItemDTO |
ContentItemDTO.getClone() |
Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
AdvancedCmsContentZoneServiceExtensionHandler.modifyContentItemDTO(ContentItemDTO contentItemDTO,
ContentItem contentItem) |
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
AbstractContentZoneServiceExtensionHandler.modifyContentItemDTO(ContentItemDTO contentItemDTO,
ContentItem contentItem) |
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
ContentZoneServiceExtensionHandler.modifyContentItemDTO(ContentItemDTO contentItemDTO,
ContentItem contentItem)
This method allows other modules to modify a
ContentItemDTO . |
Modifier and Type | Method and Description |
---|---|
protected ContentItemDTO |
ContentZoneServiceImpl.createContentItemDto(ContentItem contentItem)
Creates the
ContentItemDTO given a contentItem. |
protected ContentItemDTO |
ContentItemServiceImpl.createContentItemDto(ContentItem contentItem)
Creates the
ContentItemDTO given a contentItem. |
ContentItemDTO |
ContentItemService.createContentItemDTOFromContentItem(boolean secure,
Map<String,Object> args,
ContentItem ci)
Creates a ContentItemDTO from the passed in ContentItem and caches it
|
ContentItemDTO |
ContentItemServiceImpl.createContentItemDTOFromContentItem(boolean secure,
Map<String,Object> args,
ContentItem ci) |
ContentItemDTO |
ContentZoneService.findContentItemDTOForZoneName(String name,
boolean secure)
Returns the
ContentItemDTO associated with the given zone name |
ContentItemDTO |
ContentZoneServiceImpl.findContentItemDTOForZoneName(String name,
boolean secure) |
ContentItemDTO |
ContentZoneService.findContentItemDTOForZoneName(String name,
boolean secure,
Map<String,Object> args)
Returns the
ContentItemDTO associated with the given zone name and extra arguments. |
ContentItemDTO |
ContentZoneServiceImpl.findContentItemDTOForZoneName(String name,
boolean secure,
Map<String,Object> args) |
ContentItemDTO |
ContentItemService.getClonedContentItemDTO(ContentItemDTO ciDto)
When passing in the
ContentItemDTO to the post retrieval method
we clone the DTO to prevent unwanted changes to the original. |
ContentItemDTO |
ContentItemServiceImpl.getClonedContentItemDTO(ContentItemDTO ciDto) |
ContentItemDTO |
ContentItemService.postRetrievalContentItemModification(ContentItemDTO ciDto,
String name,
boolean secure,
Map<String,Object> args)
Used to modify the
ContentItemDTO created. |
ContentItemDTO |
ContentItemServiceImpl.postRetrievalContentItemModification(ContentItemDTO ciDto,
String name,
boolean secure,
Map<String,Object> args) |
Modifier and Type | Method and Description |
---|---|
protected void |
ContentZoneServiceImpl.addMasterStructuredContentDTOsToCache(ContentItemDTO contentItemDto,
ContentItem item,
boolean secure) |
protected void |
ContentZoneServiceImpl.addStructuredContentDTOsToCache(ContentItemDTO contentItemDto,
ContentItem item,
boolean secure) |
protected void |
ContentItemServiceImpl.addStructuredContentDTOsToCache(ContentItemDTO contentItemDto,
ContentItem item,
boolean secure) |
protected String |
ContentZoneServiceImpl.buildCacheKey(ContentItemDTO contentItemDto,
ContentItem item)
Build the cache key using the current item's id.
|
protected String |
ContentItemServiceImpl.buildCacheKey(ContentItemDTO contentItemDto,
ContentItem item) |
protected void |
ContentZoneServiceImpl.buildCiDtos(ContentItemDTO ciDto,
boolean secure,
ContentItem ci,
Object translationBase) |
protected void |
ContentZoneServiceImpl.buildCiMasterDtos(ContentItemDTO ciDto,
boolean secure,
ContentItem ci,
Object translationBase) |
protected String |
ContentZoneServiceImpl.buildMapKey(ContentItemDTO contentItemDto,
boolean secure,
org.broadleafcommerce.common.web.BroadleafRequestContext context) |
protected String |
ContentItemServiceImpl.buildMapKey(ContentItemDTO contentItemDto,
boolean secure,
org.broadleafcommerce.common.web.BroadleafRequestContext context) |
protected String |
ContentZoneServiceImpl.buildMasterMapKey(ContentItemDTO contentItemDto,
boolean secure,
org.broadleafcommerce.common.web.BroadleafRequestContext context) |
ContentItemDTO |
ContentItemService.getClonedContentItemDTO(ContentItemDTO ciDto)
When passing in the
ContentItemDTO to the post retrieval method
we clone the DTO to prevent unwanted changes to the original. |
ContentItemDTO |
ContentItemServiceImpl.getClonedContentItemDTO(ContentItemDTO ciDto) |
protected List<org.broadleafcommerce.common.structure.dto.StructuredContentDTO> |
ContentZoneServiceImpl.lookupStructuredContentDTOsFromCache(ContentItemDTO contentItemDto,
ContentItem item,
boolean secure) |
protected List<org.broadleafcommerce.common.structure.dto.StructuredContentDTO> |
ContentItemServiceImpl.lookupStructuredContentDTOsFromCache(ContentItemDTO contentItemDto,
ContentItem item,
boolean secure) |
ContentItemDTO |
ContentItemService.postRetrievalContentItemModification(ContentItemDTO ciDto,
String name,
boolean secure,
Map<String,Object> args)
Used to modify the
ContentItemDTO created. |
ContentItemDTO |
ContentItemServiceImpl.postRetrievalContentItemModification(ContentItemDTO ciDto,
String name,
boolean secure,
Map<String,Object> args) |
protected void |
ContentItemServiceImpl.setMasterStructuredContentDTOs(ContentItemDTO ciDto) |
void |
ContentItemService.setStructuredContentForDTO(ContentItem contentItem,
boolean isSecure,
ContentItemDTO ciDto)
Adds
StructuredContentDTO to ContentItemDTO . |
void |
ContentItemServiceImpl.setStructuredContentForDTO(ContentItem contentItem,
boolean isSecure,
ContentItemDTO ciDto)
Adds
StructuredContentDTO to ContentItemDTO |
protected List<org.broadleafcommerce.common.structure.dto.StructuredContentDTO> |
ContentItemServiceImpl.utilizeCache(ContentItem contentItem,
boolean isSecure,
ContentItemDTO ciDto) |
Copyright © 2020. All rights reserved.