Class CatalogVersionSyncJobModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cronjob.model.JobModel
-
- de.hybris.platform.catalog.model.SyncItemJobModel
-
- de.hybris.platform.catalog.model.synchronization.CatalogVersionSyncJobModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CatalogVersionSyncJobModel extends SyncItemJobModel
Generated model class for type CatalogVersionSyncJob first defined at extension catalog.- 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_DEPENDENTCATALOGVERSIONSYNCJOBRELATIONGenerated relation code constant for relationDependentCatalogVersionSyncJobRelationdefining source attributedependentSyncJobsin extensioncatalog.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCOPYCACHESIZEGenerated constant - Attribute key ofCatalogVersionSyncJob.copyCacheSizeattribute defined at extensioncatalog.static java.lang.StringDEPENDENTSYNCJOBSGenerated constant - Attribute key ofCatalogVersionSyncJob.dependentSyncJobsattribute defined at extensioncatalog.static java.lang.StringDEPENDSONSYNCJOBSGenerated constant - Attribute key ofCatalogVersionSyncJob.dependsOnSyncJobsattribute defined at extensioncatalog.static java.lang.StringENABLETRANSACTIONSGenerated constant - Attribute key ofCatalogVersionSyncJob.enableTransactionsattribute defined at extensioncatalog.static java.lang.StringMAXSCHEDULERTHREADSGenerated constant - Attribute key ofCatalogVersionSyncJob.maxSchedulerThreadsattribute defined at extensioncatalog.static java.lang.StringMAXTHREADSGenerated constant - Attribute key ofCatalogVersionSyncJob.maxThreadsattribute defined at extensioncatalog.-
Fields inherited from class de.hybris.platform.catalog.model.SyncItemJobModel
_CATALOGVERSION2INCOMINGSYNCHRONIZATIONS, _CATALOGVERSION2SYNCHRONIZATIONS, CREATENEWITEMS, EFFECTIVESYNCLANGUAGES, EXCLUSIVEMODE, EXECUTIONS, EXPORTATTRIBUTEDESCRIPTORS, REMOVEMISSINGITEMS, ROOTTYPES, SOURCEVERSION, SYNCATTRIBUTECONFIGURATIONS, SYNCLANGUAGES, SYNCORDER, SYNCPRINCIPALS, SYNCPRINCIPALSONLY, TARGETVERSION
-
Fields inherited from class de.hybris.platform.cronjob.model.JobModel
ACTIVE, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CODE, CRONJOBS, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ERRORMODE, LOGLEVELDATABASE, LOGLEVELFILE, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PRIORITY, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESTRICTIONS, RETRY, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, 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 CatalogVersionSyncJobModel()Generated constructor - Default constructor for generic creation.CatalogVersionSyncJobModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextCatalogVersionSyncJobModel(java.lang.String _code, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionSyncJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCopyCacheSize()Generated method - Getter of theCatalogVersionSyncJob.copyCacheSizeattribute defined at extensioncatalog.java.util.Set<CatalogVersionSyncJobModel>getDependentSyncJobs()Generated method - Getter of theCatalogVersionSyncJob.dependentSyncJobsattribute defined at extensioncatalog.java.util.Set<CatalogVersionSyncJobModel>getDependsOnSyncJobs()Generated method - Getter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute defined at extensioncatalog.java.lang.BooleangetEnableTransactions()Generated method - Getter of theCatalogVersionSyncJob.enableTransactionsattribute defined at extensioncatalog.java.lang.IntegergetMaxSchedulerThreads()Generated method - Getter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute defined at extensioncatalog.java.lang.IntegergetMaxThreads()Generated method - Getter of theCatalogVersionSyncJob.maxThreadsattribute defined at extensioncatalog.voidsetCopyCacheSize(java.lang.Integer value)Generated method - Setter ofCatalogVersionSyncJob.copyCacheSizeattribute defined at extensioncatalog.voidsetDependentSyncJobs(java.util.Set<CatalogVersionSyncJobModel> value)Generated method - Setter ofCatalogVersionSyncJob.dependentSyncJobsattribute defined at extensioncatalog.voidsetDependsOnSyncJobs(java.util.Set<CatalogVersionSyncJobModel> value)Generated method - Setter ofCatalogVersionSyncJob.dependsOnSyncJobsattribute defined at extensioncatalog.voidsetEnableTransactions(java.lang.Boolean value)Generated method - Setter ofCatalogVersionSyncJob.enableTransactionsattribute defined at extensioncatalog.voidsetMaxSchedulerThreads(java.lang.Integer value)Generated method - Setter ofCatalogVersionSyncJob.maxSchedulerThreadsattribute defined at extensioncatalog.voidsetMaxThreads(java.lang.Integer value)Generated method - Setter ofCatalogVersionSyncJob.maxThreadsattribute defined at extensioncatalog.-
Methods inherited from class de.hybris.platform.catalog.model.SyncItemJobModel
getCreateNewItems, getEffectiveSyncLanguages, getExclusiveMode, getExecutions, getExportAttributeDescriptors, getRemoveMissingItems, getRootTypes, getSourceVersion, getSyncAttributeConfigurations, getSyncLanguages, getSyncOrder, getSyncPrincipals, getSyncPrincipalsOnly, getTargetVersion, setCreateNewItems, setExclusiveMode, setExportAttributeDescriptors, setRemoveMissingItems, setRootTypes, setSourceVersion, setSyncAttributeConfigurations, setSyncLanguages, setSyncOrder, setSyncPrincipals, setSyncPrincipalsOnly, setTargetVersion
-
Methods inherited from class de.hybris.platform.cronjob.model.JobModel
getActive, getAlternativeDataSourceID, getChangeRecordingEnabled, getCode, getCronJobs, getEmailAddress, getEmailNotificationTemplate, getErrorMode, getLogLevelDatabase, getLogLevelFile, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPriority, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getRestrictions, getRetry, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getTriggers, setActive, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setEmailAddress, setEmailNotificationTemplate, setErrorMode, setLogLevelDatabase, setLogLevelFile, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPriority, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setRestrictions, setRetry, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, 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
-
_DEPENDENTCATALOGVERSIONSYNCJOBRELATION
public static final java.lang.String _DEPENDENTCATALOGVERSIONSYNCJOBRELATION
Generated relation code constant for relationDependentCatalogVersionSyncJobRelationdefining source attributedependentSyncJobsin extensioncatalog.- See Also:
- Constant Field Values
-
COPYCACHESIZE
public static final java.lang.String COPYCACHESIZE
Generated constant - Attribute key ofCatalogVersionSyncJob.copyCacheSizeattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
ENABLETRANSACTIONS
public static final java.lang.String ENABLETRANSACTIONS
Generated constant - Attribute key ofCatalogVersionSyncJob.enableTransactionsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
MAXTHREADS
public static final java.lang.String MAXTHREADS
Generated constant - Attribute key ofCatalogVersionSyncJob.maxThreadsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
MAXSCHEDULERTHREADS
public static final java.lang.String MAXSCHEDULERTHREADS
Generated constant - Attribute key ofCatalogVersionSyncJob.maxSchedulerThreadsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
DEPENDENTSYNCJOBS
public static final java.lang.String DEPENDENTSYNCJOBS
Generated constant - Attribute key ofCatalogVersionSyncJob.dependentSyncJobsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
DEPENDSONSYNCJOBS
public static final java.lang.String DEPENDSONSYNCJOBS
Generated constant - Attribute key ofCatalogVersionSyncJob.dependsOnSyncJobsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CatalogVersionSyncJobModel
public CatalogVersionSyncJobModel()
Generated constructor - Default constructor for generic creation.
-
CatalogVersionSyncJobModel
public CatalogVersionSyncJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CatalogVersionSyncJobModel
@Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionSyncJobModel(java.lang.String _code, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)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:
_code- initial attribute declared by typeSyncItemJobat extensioncatalog_sourceVersion- initial attribute declared by typeSyncItemJobat extensioncatalog_targetVersion- initial attribute declared by typeSyncItemJobat extensioncatalog
-
CatalogVersionSyncJobModel
@Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionSyncJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)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:
_code- initial attribute declared by typeSyncItemJobat extensioncatalog_nodeID- initial attribute declared by typeJobat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_sourceVersion- initial attribute declared by typeSyncItemJobat extensioncatalog_targetVersion- initial attribute declared by typeSyncItemJobat extensioncatalog
-
-
Method Detail
-
getCopyCacheSize
@Accessor(qualifier="copyCacheSize", type=GETTER) public java.lang.Integer getCopyCacheSize()
Generated method - Getter of theCatalogVersionSyncJob.copyCacheSizeattribute defined at extensioncatalog.- Returns:
- the copyCacheSize
-
getDependentSyncJobs
@Accessor(qualifier="dependentSyncJobs", type=GETTER) public java.util.Set<CatalogVersionSyncJobModel> getDependentSyncJobs()
Generated method - Getter of theCatalogVersionSyncJob.dependentSyncJobsattribute defined at extensioncatalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the dependentSyncJobs
-
getDependsOnSyncJobs
@Accessor(qualifier="dependsOnSyncJobs", type=GETTER) public java.util.Set<CatalogVersionSyncJobModel> getDependsOnSyncJobs()
Generated method - Getter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute defined at extensioncatalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the dependsOnSyncJobs
-
getEnableTransactions
@Accessor(qualifier="enableTransactions", type=GETTER) public java.lang.Boolean getEnableTransactions()
Generated method - Getter of theCatalogVersionSyncJob.enableTransactionsattribute defined at extensioncatalog.- Returns:
- the enableTransactions
-
getMaxSchedulerThreads
@Accessor(qualifier="maxSchedulerThreads", type=GETTER) public java.lang.Integer getMaxSchedulerThreads()
Generated method - Getter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute defined at extensioncatalog.- Returns:
- the maxSchedulerThreads
-
getMaxThreads
@Accessor(qualifier="maxThreads", type=GETTER) public java.lang.Integer getMaxThreads()
Generated method - Getter of theCatalogVersionSyncJob.maxThreadsattribute defined at extensioncatalog.- Returns:
- the maxThreads
-
setCopyCacheSize
@Accessor(qualifier="copyCacheSize", type=SETTER) public void setCopyCacheSize(java.lang.Integer value)
Generated method - Setter ofCatalogVersionSyncJob.copyCacheSizeattribute defined at extensioncatalog.- Parameters:
value- the copyCacheSize
-
setDependentSyncJobs
@Accessor(qualifier="dependentSyncJobs", type=SETTER) public void setDependentSyncJobs(java.util.Set<CatalogVersionSyncJobModel> value)
Generated method - Setter ofCatalogVersionSyncJob.dependentSyncJobsattribute defined at extensioncatalog.- Parameters:
value- the dependentSyncJobs
-
setDependsOnSyncJobs
@Accessor(qualifier="dependsOnSyncJobs", type=SETTER) public void setDependsOnSyncJobs(java.util.Set<CatalogVersionSyncJobModel> value)
Generated method - Setter ofCatalogVersionSyncJob.dependsOnSyncJobsattribute defined at extensioncatalog.- Parameters:
value- the dependsOnSyncJobs
-
setEnableTransactions
@Accessor(qualifier="enableTransactions", type=SETTER) public void setEnableTransactions(java.lang.Boolean value)
Generated method - Setter ofCatalogVersionSyncJob.enableTransactionsattribute defined at extensioncatalog.- Parameters:
value- the enableTransactions
-
setMaxSchedulerThreads
@Accessor(qualifier="maxSchedulerThreads", type=SETTER) public void setMaxSchedulerThreads(java.lang.Integer value)
Generated method - Setter ofCatalogVersionSyncJob.maxSchedulerThreadsattribute defined at extensioncatalog.- Parameters:
value- the maxSchedulerThreads
-
-