Class GeneratedCatalogVersionSyncJob
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.cronjob.jalo.GeneratedJob
-
- de.hybris.platform.cronjob.jalo.Job
-
- de.hybris.platform.catalog.jalo.GeneratedSyncItemJob
-
- de.hybris.platform.catalog.jalo.SyncItemJob
-
- de.hybris.platform.catalog.jalo.synchronization.GeneratedCatalogVersionSyncJob
-
- All Implemented Interfaces:
TriggerableJob,java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
CatalogVersionSyncJob
public abstract class GeneratedCatalogVersionSyncJob extends SyncItemJob
Generated class for typeCatalogVersionSyncJob.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.catalog.jalo.SyncItemJob
SyncItemJob.CompletionInfo, SyncItemJob.ModifiedItemsPair, SyncItemJob.SyncAttributeDescriptorConfigData, SyncItemJob.SyncItemCopyContext
-
Nested classes/interfaces inherited from class de.hybris.platform.cronjob.jalo.Job
Job.JobFileLogContainer, Job.Synchronicity
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOPYCACHESIZEQualifier of theCatalogVersionSyncJob.copyCacheSizeattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESprotected static java.lang.StringDEPENDENTCATALOGVERSIONSYNCJOBRELATION_MARKMODIFIEDRelation disable markmodifed parameter constants for DependentCatalogVersionSyncJobRelation from ((catalog))protected static java.lang.StringDEPENDENTCATALOGVERSIONSYNCJOBRELATION_SRC_ORDEREDRelation ordering override parameter constants for DependentCatalogVersionSyncJobRelation from ((catalog))protected static java.lang.StringDEPENDENTCATALOGVERSIONSYNCJOBRELATION_TGT_ORDEREDstatic java.lang.StringDEPENDENTSYNCJOBSQualifier of theCatalogVersionSyncJob.dependentSyncJobsattributestatic java.lang.StringDEPENDSONSYNCJOBSQualifier of theCatalogVersionSyncJob.dependsOnSyncJobsattributestatic java.lang.StringENABLETRANSACTIONSQualifier of theCatalogVersionSyncJob.enableTransactionsattributestatic java.lang.StringMAXSCHEDULERTHREADSQualifier of theCatalogVersionSyncJob.maxSchedulerThreadsattributestatic java.lang.StringMAXTHREADSQualifier of theCatalogVersionSyncJob.maxThreadsattribute-
Fields inherited from class de.hybris.platform.catalog.jalo.SyncItemJob
HIDDEN_ATTRIBUTES, START_TIME
-
Fields inherited from class de.hybris.platform.catalog.jalo.GeneratedSyncItemJob
CREATENEWITEMS, EFFECTIVESYNCLANGUAGES, EXCLUSIVEMODE, EXECUTIONS, EXPORTATTRIBUTEDESCRIPTORS, REMOVEMISSINGITEMS, ROOTTYPES, SOURCEVERSION, SOURCEVERSIONHANDLER, SYNCATTRIBUTECONFIGURATIONS, SYNCITEMJOB2PRINCIPAL_MARKMODIFIED, SYNCITEMJOB2PRINCIPAL_SRC_ORDERED, SYNCITEMJOB2PRINCIPAL_TGT_ORDERED, SYNCJOB2LANGREL_MARKMODIFIED, SYNCJOB2LANGREL_SRC_ORDERED, SYNCJOB2LANGREL_TGT_ORDERED, SYNCJOB2TYPEREL_MARKMODIFIED, SYNCJOB2TYPEREL_SRC_ORDERED, SYNCJOB2TYPEREL_TGT_ORDERED, SYNCLANGUAGES, SYNCORDER, SYNCPRINCIPALS, SYNCPRINCIPALSONLY, TARGETVERSION, TARGETVERSIONHANDLER
-
Fields inherited from class de.hybris.platform.cronjob.jalo.Job
CTX_CURRENTCRONJOB, CTX_CURRENTJOB
-
Fields inherited from class de.hybris.platform.cronjob.jalo.GeneratedJob
ACTIVE, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CODE, CRONJOBS, CRONJOBSHANDLER, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ERRORMODE, LOGLEVELDATABASE, LOGLEVELFILE, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PRIORITY, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESTRICTIONS, RESTRICTIONSHANDLER, RETRY, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, TRIGGERS, TRIGGERSHANDLER
-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedCatalogVersionSyncJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddToDependentSyncJobs(CatalogVersionSyncJob value)Generated method - Addsvalueto dependentSyncJobs.voidaddToDependentSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)Generated method - Addsvalueto dependentSyncJobs.voidaddToDependsOnSyncJobs(CatalogVersionSyncJob value)Generated method - Addsvalueto dependsOnSyncJobs.voidaddToDependsOnSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)Generated method - Addsvalueto dependsOnSyncJobs.java.lang.IntegergetCopyCacheSize()Generated method - Getter of theCatalogVersionSyncJob.copyCacheSizeattribute.java.lang.IntegergetCopyCacheSize(SessionContext ctx)Generated method - Getter of theCatalogVersionSyncJob.copyCacheSizeattribute.intgetCopyCacheSizeAsPrimitive()Generated method - Getter of theCatalogVersionSyncJob.copyCacheSizeattribute.intgetCopyCacheSizeAsPrimitive(SessionContext ctx)Generated method - Getter of theCatalogVersionSyncJob.copyCacheSizeattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.util.Set<CatalogVersionSyncJob>getDependentSyncJobs()Generated method - Getter of theCatalogVersionSyncJob.dependentSyncJobsattribute.java.util.Set<CatalogVersionSyncJob>getDependentSyncJobs(SessionContext ctx)Generated method - Getter of theCatalogVersionSyncJob.dependentSyncJobsattribute.longgetDependentSyncJobsCount()longgetDependentSyncJobsCount(SessionContext ctx)java.util.Set<CatalogVersionSyncJob>getDependsOnSyncJobs()Generated method - Getter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute.java.util.Set<CatalogVersionSyncJob>getDependsOnSyncJobs(SessionContext ctx)Generated method - Getter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute.longgetDependsOnSyncJobsCount()longgetDependsOnSyncJobsCount(SessionContext ctx)java.lang.IntegergetMaxSchedulerThreads()Generated method - Getter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.java.lang.IntegergetMaxSchedulerThreads(SessionContext ctx)Generated method - Getter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.intgetMaxSchedulerThreadsAsPrimitive()Generated method - Getter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.intgetMaxSchedulerThreadsAsPrimitive(SessionContext ctx)Generated method - Getter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.java.lang.IntegergetMaxThreads()Generated method - Getter of theCatalogVersionSyncJob.maxThreadsattribute.java.lang.IntegergetMaxThreads(SessionContext ctx)Generated method - Getter of theCatalogVersionSyncJob.maxThreadsattribute.intgetMaxThreadsAsPrimitive()Generated method - Getter of theCatalogVersionSyncJob.maxThreadsattribute.intgetMaxThreadsAsPrimitive(SessionContext ctx)Generated method - Getter of theCatalogVersionSyncJob.maxThreadsattribute.java.lang.BooleanisEnableTransactions()Generated method - Getter of theCatalogVersionSyncJob.enableTransactionsattribute.java.lang.BooleanisEnableTransactions(SessionContext ctx)Generated method - Getter of theCatalogVersionSyncJob.enableTransactionsattribute.booleanisEnableTransactionsAsPrimitive()Generated method - Getter of theCatalogVersionSyncJob.enableTransactionsattribute.booleanisEnableTransactionsAsPrimitive(SessionContext ctx)Generated method - Getter of theCatalogVersionSyncJob.enableTransactionsattribute.booleanisMarkModifiedDisabled(Item referencedItem)Deprecated, for removal: This API element is subject to removal in a future version.voidremoveFromDependentSyncJobs(CatalogVersionSyncJob value)Generated method - Removesvaluefrom dependentSyncJobs.voidremoveFromDependentSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)Generated method - Removesvaluefrom dependentSyncJobs.voidremoveFromDependsOnSyncJobs(CatalogVersionSyncJob value)Generated method - Removesvaluefrom dependsOnSyncJobs.voidremoveFromDependsOnSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)Generated method - Removesvaluefrom dependsOnSyncJobs.voidsetCopyCacheSize(int value)Generated method - Setter of theCatalogVersionSyncJob.copyCacheSizeattribute.voidsetCopyCacheSize(SessionContext ctx, int value)Generated method - Setter of theCatalogVersionSyncJob.copyCacheSizeattribute.voidsetCopyCacheSize(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theCatalogVersionSyncJob.copyCacheSizeattribute.voidsetCopyCacheSize(java.lang.Integer value)Generated method - Setter of theCatalogVersionSyncJob.copyCacheSizeattribute.voidsetDependentSyncJobs(SessionContext ctx, java.util.Set<CatalogVersionSyncJob> value)Generated method - Setter of theCatalogVersionSyncJob.dependentSyncJobsattribute.voidsetDependentSyncJobs(java.util.Set<CatalogVersionSyncJob> value)Generated method - Setter of theCatalogVersionSyncJob.dependentSyncJobsattribute.voidsetDependsOnSyncJobs(SessionContext ctx, java.util.Set<CatalogVersionSyncJob> value)Generated method - Setter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute.voidsetDependsOnSyncJobs(java.util.Set<CatalogVersionSyncJob> value)Generated method - Setter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute.voidsetEnableTransactions(boolean value)Generated method - Setter of theCatalogVersionSyncJob.enableTransactionsattribute.voidsetEnableTransactions(SessionContext ctx, boolean value)Generated method - Setter of theCatalogVersionSyncJob.enableTransactionsattribute.voidsetEnableTransactions(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theCatalogVersionSyncJob.enableTransactionsattribute.voidsetEnableTransactions(java.lang.Boolean value)Generated method - Setter of theCatalogVersionSyncJob.enableTransactionsattribute.voidsetMaxSchedulerThreads(int value)Generated method - Setter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.voidsetMaxSchedulerThreads(SessionContext ctx, int value)Generated method - Setter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.voidsetMaxSchedulerThreads(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.voidsetMaxSchedulerThreads(java.lang.Integer value)Generated method - Setter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.voidsetMaxThreads(int value)Generated method - Setter of theCatalogVersionSyncJob.maxThreadsattribute.voidsetMaxThreads(SessionContext ctx, int value)Generated method - Setter of theCatalogVersionSyncJob.maxThreadsattribute.voidsetMaxThreads(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theCatalogVersionSyncJob.maxThreadsattribute.voidsetMaxThreads(java.lang.Integer value)Generated method - Setter of theCatalogVersionSyncJob.maxThreadsattribute.-
Methods inherited from class de.hybris.platform.catalog.jalo.SyncItemJob
addCatalogItemsToSync, addCategoriesToSync, assureCatalogItemTypes, canSelectAttribute, canUndo, checkCatalogVersionValidity, configAlreadyExists, configureFullSyncForItemType, configureFullVersionSync, copyItem, createCopyContext, createDefaultConfigFor, createItem, createSyncSessionContext, doAbort, doSynchronization, getAdditionalQueryRestrictions, getAllExportAttributeDescriptors, getAttributeAndConfigPairs, getCompletionInfo, getConfigFor, getConfigFor, getDefaultRootTypes, getDuplicatedCatalogItemsCount, getEffectiveSyncLanguages, getElapsedMillis, getExecutions, getMissingTargetItems, getModifiedCatalogItemPairs, getPossibleCatalogItemPairs, getRootTypes, getSingleVersionCatalogItems, getSyncAttributeConfigurations, initializeTimeCounter, isAbortable, newExcecution, newExecution, performCronJob, registerSynchronizedItem, remove, removeItem, removeSyncTimestamps, setAllExportAttributeDescriptors, setRootTypes, setSyncAttributeConfigurations, toPendingItemsList, toPendingItemsList
-
Methods inherited from class de.hybris.platform.catalog.jalo.GeneratedSyncItemJob
addToRootTypes, addToRootTypes, addToSyncLanguages, addToSyncLanguages, addToSyncPrincipals, addToSyncPrincipals, getAllExportAttributeDescriptors, getEffectiveSyncLanguages, getExecutions, getRootTypes, getRootTypesCount, getRootTypesCount, getSourceVersion, getSourceVersion, getSyncAttributeConfigurations, getSyncLanguages, getSyncLanguages, getSyncLanguagesCount, getSyncLanguagesCount, getSyncOrder, getSyncOrder, getSyncOrderAsPrimitive, getSyncOrderAsPrimitive, getSyncPrincipals, getSyncPrincipals, getSyncPrincipalsCount, getSyncPrincipalsCount, getTargetVersion, getTargetVersion, isCreateNewItems, isCreateNewItems, isCreateNewItemsAsPrimitive, isCreateNewItemsAsPrimitive, isExclusiveMode, isExclusiveMode, isExclusiveModeAsPrimitive, isExclusiveModeAsPrimitive, isRemoveMissingItems, isRemoveMissingItems, isRemoveMissingItemsAsPrimitive, isRemoveMissingItemsAsPrimitive, isSyncPrincipalsOnly, isSyncPrincipalsOnly, isSyncPrincipalsOnlyAsPrimitive, isSyncPrincipalsOnlyAsPrimitive, removeFromRootTypes, removeFromRootTypes, removeFromSyncLanguages, removeFromSyncLanguages, removeFromSyncPrincipals, removeFromSyncPrincipals, setAllExportAttributeDescriptors, setCreateNewItems, setCreateNewItems, setCreateNewItems, setCreateNewItems, setExclusiveMode, setExclusiveMode, setExclusiveMode, setExclusiveMode, setRemoveMissingItems, setRemoveMissingItems, setRemoveMissingItems, setRemoveMissingItems, setRootTypes, setSourceVersion, setSourceVersion, setSyncAttributeConfigurations, setSyncLanguages, setSyncLanguages, setSyncOrder, setSyncOrder, setSyncOrder, setSyncOrder, setSyncPrincipals, setSyncPrincipals, setSyncPrincipalsOnly, setSyncPrincipalsOnly, setSyncPrincipalsOnly, setSyncPrincipalsOnly, setTargetVersion, setTargetVersion
-
Methods inherited from class de.hybris.platform.cronjob.jalo.Job
canPerform, checkRemovable, configureCronjob, createLogContext, debug, error, fatal, getConfigAttributes, getCronJobsByCode, getCronJobsByCode, getCurrentLogContainer, getEffectiveLogLevel, getNonInitialAttributes, info, isDebugEnabled, isEnabledFor, isErrorEnabled, isInfoEnabled, isPerformable, isPerformable, isUndoable, isWarnEnabled, jobIsCurrentlyRunning, log, logToFile, perform, perform, perform, prepareAfterFinishEvent, prepareBeforeStartEvent, saveToLogFile, sendFinishedEvent, sendStartEvent, setCode, setCronJobs, setCurrentLogContainer, setNonInitialAttributes, startOwnSession, stopOwnSession, switchDataSource, undo, undo, undoCronJob, unsetAlternativeDataSource, unsetCurrentLogContainer, warn
-
Methods inherited from class de.hybris.platform.cronjob.jalo.GeneratedJob
addToRestrictions, addToRestrictions, addToTriggers, addToTriggers, getAlternativeDataSourceID, getAlternativeDataSourceID, getCode, getCode, getCronJobs, getCronJobs, getEmailAddress, getEmailAddress, getEmailNotificationTemplate, getEmailNotificationTemplate, getErrorMode, getErrorMode, getLogLevelDatabase, getLogLevelDatabase, getLogLevelFile, getLogLevelFile, getNodeGroup, getNodeGroup, getNodeID, getNodeID, getNodeIDAsPrimitive, getNodeIDAsPrimitive, getPriority, getPriority, getPriorityAsPrimitive, getPriorityAsPrimitive, getRestrictions, getRestrictions, getSessionCurrency, getSessionCurrency, getSessionLanguage, getSessionLanguage, getSessionUser, getSessionUser, getTriggers, getTriggers, isActive, isActive, isActiveAsPrimitive, isActiveAsPrimitive, isChangeRecordingEnabled, isChangeRecordingEnabled, isChangeRecordingEnabledAsPrimitive, isChangeRecordingEnabledAsPrimitive, isLogToDatabase, isLogToDatabase, isLogToDatabaseAsPrimitive, isLogToDatabaseAsPrimitive, isLogToFile, isLogToFile, isLogToFileAsPrimitive, isLogToFileAsPrimitive, isRemoveOnExit, isRemoveOnExit, isRemoveOnExitAsPrimitive, isRemoveOnExitAsPrimitive, isRequestAbort, isRequestAbort, isRequestAbortAsPrimitive, isRequestAbortAsPrimitive, isRequestAbortStep, isRequestAbortStep, isRequestAbortStepAsPrimitive, isRequestAbortStepAsPrimitive, isRetry, isRetry, isRetryAsPrimitive, isRetryAsPrimitive, isSendEmail, isSendEmail, isSendEmailAsPrimitive, isSendEmailAsPrimitive, isSingleExecutable, isSingleExecutable, isSingleExecutableAsPrimitive, isSingleExecutableAsPrimitive, removeFromRestrictions, removeFromRestrictions, removeFromTriggers, removeFromTriggers, setActive, setActive, setActive, setActive, setAlternativeDataSourceID, setAlternativeDataSourceID, setChangeRecordingEnabled, setChangeRecordingEnabled, setChangeRecordingEnabled, setChangeRecordingEnabled, setCode, setEmailAddress, setEmailAddress, setEmailNotificationTemplate, setEmailNotificationTemplate, setErrorMode, setErrorMode, setLogLevelDatabase, setLogLevelDatabase, setLogLevelFile, setLogLevelFile, setLogToDatabase, setLogToDatabase, setLogToDatabase, setLogToDatabase, setLogToFile, setLogToFile, setLogToFile, setLogToFile, setNodeGroup, setNodeGroup, setNodeID, setNodeID, setNodeID, setNodeID, setPriority, setPriority, setPriority, setPriority, setRemoveOnExit, setRemoveOnExit, setRemoveOnExit, setRemoveOnExit, setRequestAbort, setRequestAbort, setRequestAbort, setRequestAbort, setRequestAbortStep, setRequestAbortStep, setRequestAbortStep, setRequestAbortStep, setRestrictions, setRestrictions, setRetry, setRetry, setRetry, setRetry, setSendEmail, setSendEmail, setSendEmail, setSendEmail, setSessionCurrency, setSessionCurrency, setSessionLanguage, setSessionLanguage, setSessionUser, setSessionUser, setSingleExecutable, setSingleExecutable, setSingleExecutable, setSingleExecutable, setTriggers, setTriggers
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getRelatedItems, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
COPYCACHESIZE
public static final java.lang.String COPYCACHESIZE
Qualifier of theCatalogVersionSyncJob.copyCacheSizeattribute- See Also:
- Constant Field Values
-
ENABLETRANSACTIONS
public static final java.lang.String ENABLETRANSACTIONS
Qualifier of theCatalogVersionSyncJob.enableTransactionsattribute- See Also:
- Constant Field Values
-
MAXTHREADS
public static final java.lang.String MAXTHREADS
Qualifier of theCatalogVersionSyncJob.maxThreadsattribute- See Also:
- Constant Field Values
-
MAXSCHEDULERTHREADS
public static final java.lang.String MAXSCHEDULERTHREADS
Qualifier of theCatalogVersionSyncJob.maxSchedulerThreadsattribute- See Also:
- Constant Field Values
-
DEPENDENTSYNCJOBS
public static final java.lang.String DEPENDENTSYNCJOBS
Qualifier of theCatalogVersionSyncJob.dependentSyncJobsattribute- See Also:
- Constant Field Values
-
DEPENDENTCATALOGVERSIONSYNCJOBRELATION_SRC_ORDERED
protected static java.lang.String DEPENDENTCATALOGVERSIONSYNCJOBRELATION_SRC_ORDERED
Relation ordering override parameter constants for DependentCatalogVersionSyncJobRelation from ((catalog))
-
DEPENDENTCATALOGVERSIONSYNCJOBRELATION_TGT_ORDERED
protected static java.lang.String DEPENDENTCATALOGVERSIONSYNCJOBRELATION_TGT_ORDERED
-
DEPENDENTCATALOGVERSIONSYNCJOBRELATION_MARKMODIFIED
protected static java.lang.String DEPENDENTCATALOGVERSIONSYNCJOBRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for DependentCatalogVersionSyncJobRelation from ((catalog))
-
DEPENDSONSYNCJOBS
public static final java.lang.String DEPENDSONSYNCJOBS
Qualifier of theCatalogVersionSyncJob.dependsOnSyncJobsattribute- See Also:
- Constant Field Values
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classGeneratedSyncItemJob
-
getCopyCacheSize
public java.lang.Integer getCopyCacheSize(SessionContext ctx)
Generated method - Getter of theCatalogVersionSyncJob.copyCacheSizeattribute.- Returns:
- the copyCacheSize
-
getCopyCacheSize
public java.lang.Integer getCopyCacheSize()
Generated method - Getter of theCatalogVersionSyncJob.copyCacheSizeattribute.- Returns:
- the copyCacheSize
-
getCopyCacheSizeAsPrimitive
public int getCopyCacheSizeAsPrimitive(SessionContext ctx)
Generated method - Getter of theCatalogVersionSyncJob.copyCacheSizeattribute.- Returns:
- the copyCacheSize
-
getCopyCacheSizeAsPrimitive
public int getCopyCacheSizeAsPrimitive()
Generated method - Getter of theCatalogVersionSyncJob.copyCacheSizeattribute.- Returns:
- the copyCacheSize
-
setCopyCacheSize
public void setCopyCacheSize(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theCatalogVersionSyncJob.copyCacheSizeattribute.- Parameters:
value- the copyCacheSize
-
setCopyCacheSize
public void setCopyCacheSize(java.lang.Integer value)
Generated method - Setter of theCatalogVersionSyncJob.copyCacheSizeattribute.- Parameters:
value- the copyCacheSize
-
setCopyCacheSize
public void setCopyCacheSize(SessionContext ctx, int value)
Generated method - Setter of theCatalogVersionSyncJob.copyCacheSizeattribute.- Parameters:
value- the copyCacheSize
-
setCopyCacheSize
public void setCopyCacheSize(int value)
Generated method - Setter of theCatalogVersionSyncJob.copyCacheSizeattribute.- Parameters:
value- the copyCacheSize
-
getDependentSyncJobs
public java.util.Set<CatalogVersionSyncJob> getDependentSyncJobs(SessionContext ctx)
Generated method - Getter of theCatalogVersionSyncJob.dependentSyncJobsattribute.- Returns:
- the dependentSyncJobs
-
getDependentSyncJobs
public java.util.Set<CatalogVersionSyncJob> getDependentSyncJobs()
Generated method - Getter of theCatalogVersionSyncJob.dependentSyncJobsattribute.- Returns:
- the dependentSyncJobs
-
getDependentSyncJobsCount
public long getDependentSyncJobsCount(SessionContext ctx)
-
getDependentSyncJobsCount
public long getDependentSyncJobsCount()
-
setDependentSyncJobs
public void setDependentSyncJobs(SessionContext ctx, java.util.Set<CatalogVersionSyncJob> value)
Generated method - Setter of theCatalogVersionSyncJob.dependentSyncJobsattribute.- Parameters:
value- the dependentSyncJobs
-
setDependentSyncJobs
public void setDependentSyncJobs(java.util.Set<CatalogVersionSyncJob> value)
Generated method - Setter of theCatalogVersionSyncJob.dependentSyncJobsattribute.- Parameters:
value- the dependentSyncJobs
-
addToDependentSyncJobs
public void addToDependentSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)
Generated method - Addsvalueto dependentSyncJobs.- Parameters:
value- the item to add to dependentSyncJobs
-
addToDependentSyncJobs
public void addToDependentSyncJobs(CatalogVersionSyncJob value)
Generated method - Addsvalueto dependentSyncJobs.- Parameters:
value- the item to add to dependentSyncJobs
-
removeFromDependentSyncJobs
public void removeFromDependentSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)
Generated method - Removesvaluefrom dependentSyncJobs.- Parameters:
value- the item to remove from dependentSyncJobs
-
removeFromDependentSyncJobs
public void removeFromDependentSyncJobs(CatalogVersionSyncJob value)
Generated method - Removesvaluefrom dependentSyncJobs.- Parameters:
value- the item to remove from dependentSyncJobs
-
getDependsOnSyncJobs
public java.util.Set<CatalogVersionSyncJob> getDependsOnSyncJobs(SessionContext ctx)
Generated method - Getter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute.- Returns:
- the dependsOnSyncJobs
-
getDependsOnSyncJobs
public java.util.Set<CatalogVersionSyncJob> getDependsOnSyncJobs()
Generated method - Getter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute.- Returns:
- the dependsOnSyncJobs
-
getDependsOnSyncJobsCount
public long getDependsOnSyncJobsCount(SessionContext ctx)
-
getDependsOnSyncJobsCount
public long getDependsOnSyncJobsCount()
-
setDependsOnSyncJobs
public void setDependsOnSyncJobs(SessionContext ctx, java.util.Set<CatalogVersionSyncJob> value)
Generated method - Setter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute.- Parameters:
value- the dependsOnSyncJobs
-
setDependsOnSyncJobs
public void setDependsOnSyncJobs(java.util.Set<CatalogVersionSyncJob> value)
Generated method - Setter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute.- Parameters:
value- the dependsOnSyncJobs
-
addToDependsOnSyncJobs
public void addToDependsOnSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)
Generated method - Addsvalueto dependsOnSyncJobs.- Parameters:
value- the item to add to dependsOnSyncJobs
-
addToDependsOnSyncJobs
public void addToDependsOnSyncJobs(CatalogVersionSyncJob value)
Generated method - Addsvalueto dependsOnSyncJobs.- Parameters:
value- the item to add to dependsOnSyncJobs
-
removeFromDependsOnSyncJobs
public void removeFromDependsOnSyncJobs(SessionContext ctx, CatalogVersionSyncJob value)
Generated method - Removesvaluefrom dependsOnSyncJobs.- Parameters:
value- the item to remove from dependsOnSyncJobs
-
removeFromDependsOnSyncJobs
public void removeFromDependsOnSyncJobs(CatalogVersionSyncJob value)
Generated method - Removesvaluefrom dependsOnSyncJobs.- Parameters:
value- the item to remove from dependsOnSyncJobs
-
isEnableTransactions
public java.lang.Boolean isEnableTransactions(SessionContext ctx)
Generated method - Getter of theCatalogVersionSyncJob.enableTransactionsattribute.- Returns:
- the enableTransactions
-
isEnableTransactions
public java.lang.Boolean isEnableTransactions()
Generated method - Getter of theCatalogVersionSyncJob.enableTransactionsattribute.- Returns:
- the enableTransactions
-
isEnableTransactionsAsPrimitive
public boolean isEnableTransactionsAsPrimitive(SessionContext ctx)
Generated method - Getter of theCatalogVersionSyncJob.enableTransactionsattribute.- Returns:
- the enableTransactions
-
isEnableTransactionsAsPrimitive
public boolean isEnableTransactionsAsPrimitive()
Generated method - Getter of theCatalogVersionSyncJob.enableTransactionsattribute.- Returns:
- the enableTransactions
-
setEnableTransactions
public void setEnableTransactions(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCatalogVersionSyncJob.enableTransactionsattribute.- Parameters:
value- the enableTransactions
-
setEnableTransactions
public void setEnableTransactions(java.lang.Boolean value)
Generated method - Setter of theCatalogVersionSyncJob.enableTransactionsattribute.- Parameters:
value- the enableTransactions
-
setEnableTransactions
public void setEnableTransactions(SessionContext ctx, boolean value)
Generated method - Setter of theCatalogVersionSyncJob.enableTransactionsattribute.- Parameters:
value- the enableTransactions
-
setEnableTransactions
public void setEnableTransactions(boolean value)
Generated method - Setter of theCatalogVersionSyncJob.enableTransactionsattribute.- Parameters:
value- the enableTransactions
-
isMarkModifiedDisabled
@Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
isMarkModifiedDisabledin classGeneratedSyncItemJob
-
getMaxSchedulerThreads
public java.lang.Integer getMaxSchedulerThreads(SessionContext ctx)
Generated method - Getter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.- Returns:
- the maxSchedulerThreads
-
getMaxSchedulerThreads
public java.lang.Integer getMaxSchedulerThreads()
Generated method - Getter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.- Returns:
- the maxSchedulerThreads
-
getMaxSchedulerThreadsAsPrimitive
public int getMaxSchedulerThreadsAsPrimitive(SessionContext ctx)
Generated method - Getter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.- Returns:
- the maxSchedulerThreads
-
getMaxSchedulerThreadsAsPrimitive
public int getMaxSchedulerThreadsAsPrimitive()
Generated method - Getter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.- Returns:
- the maxSchedulerThreads
-
setMaxSchedulerThreads
public void setMaxSchedulerThreads(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.- Parameters:
value- the maxSchedulerThreads
-
setMaxSchedulerThreads
public void setMaxSchedulerThreads(java.lang.Integer value)
Generated method - Setter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.- Parameters:
value- the maxSchedulerThreads
-
setMaxSchedulerThreads
public void setMaxSchedulerThreads(SessionContext ctx, int value)
Generated method - Setter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.- Parameters:
value- the maxSchedulerThreads
-
setMaxSchedulerThreads
public void setMaxSchedulerThreads(int value)
Generated method - Setter of theCatalogVersionSyncJob.maxSchedulerThreadsattribute.- Parameters:
value- the maxSchedulerThreads
-
getMaxThreads
public java.lang.Integer getMaxThreads(SessionContext ctx)
Generated method - Getter of theCatalogVersionSyncJob.maxThreadsattribute.- Returns:
- the maxThreads
-
getMaxThreads
public java.lang.Integer getMaxThreads()
Generated method - Getter of theCatalogVersionSyncJob.maxThreadsattribute.- Returns:
- the maxThreads
-
getMaxThreadsAsPrimitive
public int getMaxThreadsAsPrimitive(SessionContext ctx)
Generated method - Getter of theCatalogVersionSyncJob.maxThreadsattribute.- Returns:
- the maxThreads
-
getMaxThreadsAsPrimitive
public int getMaxThreadsAsPrimitive()
Generated method - Getter of theCatalogVersionSyncJob.maxThreadsattribute.- Returns:
- the maxThreads
-
setMaxThreads
public void setMaxThreads(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theCatalogVersionSyncJob.maxThreadsattribute.- Parameters:
value- the maxThreads
-
setMaxThreads
public void setMaxThreads(java.lang.Integer value)
Generated method - Setter of theCatalogVersionSyncJob.maxThreadsattribute.- Parameters:
value- the maxThreads
-
setMaxThreads
public void setMaxThreads(SessionContext ctx, int value)
Generated method - Setter of theCatalogVersionSyncJob.maxThreadsattribute.- Parameters:
value- the maxThreads
-
setMaxThreads
public void setMaxThreads(int value)
Generated method - Setter of theCatalogVersionSyncJob.maxThreadsattribute.- Parameters:
value- the maxThreads
-
-