| Package | Description |
|---|---|
| de.hybris.platform.bmecat.jalo |
| Modifier and Type | Method and Description |
|---|---|
protected Product |
BMECatArticleStep.createArticle(BMECatImportCronJob cronJob,
Catalog catalog,
Article article) |
protected abstract void |
BMECatArticlePriceStep.createPrices(Catalog catalog,
Article article,
BMECatImportCronJob cronJob)
Override to create new prices for the given article.
|
protected void |
BMECatEurope1ArticlePriceStep.createPrices(Catalog catalog,
Article article,
BMECatImportCronJob cronJob)
Creates Europe1 prices according to the following rules.
|
protected void |
BMECatArticleStep.deleteArticle(BMECatImportCronJob cronJob,
Catalog catalog,
Article article)
Processes the tag <ARTICLE mode ="delete" > tag in T_UPDATE_PRODUCT transaction.
|
protected abstract void |
BMECatArticlePriceStep.deletePrices(Catalog catalog,
Article article,
BMECatImportCronJob cronJob)
Override to delete all prices for the given article.
|
protected void |
BMECatEurope1ArticlePriceStep.deletePrices(Catalog catalog,
Article article,
BMECatImportCronJob cronJob)
Deletes all price and tax rows which are directly assigned to the article.
|
protected void |
BMECatArticleStep.setFeatures(BMECatImportCronJob cronJob,
Product product,
Article article)
Method sets features which are not variants It is called for once for all feature groups.
|
protected VariantType |
BMECatArticleStep.setVariantFeatures(BMECatImportCronJob cronJob,
Item.ItemAttributeMap productAttributes,
Article article,
java.util.List variantItemAttributes)
Builds attributemaps for the creation of variant products by building all combinations of given variant features
values.
|
protected abstract boolean |
BMECatArticlePriceStep.skipArticleOnRestart(Catalog catalog,
Article article,
BMECatImportCronJob cronJob) |
protected boolean |
BMECatEurope1ArticlePriceStep.skipArticleOnRestart(Catalog catalog,
Article article,
BMECatImportCronJob cronJob) |
protected void |
BMECatArticleStep.updateArticle(BMECatImportCronJob cronJob,
Catalog catalog,
Article article) |
protected void |
BMECatArticlePriceStep.updatePrices(Catalog catalog,
Article article,
BMECatImportCronJob cronJob)
Updates the prices for the given article.
|
| Constructor and Description |
|---|
BMECatPriceContainer(BMECatImportCronJob cronJob,
Article article) |
Copyright © 2018 SAP SE. All Rights Reserved.