Class AbstractMediaCronJobModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cronjob.model.CronJobModel
-
- de.hybris.platform.mediaconversion.model.job.AbstractMediaCronJobModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ExtractMediaMetaDataCronJobModel
,MediaConversionCronJobModel
public class AbstractMediaCronJobModel extends CronJobModel
Generated model class for type AbstractMediaCronJob first defined at extension mediaconversion.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CATALOGVERSION
Generated constant - Attribute key ofAbstractMediaCronJob.catalogVersion
attribute defined at extensionmediaconversion
.static java.lang.String
MAXTHREADS
Generated constant - Attribute key ofAbstractMediaCronJob.maxThreads
attribute defined at extensionmediaconversion
.-
Fields inherited from class de.hybris.platform.cronjob.model.CronJobModel
_JOBCRONJOBRELATION, ACTIVE, ACTIVECRONJOBHISTORY, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CHANGES, CODE, CRONJOBHISTORYENTRIES, CURRENTSTEP, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ENDTIME, ERRORMODE, FILESCOUNT, FILESDAYSOLD, FILESOPERATOR, JOB, LOGFILES, LOGLEVELDATABASE, LOGLEVELFILE, LOGS, LOGSCOUNT, LOGSDAYSOLD, LOGSOPERATOR, LOGTEXT, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PENDINGSTEPS, PRIORITY, PROCESSEDSTEPS, QUERYCOUNT, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESULT, RETRY, RUNNINGONCLUSTERNODE, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, STARTTIME, STATUS, TIMETABLE, TRIGGERS
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description AbstractMediaCronJobModel()
Generated constructor - Default constructor for generic creation.AbstractMediaCronJobModel(JobModel _job, int _maxThreads)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractMediaCronJobModel(JobModel _job, int _maxThreads, ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractMediaCronJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogVersionModel
getCatalogVersion()
Generated method - Getter of theAbstractMediaCronJob.catalogVersion
attribute defined at extensionmediaconversion
.int
getMaxThreads()
Generated method - Getter of theAbstractMediaCronJob.maxThreads
attribute defined at extensionmediaconversion
.void
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter ofAbstractMediaCronJob.catalogVersion
attribute defined at extensionmediaconversion
.void
setMaxThreads(int value)
Generated method - Setter ofAbstractMediaCronJob.maxThreads
attribute defined at extensionmediaconversion
.-
Methods inherited from class de.hybris.platform.cronjob.model.CronJobModel
getActive, getActiveCronJobHistory, getAlternativeDataSourceID, getChangeRecordingEnabled, getChanges, getCode, getCronJobHistoryEntries, getCurrentStep, getEmailAddress, getEmailNotificationTemplate, getEndTime, getErrorMode, getFilesCount, getFilesDaysOld, getFilesOperator, getJob, getLogFiles, getLogLevelDatabase, getLogLevelFile, getLogs, getLogsCount, getLogsDaysOld, getLogsOperator, getLogText, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPendingSteps, getPriority, getProcessedSteps, getQueryCount, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getResult, getRetry, getRunningOnClusterNode, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getStartTime, getStatus, getTimeTable, getTriggers, setActive, setActiveCronJobHistory, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setCronJobHistoryEntries, setEmailAddress, setEmailNotificationTemplate, setEndTime, setErrorMode, setFilesCount, setFilesDaysOld, setFilesOperator, setJob, setLogFiles, setLogLevelDatabase, setLogLevelFile, setLogsCount, setLogsDaysOld, setLogsOperator, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPendingSteps, setPriority, setProcessedSteps, setQueryCount, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setResult, setRetry, setRunningOnClusterNode, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, setStartTime, setStatus, setTriggers
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
MAXTHREADS
public static final java.lang.String MAXTHREADS
Generated constant - Attribute key ofAbstractMediaCronJob.maxThreads
attribute defined at extensionmediaconversion
.- See Also:
- Constant Field Values
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Generated constant - Attribute key ofAbstractMediaCronJob.catalogVersion
attribute defined at extensionmediaconversion
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbstractMediaCronJobModel
public AbstractMediaCronJobModel()
Generated constructor - Default constructor for generic creation.
-
AbstractMediaCronJobModel
public AbstractMediaCronJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
AbstractMediaCronJobModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractMediaCronJobModel(JobModel _job, int _maxThreads)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_job
- initial attribute declared by typeCronJob
at extensionprocessing
_maxThreads
- initial attribute declared by typeAbstractMediaCronJob
at extensionmediaconversion
-
AbstractMediaCronJobModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractMediaCronJobModel(JobModel _job, int _maxThreads, ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_job
- initial attribute declared by typeCronJob
at extensionprocessing
_maxThreads
- initial attribute declared by typeAbstractMediaCronJob
at extensionmediaconversion
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getCatalogVersion
@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
Generated method - Getter of theAbstractMediaCronJob.catalogVersion
attribute defined at extensionmediaconversion
.- Returns:
- the catalogVersion - Optional catalog version to work on.
-
getMaxThreads
@Accessor(qualifier="maxThreads", type=GETTER) public int getMaxThreads()
Generated method - Getter of theAbstractMediaCronJob.maxThreads
attribute defined at extensionmediaconversion
.- Returns:
- the maxThreads - Amount of threads to use.
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
Generated method - Setter ofAbstractMediaCronJob.catalogVersion
attribute defined at extensionmediaconversion
.- Parameters:
value
- the catalogVersion - Optional catalog version to work on.
-
-