| Modifier and Type | Method and Description |
|---|---|
SyncItemCronJob |
GeneratedCatalogManager.createSyncItemCronJob(java.util.Map attributeValues) |
SyncItemCronJob |
GeneratedCatalogManager.createSyncItemCronJob(SessionContext ctx,
java.util.Map attributeValues) |
protected SyncItemCronJob |
SyncItemJob.SyncItemCopyContext.getCronjob()
Redirecting logs to cronjob log mechanism
|
SyncItemCronJob |
GeneratedItemSyncTimestamp.getPendingAttributesOwnerJob()
Generated method - Getter of the
ItemSyncTimestamp.pendingAttributesOwnerJob attribute. |
SyncItemCronJob |
GeneratedItemSyncTimestamp.getPendingAttributesOwnerJob(SessionContext ctx)
Generated method - Getter of the
ItemSyncTimestamp.pendingAttributesOwnerJob attribute. |
SyncItemCronJob |
SyncItemJob.newExcecution()
Deprecated.
since ages - please use
SyncItemJob.newExecution() |
SyncItemCronJob |
SyncItemJob.newExecution()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SyncItemCronJob> |
GeneratedSyncItemJob.getExecutions()
Generated method - Getter of the
SyncItemJob.executions attribute. |
abstract java.util.Collection<SyncItemCronJob> |
GeneratedSyncItemJob.getExecutions(SessionContext ctx)
Generated method - Getter of the
SyncItemJob.executions attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncItemJob.addCatalogItemsToSync(SyncItemCronJob cronJob,
java.util.Collection<? extends Item> items)
Deprecated.
Added any catalog item except categories to a syncronization.
|
void |
SyncItemJob.addCategoriesToSync(SyncItemCronJob cronJob,
java.util.Collection<? extends Category> categories,
boolean includeSubcategories,
boolean includeProducts)
Deprecated.
|
protected boolean |
SyncItemJob.checkCatalogVersionValidity(SyncItemCronJob cronJob,
SyncItemJob.SyncItemCopyContext syncItemCopyContext)
Deprecated.
Use this method to check if the given catalog version is valid for synchronization.
|
void |
SyncItemCronJob.Confgurator.configureCronjob(SyncItemCronJob cronjob,
SyncItemJob.SyncItemCopyContext syncItemCopyContext)
Deprecated.
|
void |
SyncItemCronJob.Configurator.configureCronjob(SyncItemCronJob cronJob,
SyncItemJob.SyncItemCopyContext syncItemCopyContext) |
protected void |
SyncItemJob.configureFullSyncForItemType(SessionContext ctx,
SyncItemCronJob cronJob,
ComposedType type,
java.lang.String additionalQueryRestrictions,
boolean removeMissing,
boolean createNew,
boolean forceUpdate,
int range)
Deprecated.
Configures a full synchronization of the items of a given type according to the specified sync cronjob settings.
|
void |
SyncItemJob.configureFullVersionSync(SyncItemCronJob cronJob)
Deprecated.
Collects all changes between the source and target version of this job.
|
protected void |
SyncItemJob.copyItem(ItemCopyContext itemCopyContext,
SyncItemCronJob cronJob,
Item src,
Item tgt)
Deprecated.
|
protected ItemCopyContext |
SyncItemJob.createCopyContext(SyncItemCronJob cronJob,
CatalogVersion srcV,
CatalogVersion tgtV,
java.util.Map<PK,PK> alreadyFinished)
Deprecated.
|
protected SessionContext |
SyncItemJob.createSyncSessionContext(SyncItemCronJob cronJob)
Deprecated.
Returns a new
SessionContext with the following settings.LANGUAGE: null DISABLE_RESTRICTIONS: false DISABLE_RESTRICTION_GROUP_INHERITANCE: false USE_FAST_ALGORITHMS: true DISABLE_ATTRIBUTE_CHECK: true DISABLE_SUBCATEGORY_REMOVALCHECK: true DISABLE_SETALLOWEDPRINCIPAL_RECURSIVELY: true LANGUAGE_FALLBACK_ENABLED: false TRANSACTION_4_ALLATTRIBUTES: false |
protected CronJob.CronJobResult |
SyncItemJob.doAbort(SyncItemCronJob cronJob)
Deprecated.
This method is called if abort is requested by the user while still executing this job.
|
protected boolean |
SyncItemJob.doSynchronization(SyncItemJob.SyncItemCopyContext syncItemCopyContext,
SyncItemCronJob cronJob)
Deprecated.
Executes actual synchronization.
|
protected java.lang.String |
SyncItemJob.getAdditionalQueryRestrictions(SessionContext ctx,
ComposedType rootType,
SyncItemCronJob cronJob)
Deprecated.
|
SyncItemJob.CompletionInfo |
SyncItemJob.getCompletionInfo(SyncItemCronJob cronJob)
Deprecated.
|
protected int |
SyncItemJob.getDuplicatedCatalogItemsCount(SessionContext ctx,
CatalogVersion version,
SyncItemCronJob cronJob,
ComposedType type)
Deprecated.
|
long |
SyncItemJob.getElapsedMillis(SyncItemCronJob cronJob)
Deprecated.
|
protected void |
SyncItemJob.initializeTimeCounter(SyncItemCronJob cronJob)
Deprecated.
|
protected void |
SyncItemJob.registerSynchronizedItem(SyncItemCronJob cronjob,
Item source,
Item copy,
java.lang.String message)
Deprecated.
Registers a synchronized item pair permanently by creating a
ChangeDescriptorfor them. |
protected void |
SyncItemJob.removeItem(ItemCopyContext itemCopyContext,
SyncItemCronJob cronJob,
Item removeItem)
Deprecated.
|
void |
GeneratedItemSyncTimestamp.setPendingAttributesOwnerJob(SessionContext ctx,
SyncItemCronJob value)
Generated method - Setter of the
ItemSyncTimestamp.pendingAttributesOwnerJob attribute. |
void |
GeneratedItemSyncTimestamp.setPendingAttributesOwnerJob(SyncItemCronJob value)
Generated method - Setter of the
ItemSyncTimestamp.pendingAttributesOwnerJob attribute. |
| Constructor and Description |
|---|
SyncItemCopyContext(SyncItemCronJob cronjob,
SyncItemJob job,
CatalogVersion srcV,
CatalogVersion tgtV,
java.util.Map<PK,PK> finishedSynchronizedItems) |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogVersionSyncCronJob
Superclass for cronjobs which synchronizes the content of a catalog version to another catalog version.
|
class |
GeneratedCatalogVersionSyncCronJob
Generated class for type
CatalogVersionSyncCronJob. |
| Modifier and Type | Method and Description |
|---|---|
SyncItemCronJob |
CatalogVersionSyncJob.newExecution() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogVersionSyncJob.addCatalogItemsToSync(SyncItemCronJob _cj,
java.util.Collection<? extends Item> items) |
void |
CatalogVersionSyncJob.addCategoriesToSync(SyncItemCronJob _cj,
java.util.Collection<? extends Category> categories,
boolean includeSubcategories,
boolean includeProducts) |
void |
CatalogVersionSyncJob.configureFullVersionSync(SyncItemCronJob cronJob) |
protected SessionContext |
CatalogVersionSyncJob.createSyncSessionContext(SyncItemCronJob cronJob) |
protected SessionContext |
NewSyncRestrictionsTest.TestCustomCatalogVersionSyncJob.createSyncSessionContext(SyncItemCronJob cronJob) |
protected boolean |
CatalogVersionSyncJob.doSynchronization(SyncItemJob.SyncItemCopyContext syncItemCopyContext,
SyncItemCronJob cronJob) |
SyncItemJob.CompletionInfo |
CatalogVersionSyncJob.getCompletionInfo(SyncItemCronJob cronJob) |
| Modifier and Type | Field and Description |
|---|---|
protected SyncItemCronJob |
SynchronizationServiceImpl.CockpitDummySyncConfigurator.sicj |
| Modifier and Type | Method and Description |
|---|---|
void |
SynchronizationServiceImpl.CockpitDummySyncConfigurator.configureCronjob(SyncItemCronJob sicj,
SyncItemJob.SyncItemCopyContext sicc) |
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemCronJob |
DefaultSetupSyncJobService.getLastFailedSyncCronJob(SyncItemJob syncItemJob)
Returns the last cronjob if exists and failed or the new one otherwise
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSetupSyncJobService.FullSyncConfigurator.configureCronjob(SyncItemCronJob sicj,
SyncItemJob.SyncItemCopyContext sicc) |
Copyright © 2018 SAP SE. All Rights Reserved.