Uses of Enum Class
com.broadleafcommerce.scheduledjob.domain.TimingType
Packages that use TimingType
Package
Description
-
Uses of TimingType in com.broadleafcommerce.scheduledjob.domain
Methods in com.broadleafcommerce.scheduledjob.domain that return TimingTypeModifier and TypeMethodDescriptionstatic TimingTypeReturns the enum constant of this class with the specified name.static TimingType[]TimingType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TimingType in com.broadleafcommerce.scheduledjob.provider.jpa.repository
Methods in com.broadleafcommerce.scheduledjob.provider.jpa.repository with parameters of type TimingTypeModifier and TypeMethodDescriptionJpaCustomizedScheduledJobRepository.markJobAsExecuted(String contextId, TimingType timingType) -
Uses of TimingType in com.broadleafcommerce.scheduledjob.repository
Methods in com.broadleafcommerce.scheduledjob.repository with parameters of type TimingTypeModifier and TypeMethodDescriptionCustomizedScheduledJobRepository.markJobAsExecuted(String contextId, TimingType timingType) Mark a job as executed viaScheduledJob.isExecuted(). -
Uses of TimingType in com.broadleafcommerce.scheduledjob.service
Methods in com.broadleafcommerce.scheduledjob.service with parameters of type TimingTypeModifier and TypeMethodDescriptionDefaultScheduledJobService.markJobAsExecuted(String contextId, TimingType timingType, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) default PScheduledJobService.markJobAsExecuted(String contextId, TimingType timingType) Deprecated, for removal: This API element is subject to removal in a future version.ScheduledJobService.markJobAsExecuted(String contextId, TimingType timingType, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Mark a job as executed viaScheduledJob.isExecuted().
ScheduledJobService.markJobAsExecuted(String, TimingType, ContextInfo)