Uses of Class
com.broadleafcommerce.content.domain.ThemeField
Packages that use ThemeField
Package
Description
-
Uses of ThemeField in com.broadleafcommerce.content.domain
Methods in com.broadleafcommerce.content.domain that return types with arguments of type ThemeFieldMethod parameters in com.broadleafcommerce.content.domain with type arguments of type ThemeFieldModifier and TypeMethodDescriptionvoid
ThemeFieldGroup.setFields
(List<ThemeField> fields) The fields in this group.Constructor parameters in com.broadleafcommerce.content.domain with type arguments of type ThemeFieldModifierConstructorDescriptionThemeFieldGroup
(String id, String label, String name, List<ThemeField> fields, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) -
Uses of ThemeField in com.broadleafcommerce.content.service
Classes in com.broadleafcommerce.content.service with type parameters of type ThemeFieldModifier and TypeClassDescriptionclass
DefaultThemeFieldService<P extends ThemeField>
interface
ThemeFieldService<P extends ThemeField>
ThemeField
business domain specific version ofCrudEntityService
. -
Uses of ThemeField in com.broadleafcommerce.content.service.autoconfigure
Methods in com.broadleafcommerce.content.service.autoconfigure that return types with arguments of type ThemeFieldModifier and TypeMethodDescriptionContentServiceAutoConfiguration.themeFieldService
(ThemeFieldRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) -
Uses of ThemeField in com.broadleafcommerce.content.service.hydration
Methods in com.broadleafcommerce.content.service.hydration that return types with arguments of type ThemeFieldModifier and TypeMethodDescriptionprotected ThemeFieldService<ThemeField>
DefaultThemeHydrationService.getThemeFieldService()
Constructor parameters in com.broadleafcommerce.content.service.hydration with type arguments of type ThemeFieldModifierConstructorDescriptionDefaultThemeHydrationService
(ThemeFieldService<ThemeField> themeFieldService) -
Uses of ThemeField in com.broadleafcommerce.content.service.validation
Methods in com.broadleafcommerce.content.service.validation with parameters of type ThemeFieldModifier and TypeMethodDescriptionprotected Optional<ThemeFieldGroup>
ThemeFieldValidator.validateGroup
(@NonNull ThemeField field, @NonNull org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) protected void
ThemeFieldValidator.validateUniqueName
(@NonNull ThemeField field, @NonNull org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Method parameters in com.broadleafcommerce.content.service.validation with type arguments of type ThemeFieldModifier and TypeMethodDescriptionvoid
ThemeFieldValidator.setThemeFieldService
(ThemeFieldService<ThemeField> themeFieldService) -
Uses of ThemeField in com.broadleafcommerce.content.web.endpoint
Methods in com.broadleafcommerce.content.web.endpoint that return ThemeFieldModifier and TypeMethodDescriptionThemeFieldEndpoint.createThemeField
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String groupId, ThemeField field) ThemeFieldEndpoint.replaceThemeField
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String groupId, String id, ThemeField field) ThemeFieldEndpoint.updateThemeField
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String groupId, String id, ThemeField field) Methods in com.broadleafcommerce.content.web.endpoint that return types with arguments of type ThemeFieldModifier and TypeMethodDescriptionprotected ThemeFieldService<ThemeField>
ThemeFieldEndpoint.getFieldService()
ThemeFieldEndpoint.readAllThemeFieldsForGroup
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String groupId) Methods in com.broadleafcommerce.content.web.endpoint with parameters of type ThemeFieldModifier and TypeMethodDescriptionThemeFieldEndpoint.createThemeField
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String groupId, ThemeField field) ThemeFieldEndpoint.replaceThemeField
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String groupId, String id, ThemeField field) ThemeFieldEndpoint.updateThemeField
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String groupId, String id, ThemeField field) Constructor parameters in com.broadleafcommerce.content.web.endpoint with type arguments of type ThemeFieldModifierConstructorDescriptionThemeFieldEndpoint
(ThemeFieldGroupService<ThemeFieldGroup> groupService, ThemeFieldService<ThemeField> fieldService)