| Package | Description |
|---|---|
| de.hybris.platform.bmecat.jalo | |
| de.hybris.platform.catalog.jalo | |
| de.hybris.platform.cronjob.jalo |
| Modifier and Type | Class and Description |
|---|---|
class |
Category2ProductChangeDescriptor
Category2ProductChangeDescriptor
|
class |
GeneratedCategory2ProductChangeDescriptor
Generated class for type
Category2ProductChangeDescriptor. |
class |
GeneratedLinkChangeDescriptor
Generated class for type
LinkChangeDescriptor. |
class |
GeneratedPriceChangeDescriptor
Generated class for type
PriceChangeDescriptor. |
class |
GeneratedProductReferenceChangeDescriptor
Generated class for type
ProductReferenceChangeDescriptor. |
class |
LinkChangeDescriptor
LinkChangeDescriptor
|
class |
PriceChangeDescriptor
PriceChangeDescriptor
|
class |
ProductReferenceChangeDescriptor
ProductReferenceChangeDescriptor
|
| Modifier and Type | Method and Description |
|---|---|
ChangeDescriptor |
BMECatManager.getMostRecentChange(CronJob cronJob,
Step step,
String changeType,
ComposedType changeDescriptorType) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedItemSyncDescriptor
Generated class for type
ItemSyncDescriptor. |
class |
ItemSyncDescriptor
Deprecated.
will be removed soon
|
| Modifier and Type | Method and Description |
|---|---|
protected ChangeDescriptor |
Step.addChange(CronJob cronJob,
String changeType,
Item changedItem,
String description)
Creates a new
ChangeDescriptor for the specified CronJob with the specified changeType,
changedItem and description. |
ChangeDescriptor |
CronJob.addChangeDescriptor(ComposedType changeDescriptorType,
Step forStep,
String changeType,
Item item,
String description)
Deprecated.
not supported in future
|
ChangeDescriptor |
CronJob.addChangeDescriptor(ComposedType changeDescriptorType,
Step forStep,
String changeType,
Item item,
String description,
Map additionalAttributes)
Deprecated.
not supported in future
|
ChangeDescriptor |
CronJob.addChangeDescriptor(ComposedType changeDescriptorType,
Step forStep,
String changeType,
PK item,
String description,
Map additionalAttributes)
Deprecated.
not supported in future
|
protected ChangeDescriptor |
CronJob.addChangeDescriptor(Step forStep,
String changeType,
Item item,
String description)
Deprecated.
not supported in future
|
ChangeDescriptor |
CronJobManager.createChangeDescriptor(Map params)
Deprecated.
use plain
ChangeDescriptorModel creation instead, refer to
wiki documentation |
ChangeDescriptor |
GeneratedCronJobManager.createChangeDescriptor(Map attributeValues) |
ChangeDescriptor |
CronJobManager.createChangeDescriptor(SessionContext ctx,
Map params)
Deprecated.
use plain
ChangeDescriptorModel creation instead, refer to
wiki documentation |
ChangeDescriptor |
GeneratedCronJobManager.createChangeDescriptor(SessionContext ctx,
Map attributeValues) |
protected ChangeDescriptor |
Step.getMostRecentChange(CronJob cronJob,
String changeType)
Returns the most recent
ChangeDescriptor for this Step and the specified
CronJob. |
ChangeDescriptor |
CronJob.getMostRecentChange(Step step,
String changeType)
Deprecated.
not supported in future
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ChangeDescriptor> |
GeneratedCronJob.getChanges()
Generated method - Getter of the
CronJob.changes attribute. |
protected Collection<ChangeDescriptor> |
Step.getChanges(CronJob cronJob)
Returns a
Collection of ChangeDescriptors, which were created by this Step. |
protected Collection<ChangeDescriptor> |
Step.getChanges(CronJob cronJob,
int start,
int count)
Returns a
Collection of ChangeDescriptors, which were created by this Step. |
protected Collection<ChangeDescriptor> |
Step.getChanges(CronJob cronJob,
String changeType)
Returns a
Collection of ChangeDescriptors of the specified changeType, which were
created by this Step. |
protected Collection<ChangeDescriptor> |
Step.getChanges(CronJob cronJob,
String changeType,
int start,
int count)
Returns a
Collection of ChangeDescriptors of the specified changeType, which were
created by this Step. |
Collection<ChangeDescriptor> |
CronJob.getChanges(int start,
int count)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx)
Deprecated.
not supported in future
|
abstract Collection<ChangeDescriptor> |
GeneratedCronJob.getChanges(SessionContext ctx)
Generated method - Getter of the
CronJob.changes attribute. |
Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
int start,
int count)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
Step step)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
Step step,
int start,
int count)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
Step step,
String changeType)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
Step step,
String changeType,
int start,
int count)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
Step step,
String changeType,
int start,
int count,
boolean ascending)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
String changeType)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
String changeType,
int start,
int count)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(Step step)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(Step step,
int start,
int count)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(Step step,
String changeType)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(Step step,
String changeType,
int start,
int count)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(Step step,
String changeType,
int start,
int count,
boolean ascending)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(String changeType)
Deprecated.
not supported in future
|
Collection<ChangeDescriptor> |
CronJob.getChanges(String changeType,
int start,
int count)
Deprecated.
not supported in future
|
| Constructor and Description |
|---|
ChangeEvent(ChangeDescriptor descriptor)
Creates a new
ChangeEvent for the specified ChangeDescriptor. |
Copyright © 2017 SAP SE. All Rights Reserved.