Uses of Interface
com.broadleafcommerce.data.tracking.core.RepositoryUtility
Packages that use RepositoryUtility
Package
Description
-
Uses of RepositoryUtility in com.broadleafcommerce.data.tracking.core
Classes in com.broadleafcommerce.data.tracking.core that implement RepositoryUtilityConstructors in com.broadleafcommerce.data.tracking.core with parameters of type RepositoryUtilityModifierConstructorDescriptionDefaultBasicAuditUtility
(RepositoryUtility repositoryUtility, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of RepositoryUtility in com.broadleafcommerce.data.tracking.core.autoconfigure
Methods in com.broadleafcommerce.data.tracking.core.autoconfigure that return RepositoryUtilityMethods in com.broadleafcommerce.data.tracking.core.autoconfigure with parameters of type RepositoryUtilityModifier and TypeMethodDescriptionDataTrackingCoreAutoConfiguration.basicAuditUtility
(RepositoryUtility repositoryUtility, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of RepositoryUtility in com.broadleafcommerce.data.tracking.core.mapping
Methods in com.broadleafcommerce.data.tracking.core.mapping that return RepositoryUtilityModifier and TypeMethodDescriptionprotected RepositoryUtility
DefaultTrackableDomainMapperMemberSupport.getRepositoryUtility()
Methods in com.broadleafcommerce.data.tracking.core.mapping with parameters of type RepositoryUtilityModifier and TypeMethodDescriptionvoid
DefaultTrackableDomainMapperMemberSupport.setRepositoryUtility
(RepositoryUtility repositoryUtility) -
Uses of RepositoryUtility in com.broadleafcommerce.data.tracking.core.messaging
Methods in com.broadleafcommerce.data.tracking.core.messaging that return RepositoryUtilityModifier and TypeMethodDescriptionprotected RepositoryUtility
TransitionHandlerFactory.getRepositories()
Constructors in com.broadleafcommerce.data.tracking.core.messaging with parameters of type RepositoryUtilityModifierConstructorDescriptionTransitionHandlerFactory
(com.broadleafcommerce.common.extension.data.DataRouteReference routeReference, org.springframework.data.mapping.context.MappingContext<?, ?> mappingContext, TrackableBehaviorUtil behaviorUtil, WorkflowMapper workflowMapper, org.springframework.context.ApplicationContext applicationContext, DomainMapperManager domainMapper, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, WorkflowRequestCompletionNotifier completionNotifier, com.broadleafcommerce.common.extension.TypeFactory factory, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, RepositoryUtility repositories, SingleIndexRequestMessageFactory singleIndexRequestMessageFactory) TransitionHandlerFactory
(com.broadleafcommerce.common.extension.data.DataRouteReference routeReference, org.springframework.data.mapping.context.MappingContext<?, ?> mappingContext, TrackableBehaviorUtil behaviorUtil, WorkflowMapper workflowMapper, org.springframework.context.ApplicationContext applicationContext, DomainMapperManager domainMapper, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, WorkflowRequestCompletionNotifier completionNotifier, com.broadleafcommerce.common.extension.TypeFactory factory, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, RepositoryUtility repositories, CommonCatalogService<Catalog> commonCatalogService, SingleIndexRequestMessageFactory singleIndexRequestMessageFactory, PropagationManager propagationManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.context.ApplicationEventPublisher applicationEventPublisher)