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 defaultContentItemto display.ContentZoneItemList.getItems()TheContentItemsin this list.Method parameters in com.broadleafcommerce.content.domain with type arguments of type ContentZoneItemModifier and TypeMethodDescriptionvoidContentZone.setDefaultItems(List<ContentZoneItem> defaultItems) The defaultContentItemto display.voidContentZoneItemList.setItems(List<ContentZoneItem> items) TheContentItemsin 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 aContentItemIdto theContentZoneItemsthey belong to.Methods in com.broadleafcommerce.content.service with parameters of type ContentZoneItemModifier and TypeMethodDescriptionprotected booleanDefaultContentItemResolverService.isExplicitContentItemMembership(ContentZoneItem zoneItem) protected booleanDefaultContentItemResolverService.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 voidContentZoneValidator.validateContentZoneItem(@NonNull ContentZoneItem zoneItem, @NonNull org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)