Uses of Interface
com.broadleafcommerce.content.service.FieldDataService
Packages that use FieldDataService
Package
Description
-
Uses of FieldDataService in com.broadleafcommerce.content.clone.autoconfigure
Methods in com.broadleafcommerce.content.clone.autoconfigure with parameters of type FieldDataServiceModifier and TypeMethodDescriptionCloneContentItemAutoConfiguration.cloneContentItemService
(ContentItemService<ContentItem> contentItemService, FieldDataService<FieldData> fieldDataService, ContentItemHydrationService hydrationService, ContentFolderItemService<ContentFolderItem> folderItemService, ContentItemRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, org.springframework.transaction.support.TransactionTemplate template, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.tenant.service.CommonCatalogService<com.broadleafcommerce.data.tracking.core.tenant.domain.Catalog> commonCatalogService) -
Uses of FieldDataService in com.broadleafcommerce.content.clone.contentitem.service
Methods in com.broadleafcommerce.content.clone.contentitem.service that return FieldDataServiceModifier and TypeMethodDescriptionprotected FieldDataService<FieldData>
DefaultCloneContentItemService.getFieldDataService()
Constructors in com.broadleafcommerce.content.clone.contentitem.service with parameters of type FieldDataServiceModifierConstructorDescriptionDefaultCloneContentItemService
(ContentItemService<P> ContentItemService, FieldDataService<FieldData> fieldDataService, ContentItemHydrationService hydrationService, ContentFolderItemService<ContentFolderItem> folderItemService, ContentItemRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, org.springframework.transaction.support.TransactionTemplate template, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.tenant.service.CommonCatalogService<com.broadleafcommerce.data.tracking.core.tenant.domain.Catalog> catalogService) -
Uses of FieldDataService in com.broadleafcommerce.content.service
Classes in com.broadleafcommerce.content.service that implement FieldDataServiceMethods in com.broadleafcommerce.content.service that return FieldDataServiceModifier and TypeMethodDescriptionprotected FieldDataService<FieldData>
DefaultContentItemService.getFieldDataService()
protected FieldDataService<FieldData>
DefaultContentModelService.getFieldDataService()
Constructors in com.broadleafcommerce.content.service with parameters of type FieldDataServiceModifierConstructorDescriptionDefaultContentItemService
(ContentItemRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, FieldDataService<FieldData> fieldDataService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) DefaultContentModelService
(ContentModelRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, FieldDataService<FieldData> fieldDataService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of FieldDataService in com.broadleafcommerce.content.service.hydration
Methods in com.broadleafcommerce.content.service.hydration that return FieldDataServiceModifier and TypeMethodDescriptionprotected FieldDataService<FieldData>
DefaultContentItemHydrationService.getFieldDataService()
Constructors in com.broadleafcommerce.content.service.hydration with parameters of type FieldDataServiceModifierConstructorDescriptionDefaultContentItemHydrationService
(ContentModelService<ContentModel> contentModelService, ContentItemService<ContentItem> itemService, FieldDataService<FieldData> fieldDataService)