Uses of Interface
com.broadleafcommerce.sandbox.repository.nontrackable.ChangeSummaryRepository
Packages that use ChangeSummaryRepository
Package
Description
Higher-level builders on top of the base domain
-
Uses of ChangeSummaryRepository in com.broadleafcommerce.sandbox.messaging
Methods in com.broadleafcommerce.sandbox.messaging that return ChangeSummaryRepositoryModifier and TypeMethodDescriptionprotected ChangeSummaryRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
SandboxChangeSummaryListener.getChangeSummaryRepository()
Methods in com.broadleafcommerce.sandbox.messaging with parameters of type ChangeSummaryRepositoryModifier and TypeMethodDescriptionvoid
SandboxChangeSummaryListener.setChangeSummaryRepository
(ChangeSummaryRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> changeSummaryRepository) -
Uses of ChangeSummaryRepository in com.broadleafcommerce.sandbox.messaging.autoconfigure
Methods in com.broadleafcommerce.sandbox.messaging.autoconfigure with parameters of type ChangeSummaryRepositoryModifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.RetryClusterService
TransitionRequestNotificationAutoConfiguration.deployRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, TransitionRequestNotificationProperties properties, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) com.broadleafcommerce.common.messaging.notification.RetryClusterService
TransitionRequestNotificationAutoConfiguration.promoteRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, TransitionRequestNotificationProperties properties, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) com.broadleafcommerce.common.messaging.notification.RetryClusterService
TransitionRequestNotificationAutoConfiguration.rebaseRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, TransitionRequestNotificationProperties properties, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) com.broadleafcommerce.common.messaging.notification.RetryClusterService
TransitionRequestNotificationAutoConfiguration.rejectRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, TransitionRequestNotificationProperties properties, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) com.broadleafcommerce.common.messaging.notification.RetryClusterService
TransitionRequestNotificationAutoConfiguration.revertRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, TransitionRequestNotificationProperties properties, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) SandboxMessagingAutoConfiguration.sandboxIndexNotificationService
(IndexNotificationProperties properties, ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager manager, com.broadleafcommerce.common.extension.data.DataRouteSupporting route, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> lockRepository) -
Uses of ChangeSummaryRepository in com.broadleafcommerce.sandbox.messaging.completion
Methods in com.broadleafcommerce.sandbox.messaging.completion with parameters of type ChangeSummaryRepositoryModifier and TypeMethodDescriptionvoid
DeploymentWorkflowRequestCompletionHandler.setSummaryRepository
(ChangeSummaryRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> summaryRepository) void
PromotionWorkflowRequestCompletionHandler.setSummaryRepository
(ChangeSummaryRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> summaryRepository) void
RejectionWorkflowRequestCompletionHandler.setSummaryRepository
(ChangeSummaryRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> summaryRepository) Constructors in com.broadleafcommerce.sandbox.messaging.completion with parameters of type ChangeSummaryRepositoryModifierConstructorDescriptionDefaultIndexNotificationService
(IndexNotificationProperties properties, ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.extension.data.DataRouteSupporting route, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> lockRepository) -
Uses of ChangeSummaryRepository in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable
Subinterfaces of ChangeSummaryRepository in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackableModifier and TypeInterfaceDescriptioninterface
JpaChangeSummaryRepository<D extends JpaChangeSummary>
Domain specific repository declaration. -
Uses of ChangeSummaryRepository in com.broadleafcommerce.sandbox.service
Methods in com.broadleafcommerce.sandbox.service that return ChangeSummaryRepositoryModifier and TypeMethodDescriptionprotected ChangeSummaryRepository<D>
DefaultChangeSummaryService.getRepository()
Constructors in com.broadleafcommerce.sandbox.service with parameters of type ChangeSummaryRepositoryModifierConstructorDescriptionDefaultBatchTransitionService
(ChangeSummaryService<? extends ChangeSummary> changeSummaryService, ChangeSummaryGroupService<? extends ChangeSummaryGroup> changeSummaryGroupService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> repo, com.broadleafcommerce.common.extension.data.DataRouteSupporting route) DefaultChangeSummaryService
(ChangeSummaryRepository<D> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DefaultDeploymentRequestHandler
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> changeDeployService, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> changeSummaryRepository, ChangeDeployRepository<?> changeDeployRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, BatchTransitionService batchTransitionService) DefaultTransitionRequestManager
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> changeSummaryRepository, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, DeploymentRequestHandler deploymentRequestHandler, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, BatchTransitionService batchTransitionService) -
Uses of ChangeSummaryRepository in com.broadleafcommerce.sandbox.service.autoconfigure
Methods in com.broadleafcommerce.sandbox.service.autoconfigure with parameters of type ChangeSummaryRepositoryModifier and TypeMethodDescriptionSandboxServiceAutoConfiguration.changeCompositeService
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> repo, com.broadleafcommerce.common.extension.data.DataRouteSupporting route) SandboxServiceAutoConfiguration.changeSummaryService
(ChangeSummaryRepository<?> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) SandboxServiceAutoConfiguration.deploymentRequestHandler
(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper serializationHelper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> repository, ChangeDeployRepository<?> deployRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, BatchTransitionService batchTransitionService) SandboxServiceAutoConfiguration.transitionRequestManager
(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> service, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, ChangeSummaryRepository<?> repository, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper serializationHelper, DeploymentRequestHandler deploymentRequestHandler, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, BatchTransitionService batchTransitionService)