| 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,
java.lang.String changeType,
ComposedType changeDescriptorType) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedItemSyncDescriptor
Generated class for type
ItemSyncDescriptor. |
class |
ItemSyncDescriptor
Deprecated.
since ages - will be removed soon
|
| Modifier and Type | Method and Description |
|---|---|
protected ChangeDescriptor |
Step.addChange(CronJob cronJob,
java.lang.String changeType,
Item changedItem,
java.lang.String description)
Creates a new
ChangeDescriptor for the specified CronJob with the specified changeType,
changedItem and description. |
ChangeDescriptor |
CronJob.addChangeDescriptor(ComposedType changeDescriptorType,
Step forStep,
java.lang.String changeType,
Item item,
java.lang.String description)
Deprecated.
since ages - not supported in future
|
ChangeDescriptor |
CronJob.addChangeDescriptor(ComposedType changeDescriptorType,
Step forStep,
java.lang.String changeType,
Item item,
java.lang.String description,
java.util.Map additionalAttributes)
Deprecated.
since ages - not supported in future
|
ChangeDescriptor |
CronJob.addChangeDescriptor(ComposedType changeDescriptorType,
Step forStep,
java.lang.String changeType,
PK item,
java.lang.String description,
java.util.Map additionalAttributes)
Deprecated.
since ages - not supported in future
|
protected ChangeDescriptor |
CronJob.addChangeDescriptor(Step forStep,
java.lang.String changeType,
Item item,
java.lang.String description)
Deprecated.
since ages - not supported in future
|
ChangeDescriptor |
GeneratedCronJobManager.createChangeDescriptor(java.util.Map attributeValues) |
ChangeDescriptor |
CronJobManager.createChangeDescriptor(java.util.Map params)
Deprecated.
since ages - use plain
ChangeDescriptorModel creation instead, refer to
wiki documentation |
ChangeDescriptor |
GeneratedCronJobManager.createChangeDescriptor(SessionContext ctx,
java.util.Map attributeValues) |
ChangeDescriptor |
CronJobManager.createChangeDescriptor(SessionContext ctx,
java.util.Map params)
Deprecated.
since ages - use plain
ChangeDescriptorModel creation instead, refer to
wiki documentation |
protected ChangeDescriptor |
Step.getMostRecentChange(CronJob cronJob,
java.lang.String changeType)
Returns the most recent
ChangeDescriptor for this Step and the specified
CronJob. |
ChangeDescriptor |
CronJob.getMostRecentChange(Step step,
java.lang.String changeType)
Deprecated.
since ages - not supported in future
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ChangeDescriptor> |
GeneratedCronJob.getChanges()
Generated method - Getter of the
CronJob.changes attribute. |
protected java.util.Collection<ChangeDescriptor> |
Step.getChanges(CronJob cronJob)
Returns a
Collection of ChangeDescriptors, which were created by this Step. |
protected java.util.Collection<ChangeDescriptor> |
Step.getChanges(CronJob cronJob,
int start,
int count)
Returns a
Collection of ChangeDescriptors, which were created by this Step. |
protected java.util.Collection<ChangeDescriptor> |
Step.getChanges(CronJob cronJob,
java.lang.String changeType)
Returns a
Collection of ChangeDescriptors of the specified changeType, which were
created by this Step. |
protected java.util.Collection<ChangeDescriptor> |
Step.getChanges(CronJob cronJob,
java.lang.String changeType,
int start,
int count)
Returns a
Collection of ChangeDescriptors of the specified changeType, which were
created by this Step. |
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(int start,
int count)
Deprecated.
since ages - not supported in future
|
abstract java.util.Collection<ChangeDescriptor> |
GeneratedCronJob.getChanges(SessionContext ctx)
Generated method - Getter of the
CronJob.changes attribute. |
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
int start,
int count)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
Step step)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
Step step,
int start,
int count)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
Step step,
java.lang.String changeType)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
Step step,
java.lang.String changeType,
int start,
int count)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
Step step,
java.lang.String changeType,
int start,
int count,
boolean ascending)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
java.lang.String changeType)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(SessionContext ctx,
java.lang.String changeType,
int start,
int count)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(Step step)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(Step step,
int start,
int count)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(Step step,
java.lang.String changeType)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(Step step,
java.lang.String changeType,
int start,
int count)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(Step step,
java.lang.String changeType,
int start,
int count,
boolean ascending)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(java.lang.String changeType)
Deprecated.
since ages - not supported in future
|
java.util.Collection<ChangeDescriptor> |
CronJob.getChanges(java.lang.String changeType,
int start,
int count)
Deprecated.
since ages - not supported in future
|
| Constructor and Description |
|---|
ChangeEvent(ChangeDescriptor descriptor)
Creates a new
ChangeEvent for the specified ChangeDescriptor. |
Copyright © 2018 SAP SE. All Rights Reserved.