Uses of Enum Class
com.broadleafcommerce.scheduledjob.domain.ScheduledJobExecutionDetailMessageType
Packages that use ScheduledJobExecutionDetailMessageType
Package
Description
- 
Uses of ScheduledJobExecutionDetailMessageType in com.broadleafcommerce.scheduledjob.domain
Methods in com.broadleafcommerce.scheduledjob.domain that return ScheduledJobExecutionDetailMessageTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ScheduledJobExecutionDetailMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared. - 
Uses of ScheduledJobExecutionDetailMessageType in com.broadleafcommerce.scheduledjob.service
Methods in com.broadleafcommerce.scheduledjob.service with parameters of type ScheduledJobExecutionDetailMessageTypeModifier and TypeMethodDescriptionDefaultScheduledJobExecutionDetailService.updateScheduledJobExecutionDetailStatusAndTime(@NonNull String contextId, @NonNull ScheduledJobExecutionStatus status, @NonNull ScheduledJobExecutionDetailTimingType scheduledJobExecutionDetailTimingType, @NonNull Instant time, ScheduledJobExecutionDetailMessageType messageType, String message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ScheduledJobExecutionDetailService.updateScheduledJobExecutionDetailStatusAndTime(String contextId, ScheduledJobExecutionStatus status, ScheduledJobExecutionDetailTimingType scheduledJobExecutionDetailTimingType, Instant time, ScheduledJobExecutionDetailMessageType messageType, String message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Updates theScheduledJobExecutionDetailwith the supplied values of status, time and message