public interface ContentZoneService
ContentZone
sContentZone findContentZoneByName(String name)
ContentZone
associated with the given namename
- ContentZone
ContentItemDTO findContentItemDTOForZoneName(String name, boolean secure)
ContentItemDTO
associated with the given zone namename
- secure
- Some ContentItems contain HTML with URLs that must be modified based on HTTP or HTTPSContentItemDTO
ContentItemDTO findContentItemDTOForZoneName(String name, boolean secure, Map<String,Object> args)
ContentItemDTO
associated with the given zone name and extra arguments.name
- secure
- Some ContentItems contain HTML with URLs that must be modified based on HTTP or HTTPSargs
- - additional arguments that an implementation might want to use to more specifically find a ContentItemContentItemDTO
ContentZone saveContentZone(ContentZone contentZone)
ContentZone
and returns the saved versionname
- ContentZone
List<ContentZoneDefinition> findContentZoneDefinitionsAllowingWidget(Widget widget)
widget
- ContentZoneDefinition
s that allow the given WidgetList<ContentZone> findAllContentZonesUsingDefinition(ContentZoneDefinition contentZoneDefinition)
contentZoneDefinition
- ContentZone
s that are using the given ContentZoneDefinitionContentZoneDefinition findContentZoneDefinitionById(Long id)
id
- ContentZoneDefinition
matching the given idContentZone findContentZoneById(Long id)
id
- ContentZone
matching the given id@Deprecated boolean removeStructuredContentDTOsFromCache(ContentItem contentItem)
contentItemDto
- Copyright © 2020. All rights reserved.