Uses of Interface
com.broadleafcommerce.data.tracking.core.RepositoryUtility
Package
Description
-
Uses of RepositoryUtility in com.broadleafcommerce.data.tracking.core
ModifierConstructorDescriptionDefaultBasicAuditUtility
(RepositoryUtility repositoryUtility, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of RepositoryUtility in com.broadleafcommerce.data.tracking.core.autoconfigure
Modifier and TypeMethodDescriptionDataTrackingCoreAutoConfiguration.basicAuditUtility
(RepositoryUtility repositoryUtility, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of RepositoryUtility in com.broadleafcommerce.data.tracking.core.mapping
Modifier and TypeMethodDescriptionprotected RepositoryUtility
DefaultTrackableDomainMapperMemberSupport.getRepositoryUtility()
Modifier and TypeMethodDescriptionvoid
DefaultTrackableDomainMapperMemberSupport.setRepositoryUtility
(RepositoryUtility repositoryUtility) -
Uses of RepositoryUtility in com.broadleafcommerce.data.tracking.core.messaging
Modifier and TypeMethodDescriptionprotected RepositoryUtility
TransitionHandlerFactory.getRepositories()
ModifierConstructorDescriptionTransitionHandlerFactory
(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)