public interface ContentZoneService
ContentZonesContentZone findContentZoneByName(String name)
ContentZone associated with the given namename - ContentZoneContentItemDTO 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 HTTPSContentItemDTOContentItemDTO 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 ContentItemContentItemDTOContentZone saveContentZone(ContentZone contentZone)
ContentZone and returns the saved versionname - ContentZoneList<ContentZoneDefinition> findContentZoneDefinitionsAllowingWidget(Widget widget)
widget - ContentZoneDefinitions that allow the given WidgetList<ContentZone> findAllContentZonesUsingDefinition(ContentZoneDefinition contentZoneDefinition)
contentZoneDefinition - ContentZones 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.