Uses of Interface
com.broadleafcommerce.metadata.core.service.AugmentationService
Packages that use AugmentationService
Package
Description
-
Uses of AugmentationService in com.broadleafcommerce.metadata.core.service
Classes in com.broadleafcommerce.metadata.core.service that implement AugmentationServiceModifier and TypeClassDescriptionclass
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 AugmentationServiceModifierConstructorDescriptionDefaultAugmentationProvider
(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 AugmentationServiceModifier and TypeMethodDescriptionMetadataServiceAutoConfiguration.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 AugmentationServiceModifier and TypeMethodDescriptionMetadataServiceAutoConfiguration.defaultAugmentationProvider
(AugmentationService<Augmentation> augmentationService, List<AugmentationProcessor> augmentationProcessors, com.fasterxml.jackson.databind.ObjectMapper objectMapper) MetadataServiceAutoConfiguration.MetadataMessagingAutoConfiguration.metadataBusinessTypeModifiedHandler
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AugmentationService<Augmentation> augmentationService, RouteService<Route> routeService, RouteComponentService<RouteComponent> routeComponentService) -
Uses of AugmentationService in com.broadleafcommerce.metadata.core.service.messaging.businessType
Methods in com.broadleafcommerce.metadata.core.service.messaging.businessType that return AugmentationServiceModifier and TypeMethodDescriptionMetadataProductBusinessTypeModifiedHandler.getAugmentationService()
Constructors in com.broadleafcommerce.metadata.core.service.messaging.businessType with parameters of type AugmentationServiceModifierConstructorDescriptionMetadataProductBusinessTypeModifiedHandler
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AugmentationService<Augmentation> augmentationService, RouteService<Route> routeService, RouteComponentService<RouteComponent> routeComponentService) -
Uses of AugmentationService in com.broadleafcommerce.metadata.core.service.validation
Methods in com.broadleafcommerce.metadata.core.service.validation that return AugmentationServiceModifier and TypeMethodDescriptionprotected AugmentationService<Augmentation>
AugmentationValidator.getAugmentationService()
Methods in com.broadleafcommerce.metadata.core.service.validation with parameters of type AugmentationServiceModifier and TypeMethodDescriptionvoid
AugmentationValidator.setAugmentationService
(AugmentationService<Augmentation> augmentationService) -
Uses of AugmentationService in com.broadleafcommerce.metadata.web.endpoint
Fields in com.broadleafcommerce.metadata.web.endpoint declared as AugmentationServiceModifier and TypeFieldDescriptionprotected final AugmentationService<Augmentation>
AugmentationEndpoint.service
Constructors in com.broadleafcommerce.metadata.web.endpoint with parameters of type AugmentationService