Uses of Interface
com.broadleafcommerce.sandbox.repository.nontrackable.ChangeSummaryGroupRepository
Packages that use ChangeSummaryGroupRepository
Package
Description
Higher-level builders on top of the base domain
-
Uses of ChangeSummaryGroupRepository in com.broadleafcommerce.sandbox.messaging
Methods in com.broadleafcommerce.sandbox.messaging that return ChangeSummaryGroupRepositoryModifier and TypeMethodDescriptionprotected ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>SandboxChangeSummaryListener.getChangeSummaryGroupRepository()Methods in com.broadleafcommerce.sandbox.messaging with parameters of type ChangeSummaryGroupRepositoryModifier and TypeMethodDescriptionvoidSandboxChangeSummaryListener.setChangeSummaryGroupRepository(ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> changeSummaryGroupRepository) -
Uses of ChangeSummaryGroupRepository in com.broadleafcommerce.sandbox.messaging.completion
Methods in com.broadleafcommerce.sandbox.messaging.completion that return ChangeSummaryGroupRepositoryModifier and TypeMethodDescriptionDeploymentWorkflowRequestCompletionHandler.getGroupRepository()Methods in com.broadleafcommerce.sandbox.messaging.completion with parameters of type ChangeSummaryGroupRepositoryModifier and TypeMethodDescriptionvoidDeploymentWorkflowRequestCompletionHandler.setGroupRepository(ChangeSummaryGroupRepository<JpaChangeSummaryGroup> groupRepository) -
Uses of ChangeSummaryGroupRepository in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable
Subinterfaces of ChangeSummaryGroupRepository in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackableModifier and TypeInterfaceDescriptioninterfaceDomain specific repository declaration. -
Uses of ChangeSummaryGroupRepository in com.broadleafcommerce.sandbox.service
Methods in com.broadleafcommerce.sandbox.service that return ChangeSummaryGroupRepositoryModifier and TypeMethodDescriptionprotected ChangeSummaryGroupRepository<?>DefaultChangeSummaryGroupService.getRepository()Constructors in com.broadleafcommerce.sandbox.service with parameters of type ChangeSummaryGroupRepositoryModifierConstructorDescriptionDefaultChangeSummaryGroupService(ChangeSummaryGroupRepository<?> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper) -
Uses of ChangeSummaryGroupRepository in com.broadleafcommerce.sandbox.service.autoconfigure
Methods in com.broadleafcommerce.sandbox.service.autoconfigure with parameters of type ChangeSummaryGroupRepositoryModifier and TypeMethodDescriptionSandboxServiceAutoConfiguration.changeSummaryGroupService(ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper) SandboxServiceAutoConfiguration.CleanupServicesConfig.defaultGroupDeployedCleanupServices(CompletionCleanupProperties properties, ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> repository, org.springframework.scheduling.TaskScheduler scheduler) SandboxServiceAutoConfiguration.CleanupServicesConfig.defaultGroupPromotedCleanupServices(CompletionCleanupProperties properties, ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> repository, org.springframework.scheduling.TaskScheduler scheduler) SandboxServiceAutoConfiguration.CleanupServicesConfig.defaultGroupRejectedCleanupServices(CompletionCleanupProperties properties, ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> repository, org.springframework.scheduling.TaskScheduler scheduler) -
Uses of ChangeSummaryGroupRepository in com.broadleafcommerce.sandbox.service.cleanup
Constructors in com.broadleafcommerce.sandbox.service.cleanup with parameters of type ChangeSummaryGroupRepositoryModifierConstructorDescriptionDefaultGroupDeployedCleanupServices(CompletionCleanupProperties properties, ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> repository, org.springframework.scheduling.TaskScheduler scheduler) DefaultGroupPromotedCleanupServices(CompletionCleanupProperties properties, ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> repository, org.springframework.scheduling.TaskScheduler scheduler) DefaultGroupRejectedCleanupServices(CompletionCleanupProperties properties, ChangeSummaryGroupRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> repository, org.springframework.scheduling.TaskScheduler scheduler)