Uses of Interface
com.broadleafcommerce.content.service.ContentZoneService
Packages that use ContentZoneService
Package
Description
- 
Uses of ContentZoneService in com.broadleafcommerce.content.service
Classes in com.broadleafcommerce.content.service that implement ContentZoneServiceMethods in com.broadleafcommerce.content.service that return ContentZoneServiceModifier and TypeMethodDescriptionprotected ContentZoneService<ContentZone>DefaultContentItemResolverService.getZoneService()Constructors in com.broadleafcommerce.content.service with parameters of type ContentZoneServiceModifierConstructorDescriptionDefaultContentItemResolverService(ContentZoneService<ContentZone> zoneService, ContentModelService<ContentModel> modelService, ContentItemService<I> itemService, ContentItemHydrationService hydrationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> rsqlParser)  - 
Uses of ContentZoneService in com.broadleafcommerce.content.service.validation
Methods in com.broadleafcommerce.content.service.validation that return ContentZoneServiceModifier and TypeMethodDescriptionprotected ContentZoneService<ContentZone>ContentZoneValidator.getZoneService()Methods in com.broadleafcommerce.content.service.validation with parameters of type ContentZoneServiceModifier and TypeMethodDescriptionvoidContentZoneValidator.setZoneService(ContentZoneService<ContentZone> zoneService)  - 
Uses of ContentZoneService in com.broadleafcommerce.content.web.endpoint
Methods in com.broadleafcommerce.content.web.endpoint that return ContentZoneServiceModifier and TypeMethodDescriptionprotected ContentZoneService<ContentZone>ContentZoneEndpoint.getContentZoneService()Constructors in com.broadleafcommerce.content.web.endpoint with parameters of type ContentZoneServiceModifierConstructorDescriptionContentZoneEndpoint(ContentZoneService<ContentZone> contentZoneService, ContentItemService<ContentItem> contentItemService)