Uses of Interface
com.broadleafcommerce.metadata.core.service.AugmentationService
-
Packages that use AugmentationService Package Description com.broadleafcommerce.metadata.core.service com.broadleafcommerce.metadata.core.service.autoconfigure com.broadleafcommerce.metadata.web.endpoint -
-
Uses of AugmentationService in com.broadleafcommerce.metadata.core.service
Classes in com.broadleafcommerce.metadata.core.service that implement AugmentationService Modifier and Type Class Description class
DefaultAugmentationService<P extends Augmentation>
The default service implementation used for doing CRUD on `Augmentation`.Constructors in com.broadleafcommerce.metadata.core.service with parameters of type AugmentationService Constructor Description DefaultAugmentationProvider(AugmentationService<Augmentation> augmentationService, List<AugmentationProcessor> augmentationProcessors, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
Uses of AugmentationService in com.broadleafcommerce.metadata.core.service.autoconfigure
Methods in com.broadleafcommerce.metadata.core.service.autoconfigure that return AugmentationService Modifier and Type Method Description AugmentationService<Augmentation>
MetadataServiceAutoConfiguration. augmentationService(AugmentationRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AugmentationModifiedEventProducer augmentationModifiedEventProducer)
Methods in com.broadleafcommerce.metadata.core.service.autoconfigure with parameters of type AugmentationService Modifier and Type Method Description DefaultAugmentationProvider
MetadataServiceAutoConfiguration. defaultAugmentationProvider(AugmentationService<Augmentation> augmentationService, List<AugmentationProcessor> augmentationProcessors, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of AugmentationService in com.broadleafcommerce.metadata.web.endpoint
Fields in com.broadleafcommerce.metadata.web.endpoint declared as AugmentationService Modifier and Type Field Description protected AugmentationService<Augmentation>
AugmentationEndpoint. service
Constructors in com.broadleafcommerce.metadata.web.endpoint with parameters of type AugmentationService Constructor Description AugmentationEndpoint(AugmentationService<Augmentation> service)
-