Class ScheduledJob
java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.scheduledjobs.ScheduledJob
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for createDateGetter for cronExpressionGetter for cronTimeZoneIdGetter for descriptionGetter for foreignKeyTypeGetter for foreignKeyValuegetId()
Getter for idGetter for isActiveGetter for jobParametersGetter for jobParameters - but a map of just the key=value pairs.getLabel()
Getter for labelGetter for modifyDateGetter for repeatSecondsGetter for schedulerNamegetType()
Getter for typevoid
setCreateDate
(Instant createDate) Setter for createDatevoid
setCronExpression
(String cronExpression) Setter for cronExpressionvoid
setCronTimeZoneId
(String cronTimeZoneId) Setter for cronTimeZoneIdvoid
setDescription
(String description) Setter for descriptionvoid
setForeignKeyType
(String foreignKeyType) Setter for foreignKeyTypevoid
setForeignKeyValue
(String foreignKeyValue) Setter for foreignKeyValuevoid
Setter for idvoid
setIsActive
(Boolean isActive) Setter for isActivevoid
setJobParameters
(List<ScheduledJobParameter> jobParameters) Setter for jobParametersvoid
Setter for labelvoid
setModifyDate
(Instant modifyDate) Setter for modifyDatevoid
setRepeatSeconds
(Integer repeatSeconds) Setter for repeatSecondsvoid
setSchedulerName
(String schedulerName) Setter for schedulerNamevoid
Setter for typewithCreateDate
(Instant createDate) Fluent setter for createDatewithCronExpression
(String cronExpression) Fluent setter for cronExpressionwithCronTimeZoneId
(String cronTimeZoneId) Fluent setter for cronTimeZoneIdwithDescription
(String description) Fluent setter for descriptionwithForeignKeyType
(String foreignKeyType) Fluent setter for foreignKeyTypewithForeignKeyValue
(String foreignKeyValue) Fluent setter for foreignKeyValueFluent setter for idwithIsActive
(Boolean isActive) Fluent setter for isActivewithJobParameters
(List<ScheduledJobParameter> jobParameters) Fluent setter for jobParametersFluent setter for labelwithModifyDate
(Instant modifyDate) Fluent setter for modifyDatewithRepeatSeconds
(Integer repeatSeconds) Fluent setter for repeatSecondswithSchedulerName
(String schedulerName) Fluent setter for schedulerNameFluent setter for typeMethods inherited from class com.kingsrook.qqq.backend.core.model.data.QRecordEntity
fromQRecord, fromQRecord, getAnnotationOnField, getAssociationList, getFieldList, getFieldNameFromGetter, getQAssociationAnnotation, getQFieldAnnotation, getQIgnoreAnnotation, getTableName, populateFromQRecord, populateFromQRecord, registerTable, tableName, toQRecord, toQRecordOnlyChangedFields, toQRecordOnlyChangedFields
-
Field Details
-
TABLE_NAME
- See Also:
-
-
Constructor Details
-
ScheduledJob
public ScheduledJob()Constructor -
ScheduledJob
-
-
Method Details
-
getId
Getter for id -
setId
Setter for id -
withId
Fluent setter for id -
getCreateDate
Getter for createDate -
setCreateDate
Setter for createDate -
withCreateDate
Fluent setter for createDate -
getModifyDate
Getter for modifyDate -
setModifyDate
Setter for modifyDate -
withModifyDate
Fluent setter for modifyDate -
getLabel
Getter for label -
setLabel
Setter for label -
withLabel
Fluent setter for label -
getDescription
Getter for description -
setDescription
Setter for description -
withDescription
Fluent setter for description -
getCronExpression
Getter for cronExpression -
setCronExpression
Setter for cronExpression -
withCronExpression
Fluent setter for cronExpression -
getCronTimeZoneId
Getter for cronTimeZoneId -
setCronTimeZoneId
Setter for cronTimeZoneId -
withCronTimeZoneId
Fluent setter for cronTimeZoneId -
getIsActive
Getter for isActive -
setIsActive
Setter for isActive -
withIsActive
Fluent setter for isActive -
getSchedulerName
Getter for schedulerName -
setSchedulerName
Setter for schedulerName -
withSchedulerName
Fluent setter for schedulerName -
getType
Getter for type -
setType
Setter for type -
withType
Fluent setter for type -
getJobParameters
Getter for jobParameters -
getJobParametersMap
-
setJobParameters
Setter for jobParameters -
withJobParameters
Fluent setter for jobParameters -
getRepeatSeconds
Getter for repeatSeconds -
setRepeatSeconds
Setter for repeatSeconds -
withRepeatSeconds
Fluent setter for repeatSeconds -
getForeignKeyType
Getter for foreignKeyType -
setForeignKeyType
Setter for foreignKeyType -
withForeignKeyType
Fluent setter for foreignKeyType -
getForeignKeyValue
Getter for foreignKeyValue -
setForeignKeyValue
Setter for foreignKeyValue -
withForeignKeyValue
Fluent setter for foreignKeyValue
-