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 TimingType
TimingType. 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 D
JpaCustomizedScheduledJobRepository. 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 D
CustomizedScheduledJobRepository. 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 P
DefaultScheduledJobService. markJobAsExecuted(String contextId, TimingType timingType)
P
ScheduledJobService. markJobAsExecuted(String contextId, TimingType timingType)
Mark a job as executed viaScheduledJob.isExecuted()
.
-