Uses of Class
com.broadleafcommerce.scheduledjob.domain.TimingType
-
-
Uses of TimingType in com.broadleafcommerce.scheduledjob.domain
Methods in com.broadleafcommerce.scheduledjob.domain that return TimingType Modifier and Type Method Description static TimingTypeTimingType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimingType[]TimingType. values()Returns an array containing the constants of this enum type, 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 TimingType Modifier and Type Method Description DJpaCustomizedScheduledJobRepository. markJobAsExecuted(String contextId, TimingType timingType) -
Uses of TimingType in com.broadleafcommerce.scheduledjob.repository
Methods in com.broadleafcommerce.scheduledjob.repository with parameters of type TimingType Modifier and Type Method Description DCustomizedScheduledJobRepository. 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 TimingType Modifier and Type Method Description PDefaultScheduledJobService. markJobAsExecuted(String contextId, TimingType timingType)PScheduledJobService. markJobAsExecuted(String contextId, TimingType timingType)Mark a job as executed viaScheduledJob.isExecuted().
-