Uses of Interface
com.broadleafcommerce.data.tracking.core.RepositoryUtility
-
-
Uses of RepositoryUtility in com.broadleafcommerce.data.tracking.core
Classes in com.broadleafcommerce.data.tracking.core that implement RepositoryUtility Modifier and Type Class Description class
DefaultRepositoryUtility
Constructors in com.broadleafcommerce.data.tracking.core with parameters of type RepositoryUtility Constructor Description DefaultBasicAuditUtility(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 RepositoryUtility Modifier and Type Method Description RepositoryUtility
DataTrackingCoreAutoConfiguration. repositoryUtility()
Methods in com.broadleafcommerce.data.tracking.core.autoconfigure with parameters of type RepositoryUtility Modifier and Type Method Description BasicAuditUtility
DataTrackingCoreAutoConfiguration. 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 RepositoryUtility Modifier and Type Method Description protected RepositoryUtility
DefaultTrackableDomainMapperMemberSupport. getRepositoryUtility()
Methods in com.broadleafcommerce.data.tracking.core.mapping with parameters of type RepositoryUtility Modifier and Type Method Description void
DefaultTrackableDomainMapperMemberSupport. setRepositoryUtility(RepositoryUtility repositoryUtility)
-
Uses of RepositoryUtility in com.broadleafcommerce.data.tracking.core.messaging
Methods in com.broadleafcommerce.data.tracking.core.messaging that return RepositoryUtility Modifier and Type Method Description protected RepositoryUtility
TransitionHandlerFactory. getRepositories()
Constructors in com.broadleafcommerce.data.tracking.core.messaging with parameters of type RepositoryUtility Constructor Description 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, 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)
-