Uses of Class
com.broadleafcommerce.content.domain.ContentZoneItem
Packages that use ContentZoneItem
Package
Description
-
Uses of ContentZoneItem in com.broadleafcommerce.content.domain
Methods in com.broadleafcommerce.content.domain that return types with arguments of type ContentZoneItemModifier and TypeMethodDescriptionContentZone.getDefaultItems()
The defaultContentItem
to display.ContentZoneItemList.getItems()
TheContentItems
in this list.Method parameters in com.broadleafcommerce.content.domain with type arguments of type ContentZoneItemModifier and TypeMethodDescriptionvoid
ContentZone.setDefaultItems
(List<ContentZoneItem> defaultItems) The defaultContentItem
to display.void
ContentZoneItemList.setItems
(List<ContentZoneItem> items) TheContentItems
in this list. -
Uses of ContentZoneItem in com.broadleafcommerce.content.service
Methods in com.broadleafcommerce.content.service that return types with arguments of type ContentZoneItemModifier and TypeMethodDescriptionprotected Map<String,
List<ContentZoneItem>> DefaultContentZoneService.buildContentItemToZoneItemMap
(P zone) This builds a map from aContentItemId
to theContentZoneItems
they belong to.Methods in com.broadleafcommerce.content.service with parameters of type ContentZoneItemModifier and TypeMethodDescriptionprotected boolean
DefaultContentItemResolverService.isExplicitContentItemMembership
(ContentZoneItem zoneItem) protected boolean
DefaultContentItemResolverService.isRuleBasedContentItemMembership
(ContentZoneItem zoneItem) Method parameters in com.broadleafcommerce.content.service with type arguments of type ContentZoneItemModifier and TypeMethodDescriptionDefaultContentItemResolverService.getContentItemIdsFromItemList
(List<ContentZoneItem> items, ContentContext context) DefaultContentItemResolverService.hydrateRuleBasedItems
(List<ContentZoneItem> items, ContentContext context, String allowedModelsRule, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of ContentZoneItem in com.broadleafcommerce.content.service.validation
Methods in com.broadleafcommerce.content.service.validation with parameters of type ContentZoneItemModifier and TypeMethodDescriptionprotected void
ContentZoneValidator.validateContentZoneItem
(@NonNull ContentZoneItem zoneItem, @NonNull org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)