Uses of Class
com.broadleafcommerce.scheduledjob.domain.ScheduledJobExecutionDetail
Packages that use ScheduledJobExecutionDetail
Package
Description
-
Uses of ScheduledJobExecutionDetail in com.broadleafcommerce.scheduledjob.messaging.autoconfigure
Method parameters in com.broadleafcommerce.scheduledjob.messaging.autoconfigure with type arguments of type ScheduledJobExecutionDetailModifier and TypeMethodDescriptionScheduledJobMessagingAutoConfiguration.scheduledJobCompletedEventListener(ScheduledJobExecutionDetailService<ScheduledJobExecutionDetail> executionDetailService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService) ScheduledJobMessagingAutoConfiguration.scheduledJobStartedEventListener(ScheduledJobExecutionDetailService<ScheduledJobExecutionDetail> executionDetailService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService) -
Uses of ScheduledJobExecutionDetail in com.broadleafcommerce.scheduledjob.messaging.transition
Methods in com.broadleafcommerce.scheduledjob.messaging.transition that return types with arguments of type ScheduledJobExecutionDetailModifier and TypeMethodDescriptionScheduledJobCompletedEventListener.getScheduledJobExecutionDetailService()ScheduledJobStartedEventListener.getScheduledJobExecutionDetailService()Constructor parameters in com.broadleafcommerce.scheduledjob.messaging.transition with type arguments of type ScheduledJobExecutionDetailModifierConstructorDescriptionScheduledJobCompletedEventListener(ScheduledJobExecutionDetailService<ScheduledJobExecutionDetail> scheduledJobExecutionDetailService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentService) ScheduledJobStartedEventListener(ScheduledJobExecutionDetailService<ScheduledJobExecutionDetail> scheduledJobExecutionDetailService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentService) -
Uses of ScheduledJobExecutionDetail in com.broadleafcommerce.scheduledjob.messaging.trigger
Methods in com.broadleafcommerce.scheduledjob.messaging.trigger that return types with arguments of type ScheduledJobExecutionDetailModifier and TypeMethodDescriptionScheduledJobRefMessageFactory.getScheduledJobExecutionDetailService()Methods in com.broadleafcommerce.scheduledjob.messaging.trigger with parameters of type ScheduledJobExecutionDetailModifier and TypeMethodDescriptionprotected com.broadleafcommerce.common.messaging.domain.ScheduledJobExecutionDetailRefScheduledJobRefMessageFactory.buildScheduledJobExecutionDetailRef(ScheduledJobExecutionDetail executionDetail) Method parameters in com.broadleafcommerce.scheduledjob.messaging.trigger with type arguments of type ScheduledJobExecutionDetailModifier and TypeMethodDescriptionvoidScheduledJobRefMessageFactory.setScheduledJobExecutionDetailService(ScheduledJobExecutionDetailService<ScheduledJobExecutionDetail> scheduledJobExecutionDetailService) -
Uses of ScheduledJobExecutionDetail in com.broadleafcommerce.scheduledjob.service
Classes in com.broadleafcommerce.scheduledjob.service with type parameters of type ScheduledJobExecutionDetailModifier and TypeClassDescriptionclassinterfaceService responsible for functionality related toScheduledJobExecutionDetailMethods in com.broadleafcommerce.scheduledjob.service that return ScheduledJobExecutionDetailModifier and TypeMethodDescriptionprotected ScheduledJobExecutionDetailDefaultScheduledJobService.createJobExecutionDetail(P scheduledJob, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.scheduledjob.service that return types with arguments of type ScheduledJobExecutionDetailMethod parameters in com.broadleafcommerce.scheduledjob.service with type arguments of type ScheduledJobExecutionDetailModifier and TypeMethodDescriptionvoidDefaultScheduledJobService.setExecutionDetailService(ScheduledJobExecutionDetailService<ScheduledJobExecutionDetail> executionDetailService) -
Uses of ScheduledJobExecutionDetail in com.broadleafcommerce.scheduledjob.service.autoconfigure
Methods in com.broadleafcommerce.scheduledjob.service.autoconfigure with type parameters of type ScheduledJobExecutionDetailModifier and TypeMethodDescriptionScheduledJobServiceAutoConfiguration.scheduledJobExecutionDetailService(ScheduledJobExecutionDetailRepository<com.broadleafcommerce.data.tracking.core.Trackable> scheduledJobExecutionDetailRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) -
Uses of ScheduledJobExecutionDetail in com.broadleafcommerce.scheduledjob.web.endpoint
Fields in com.broadleafcommerce.scheduledjob.web.endpoint with type parameters of type ScheduledJobExecutionDetailModifier and TypeFieldDescriptionprotected final ScheduledJobExecutionDetailService<ScheduledJobExecutionDetail>ScheduledJobEndpoint.jobExecutionDetailServiceMethods in com.broadleafcommerce.scheduledjob.web.endpoint that return ScheduledJobExecutionDetailModifier and TypeMethodDescriptionScheduledJobEndpoint.readScheduledJobExecutionDetail(jakarta.servlet.http.HttpServletRequest request, String scheduledJobExecutionId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Methods in com.broadleafcommerce.scheduledjob.web.endpoint that return types with arguments of type ScheduledJobExecutionDetailModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ScheduledJobExecutionDetail>ScheduledJobEndpoint.readAllScheduledJobExecutionDetailsByJobId(jakarta.servlet.http.HttpServletRequest request, String scheduledJobId, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Constructor parameters in com.broadleafcommerce.scheduledjob.web.endpoint with type arguments of type ScheduledJobExecutionDetailModifierConstructorDescriptionScheduledJobEndpoint(ScheduledJobService<ScheduledJob> service, ScheduledJobExecutionDetailService<ScheduledJobExecutionDetail> jobExecutionDetailService)