| Package | Description |
|---|---|
| de.hybris.platform.bmecat.jalo | |
| de.hybris.platform.cronjob.jalo |
| Modifier and Type | Class and Description |
|---|---|
class |
BMECatArticlePriceStep
This is an abstract Superclass for steps that imports theArticle prices.
|
class |
BMECatArticleReferenceStep
BMECatArticleReferenceStep
|
class |
BMECatArticleStep
This step imports the <ARTICLE> tag including its sub-tags.
|
class |
BMECatArticleToCategoryStep
Step binds products to categories as defined in BMECat tag <ARTICLE_TO_CATALOGGROUP_MAP>
|
class |
BMECatCatalogStep
This step import basic catalog tags.
|
class |
BMECatCategoryStep
Step imports catalog structure
|
class |
BMECatEurope1ArticlePriceStep
Imports bmecat article prices into europe1 price factory
|
class |
BMECatImportStep
Base class for all import step providing essential functionality such as parsing the BMECat file and calling
processing methods.
|
class |
BMECatInfoStep
This step gathers information about a BMECat file.
|
class |
BMECatMediaStep
BMECatMediaStep
|
class |
GeneratedBMECatArticlePriceStep
Generated class for type
BMECatArticlePriceStep. |
class |
GeneratedBMECatArticleReferenceStep
Generated class for type
BMECatArticleReferenceStep. |
class |
GeneratedBMECatArticleStep
Generated class for type
BMECatArticleStep. |
class |
GeneratedBMECatArticleToCategoryStep
Generated class for type
BMECatArticleToCategoryStep. |
class |
GeneratedBMECatCatalogStep
Generated class for type
BMECatCatalogStep. |
class |
GeneratedBMECatCategoryStep
Generated class for type
BMECatCategoryStep. |
class |
GeneratedBMECatEurope1ArticlePriceStep
Generated class for type
BMECatEurope1ArticlePriceStep. |
class |
GeneratedBMECatImportStep
Generated class for type
BMECatImportStep. |
class |
GeneratedBMECatInfoStep
Generated class for type
BMECatInfoStep. |
class |
GeneratedBMECatMediaStep
Generated class for type
BMECatMediaStep. |
class |
GeneratedTestBMECatCatalogStep
Generated class for type
TestBMECatCatalogStep. |
class |
TestBMECatCatalogStep
TestBMECatCatalogStep
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MappingUtils.addMapping(Map mapping,
ComposedType targetType,
EnumerationValue eValue,
String attributeQualifier,
Step step) |
static void |
MappingUtils.addMapping(Map mapping,
EnumerationValue eValue,
ComposedType targetType,
String attributeQualifier,
Step step) |
Collection<LinkChangeDescriptor> |
BMECatManager.getLinkChangeDescriptors(CronJob cronJob,
Step step,
String changeType,
String source,
String target) |
Collection<LinkChangeDescriptor> |
BMECatManager.getLinkChangeDescriptors(SessionContext ctx,
CronJob cronJob,
Step step,
String changeType,
String source,
String target,
int start,
int count)
Returns LinkChangeDescriptor that match the given paramters
|
ChangeDescriptor |
BMECatManager.getMostRecentChange(CronJob cronJob,
Step step,
String changeType,
ComposedType changeDescriptorType) |
Collection<PriceChangeDescriptor> |
BMECatManager.getPriceChangeDescriptors(SessionContext ctx,
CronJob cronJob,
Step step,
String changeType,
String productCode) |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVExportStep
Step which implements an CVS based export.
|
class |
GeneratedCSVExportStep
Generated class for type
CSVExportStep. |
class |
GeneratedGenericCSVImportStep
Generated class for type
GenericCSVImportStep. |
class |
GeneratedGetURLStep
Generated class for type
GetURLStep. |
class |
GeneratedMediaProcessorStep
Generated class for type
MediaProcessorStep. |
class |
GenericCSVImportStep
The abstract
GenericCSVImportStep offers a framework of methods to support the parsing of CSV files. |
class |
GenericCSVImportStepTest.GenericCSVImportStepClon |
class |
GetURLStep |
class |
MediaProcessorStep
The
MediaProcessorStep offers convenience methods for the handling of JobMedias. |
| Modifier and Type | Method and Description |
|---|---|
protected Step |
BatchJob.addStep() |
Step |
BatchJob.addStep(ComposedType stepType)
Adds a
Step of the specified type to the BatchJob and returns it. |
Step |
BatchJob.addStep(ComposedType stepType,
Map additionalAttributes)
Adds a
Step of the specified type to the BatchJob and returns it. |
protected static Step |
BatchJob.getCurrentlyExecutingStep() |
Step |
GeneratedCronJob.getCurrentStep()
Generated method - Getter of the
CronJob.currentStep attribute. |
Step |
GeneratedCronJob.getCurrentStep(SessionContext ctx)
Generated method - Getter of the
CronJob.currentStep attribute. |
Step |
BatchJob.getFirstStep()
Returns the first
Step. |
Step |
BatchJob.getFirstStep(SessionContext ctx)
Returns the first
Step. |
Step |
BatchJob.getLastStep()
Returns the last
Step. |
Step |
BatchJob.getLastStep(SessionContext ctx)
Returns the last
Step. |
Step |
GeneratedJobLog.getStep()
Generated method - Getter of the
JobLog.step attribute. |
Step |
GeneratedChangeDescriptor.getStep()
Generated method - Getter of the
ChangeDescriptor.step attribute. |
Step |
GeneratedJobLog.getStep(SessionContext ctx)
Generated method - Getter of the
JobLog.step attribute. |
Step |
GeneratedChangeDescriptor.getStep(SessionContext ctx)
Generated method - Getter of the
ChangeDescriptor.step attribute. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Step> |
BatchJob.getAllPreviousSteps(SessionContext ctx,
Step step)
Returns a
Collection of all predecessor Steps of the specified Step. |
Collection<Step> |
BatchJob.getAllPreviousSteps(Step step)
Returns a
Collection of all predecessor Steps of the specified Step. |
List<Step> |
GeneratedCronJob.getPendingSteps()
Generated method - Getter of the
CronJob.pendingSteps attribute. |
List<Step> |
GeneratedCronJob.getPendingSteps(SessionContext ctx)
Generated method - Getter of the
CronJob.pendingSteps attribute. |
List<Step> |
GeneratedCronJob.getProcessedSteps()
Generated method - Getter of the
CronJob.processedSteps attribute. |
List<Step> |
GeneratedCronJob.getProcessedSteps(SessionContext ctx)
Generated method - Getter of the
CronJob.processedSteps attribute. |
List<Step> |
GeneratedBatchJob.getSteps()
Generated method - Getter of the
BatchJob.steps attribute. |
List<Step> |
BatchJob.getSteps()
Returns a
List of all Steps of the BatchJob. |
List<Step> |
BatchJob.getSteps(int start,
int count)
Returns a
List containing the specified range of Steps of the BatchJob. |
abstract List<Step> |
GeneratedBatchJob.getSteps(SessionContext ctx)
Generated method - Getter of the
BatchJob.steps attribute. |
List<Step> |
BatchJob.getSteps(SessionContext ctx)
Returns a
List of all Steps of the BatchJob. |
List<Step> |
BatchJob.getSteps(SessionContext ctx,
int start,
int count)
Returns a
List containing the specified range of Steps of the BatchJob. |
| Modifier and Type | Method 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
|
JobLog |
CronJob.addLog(String message,
Step forStep)
Deprecated.
since 4.3
|
JobLog |
CronJob.addLog(String message,
Step forStep,
EnumerationValue level)
Deprecated.
since 4.3
|
protected JobLog |
CronJob.addLog(String message,
Step forStep,
EnumerationValue level,
boolean appendToLogFile) |
void |
CronJob.addToPendingSteps(SessionContext ctx,
Step step)
Deprecated.
since 4.3
|
void |
GeneratedCronJob.addToPendingSteps(SessionContext ctx,
Step value)
Generated method - Adds
value to pendingSteps. |
void |
CronJob.addToPendingSteps(Step step)
Deprecated.
since 4.3
|
void |
GeneratedCronJob.addToPendingSteps(Step value)
Generated method - Adds
value to pendingSteps. |
void |
CronJob.addToProcessedSteps(SessionContext ctx,
Step step)
Deprecated.
since 4.3
|
void |
GeneratedCronJob.addToProcessedSteps(SessionContext ctx,
Step value)
Generated method - Adds
value to processedSteps. |
void |
CronJob.addToProcessedSteps(Step step)
Deprecated.
since 4.3
|
void |
GeneratedCronJob.addToProcessedSteps(Step value)
Generated method - Adds
value to processedSteps. |
Collection<Step> |
BatchJob.getAllPreviousSteps(SessionContext ctx,
Step step)
Returns a
Collection of all predecessor Steps of the specified Step. |
Collection<Step> |
BatchJob.getAllPreviousSteps(Step step)
Returns a
Collection of all predecessor Steps of the specified Step. |
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(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
|
ChangeDescriptor |
CronJob.getMostRecentChange(Step step,
String changeType)
Deprecated.
not supported in future
|
void |
GeneratedCronJob.removeFromPendingSteps(SessionContext ctx,
Step value)
Generated method - Removes
value from pendingSteps. |
void |
GeneratedCronJob.removeFromPendingSteps(Step value)
Generated method - Removes
value from pendingSteps. |
void |
GeneratedCronJob.removeFromProcessedSteps(SessionContext ctx,
Step value)
Generated method - Removes
value from processedSteps. |
void |
GeneratedCronJob.removeFromProcessedSteps(Step value)
Generated method - Removes
value from processedSteps. |
protected static void |
BatchJob.setCurrentlyExecutingStep(Step step) |
protected void |
CronJob.setCurrentStep(Step step,
boolean undo)
Sets the current
|
protected void |
GeneratedJobLog.setStep(SessionContext ctx,
Step value)
Generated method - Setter of the
JobLog.step attribute. |
protected void |
GeneratedChangeDescriptor.setStep(SessionContext ctx,
Step value)
Generated method - Setter of the
ChangeDescriptor.step attribute. |
protected void |
GeneratedJobLog.setStep(Step value)
Generated method - Setter of the
JobLog.step attribute. |
protected void |
GeneratedChangeDescriptor.setStep(Step value)
Generated method - Setter of the
ChangeDescriptor.step attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCronJob.setPendingSteps(List<Step> value)
Generated method - Setter of the
CronJob.pendingSteps attribute. |
void |
GeneratedCronJob.setPendingSteps(SessionContext ctx,
List<Step> value)
Generated method - Setter of the
CronJob.pendingSteps attribute. |
void |
GeneratedCronJob.setProcessedSteps(List<Step> value)
Generated method - Setter of the
CronJob.processedSteps attribute. |
void |
GeneratedCronJob.setProcessedSteps(SessionContext ctx,
List<Step> value)
Generated method - Setter of the
CronJob.processedSteps attribute. |
void |
GeneratedBatchJob.setSteps(List<Step> value)
Generated method - Setter of the
BatchJob.steps attribute. |
abstract void |
GeneratedBatchJob.setSteps(SessionContext ctx,
List<Step> value)
Generated method - Setter of the
BatchJob.steps attribute. |
void |
BatchJob.setSteps(SessionContext ctx,
List<Step> steps)
Sets the
Steps of the BatchJob and deletes all Steps which were assigned
before and which are not part of the specified Collection. |
Copyright © 2017 SAP SE. All Rights Reserved.