Uses of Interface
com.broadleafcommerce.content.service.hydration.ThemeHydrationService
Packages that use ThemeHydrationService
Package
Description
- 
Uses of ThemeHydrationService in com.broadleafcommerce.content.service.hydration
Classes in com.broadleafcommerce.content.service.hydration that implement ThemeHydrationService - 
Uses of ThemeHydrationService in com.broadleafcommerce.content.web.endpoint
Methods in com.broadleafcommerce.content.web.endpoint that return ThemeHydrationServiceModifier and TypeMethodDescriptionprotected ThemeHydrationServiceThemeFieldGroupEndpoint.getHydrationService()protected ThemeHydrationService<ThemeFieldGroup>ThemeFieldResolverEndpoint.getHydrationService()Constructors in com.broadleafcommerce.content.web.endpoint with parameters of type ThemeHydrationServiceModifierConstructorDescriptionThemeFieldGroupEndpoint(ThemeFieldGroupService<ThemeFieldGroup> service, ThemeHydrationService hydrationService) ThemeFieldResolverEndpoint(ThemeFieldGroupService<ThemeFieldGroup> service, ThemeHydrationService<ThemeFieldGroup> hydrationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)