public class BMECatExportWizard extends GeneratedBMECatExportWizard
LocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationExceptionBMECATEXPORTCRONJOB, CLASSIFICATIONSYSTEMNUMBERFORMAT, CLASSIFICATIONSYSTEMVERSIONS, EXISTEDPRODUCTSIZE, EXPORTCATALOGVERSION, EXPORTCURRENCY, EXPORTEDMEDIAS, EXPORTEDPRODUCTSIZE, EXPORTLANGUAGES, HYBRIS2BMECATMIMEPURPOSEMAPPING, JOBMEDIA, PRICETYPEMAPPING, REFERENCECUSTOMER, REFERENCEDATE, SUPPRESSEMPTYCATEGORIES, SUPPRESSPRODUCTSWITHOUTPRICE, UDPNETBACK_BUTTON, BACK_BUTTON_NAME, CANCEL_BUTTON, CANCEL_BUTTON_NAME, CLOSE_BUTTON_NAME, DONE_BUTTON_NAME, NEXT_BUTTON, NEXT_BUTTON_NAME, START_BUTTON, START_BUTTON_NAMELANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
BMECatExportWizard() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAfterEssentials(WizardEditorContext ctx) |
protected void |
checkBeforeStart(WizardEditorContext ctx) |
protected Map |
createHybris2BMECatDefaultMediaMapping(ComposedType targetType) |
Map<EnumerationValue,EnumerationValue> |
getAllHybris2BMECatMimePurposeMapping(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.Hybris2BMECatMimePurposeMapping attribute. |
Map<EnumerationValue,EnumerationValue> |
getAllPriceTypeMapping(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.priceTypeMapping attribute. |
BMECatExportCronJob |
getBmeCatExportCronJob(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.bmeCatExportCronJob attribute. |
String |
getClassificationSystemNumberFormat(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.ClassificationSystemNumberFormat attribute. |
Collection<ClassificationSystemVersion> |
getClassificationSystemVersions(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.classificationSystemVersions attribute. |
Integer |
getExistedProductSize(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.existedProductSize attribute. |
CatalogVersion |
getExportCatalogVersion(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.exportCatalogVersion attribute. |
Currency |
getExportCurrency(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.exportCurrency attribute. |
BMECatJobMedia |
getExportedMedias(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.exportedMedias attribute. |
Integer |
getExportedProductSize(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.exportedProductSize attribute. |
JobMedia |
getJobMedia(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.jobMedia attribute. |
Customer |
getReferenceCustomer(SessionContext ctx)
Always return (and write back) anonymous customer m if value was null.
|
Date |
getReferenceDate(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.referenceDate attribute. |
EnumerationValue |
getTransactionMode(SessionContext ctx) |
void |
initialize(WizardEditorContext ctx)
Called to initialize the wizard immediately after the item editor creates the WizardEditorContext.
|
Boolean |
isSuppressEmptyCategories(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.suppressEmptyCategories attribute. |
Boolean |
isSuppressProductsWithoutPrice(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.suppressProductsWithoutPrice attribute. |
Boolean |
isUdpNet(SessionContext ctx)
Generated method - Getter of the
BMECatExportWizard.udpNet attribute. |
void |
pollStatus(WizardEditorContext ctx)
Called during processing mode every time the wizards refreshes its status information.
|
protected void |
presetCurrency(WizardEditorContext ctx) |
void |
remove(SessionContext ctx)
Remove the underlying export cronjob if it was ended successfully.
|
void |
setAllHybris2BMECatMimePurposeMapping(SessionContext ctx,
Map<EnumerationValue,EnumerationValue> param)
Generated method - Setter of the
BMECatExportWizard.Hybris2BMECatMimePurposeMapping attribute. |
void |
setAllPriceTypeMapping(SessionContext ctx,
Map<EnumerationValue,EnumerationValue> param)
Generated method - Setter of the
BMECatExportWizard.priceTypeMapping attribute. |
void |
setClassificationSystemNumberFormat(SessionContext ctx,
String param)
Generated method - Setter of the
BMECatExportWizard.ClassificationSystemNumberFormat attribute. |
void |
setClassificationSystemVersions(SessionContext ctx,
Collection param)
Generated method - Setter of the
BMECatExportWizard.classificationSystemVersions attribute. |
void |
setExportCatalogVersion(SessionContext ctx,
CatalogVersion version)
Generated method - Setter of the
BMECatExportWizard.exportCatalogVersion attribute. |
void |
setExportCurrency(SessionContext ctx,
Currency param)
Generated method - Setter of the
BMECatExportWizard.exportCurrency attribute. |
void |
setExportedMedias(SessionContext ctx,
BMECatJobMedia medias)
Generated method - Setter of the
BMECatExportWizard.exportedMedias attribute. |
void |
setReferenceCustomer(SessionContext ctx,
Customer customer)
Always set anonymous customer m if value is null.
|
void |
setReferenceDate(SessionContext ctx,
Date date)
Generated method - Setter of the
BMECatExportWizard.referenceDate attribute. |
void |
setSuppressEmptyCategories(SessionContext ctx,
Boolean param)
Generated method - Setter of the
BMECatExportWizard.suppressEmptyCategories attribute. |
void |
setSuppressProductsWithoutPrice(SessionContext ctx,
Boolean param)
Generated method - Setter of the
BMECatExportWizard.suppressProductsWithoutPrice attribute. |
void |
setTransactionMode(SessionContext ctx,
EnumerationValue mode) |
void |
setUdpNet(SessionContext ctx,
Boolean param)
Generated method - Setter of the
BMECatExportWizard.udpNet attribute. |
void |
start(WizardEditorContext ctx)
Called if the user requests the wizard to start its actions.
|
void |
tabChanges(WizardEditorContext ctx,
String fromTabName,
String toTabName)
Called before the current tab is changed.
|
void |
validate(WizardEditorContext ctx,
String fromTab,
String toTab)
Called before
tab is changed
start event delivered
or if validation was explicitely requested.
|
getAllHybris2BMECatMimePurposeMapping, getAllPriceTypeMapping, getBmeCatExportCronJob, getClassificationSystemNumberFormat, getClassificationSystemVersions, getExistedProductSize, getExistedProductSizeAsPrimitive, getExistedProductSizeAsPrimitive, getExportCatalogVersion, getExportCurrency, getExportedMedias, getExportedProductSize, getExportedProductSizeAsPrimitive, getExportedProductSizeAsPrimitive, getExportLanguages, getExportLanguages, getJobMedia, getReferenceCustomer, getReferenceDate, isSuppressEmptyCategories, isSuppressEmptyCategoriesAsPrimitive, isSuppressEmptyCategoriesAsPrimitive, isSuppressProductsWithoutPrice, isSuppressProductsWithoutPriceAsPrimitive, isSuppressProductsWithoutPriceAsPrimitive, isUdpNet, isUdpNetAsPrimitive, isUdpNetAsPrimitive, setAllHybris2BMECatMimePurposeMapping, setAllPriceTypeMapping, setClassificationSystemNumberFormat, setClassificationSystemVersions, setExportCatalogVersion, setExportCurrency, setExportedMedias, setExportLanguages, setExportLanguages, setReferenceCustomer, setReferenceDate, setSuppressEmptyCategories, setSuppressEmptyCategories, setSuppressEmptyCategories, setSuppressProductsWithoutPrice, setSuppressProductsWithoutPrice, setSuppressProductsWithoutPrice, setUdpNet, setUdpNet, setUdpNetabortProcessing, appendLocalizedTemplateString, close, createItem, doGetAttribute, doSetAttribute, endProcessing, getLocalizedTemplateString, isCloseAllowed, provideComposedType, provideCreationTime, provideModificationTime, providePK, removeJaloOnly, setClosedAllowed, startProcessing, validategetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getDefaultAttributeModes, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getNonInitialAttributes, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacegetImplementation, setTenantpublic CatalogVersion getExportCatalogVersion(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.exportCatalogVersion attribute.getExportCatalogVersion in class GeneratedBMECatExportWizardpublic EnumerationValue getTransactionMode(SessionContext ctx)
public Collection<ClassificationSystemVersion> getClassificationSystemVersions(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.classificationSystemVersions attribute.getClassificationSystemVersions in class GeneratedBMECatExportWizardpublic String getClassificationSystemNumberFormat(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.ClassificationSystemNumberFormat attribute.getClassificationSystemNumberFormat in class GeneratedBMECatExportWizardpublic Map<EnumerationValue,EnumerationValue> getAllHybris2BMECatMimePurposeMapping(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.Hybris2BMECatMimePurposeMapping attribute.getAllHybris2BMECatMimePurposeMapping in class GeneratedBMECatExportWizardpublic BMECatJobMedia getExportedMedias(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.exportedMedias attribute.getExportedMedias in class GeneratedBMECatExportWizardpublic void setExportCatalogVersion(SessionContext ctx, CatalogVersion version)
GeneratedBMECatExportWizardBMECatExportWizard.exportCatalogVersion attribute.setExportCatalogVersion in class GeneratedBMECatExportWizardversion - the exportCatalogVersion - CatalogVersion to exportpublic Integer getExportedProductSize(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.exportedProductSize attribute.getExportedProductSize in class GeneratedBMECatExportWizardpublic Integer getExistedProductSize(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.existedProductSize attribute.getExistedProductSize in class GeneratedBMECatExportWizardpublic void setTransactionMode(SessionContext ctx, EnumerationValue mode)
public void setClassificationSystemVersions(SessionContext ctx, Collection param)
GeneratedBMECatExportWizardBMECatExportWizard.classificationSystemVersions attribute.setClassificationSystemVersions in class GeneratedBMECatExportWizardparam - the classificationSystemVersionspublic void setAllHybris2BMECatMimePurposeMapping(SessionContext ctx, Map<EnumerationValue,EnumerationValue> param)
GeneratedBMECatExportWizardBMECatExportWizard.Hybris2BMECatMimePurposeMapping attribute.setAllHybris2BMECatMimePurposeMapping in class GeneratedBMECatExportWizardparam - the Hybris2BMECatMimePurposeMappingpublic void setExportedMedias(SessionContext ctx, BMECatJobMedia medias)
GeneratedBMECatExportWizardBMECatExportWizard.exportedMedias attribute.setExportedMedias in class GeneratedBMECatExportWizardmedias - the exportedMediaspublic void remove(SessionContext ctx) throws ConsistencyCheckException
remove in class Itemctx - A SessionContext objectConsistencyCheckException - if this item could not be removed for some reasonprotected void checkBeforeStart(WizardEditorContext ctx) throws VetoException
VetoExceptionprotected void checkAfterEssentials(WizardEditorContext ctx) throws VetoException
VetoExceptionpublic void start(WizardEditorContext ctx) throws VetoException
WizardBusinessItemstart in class WizardBusinessItemctx - the wizard editor contextVetoException - to signal that the wizard cannot be started right nowpublic void pollStatus(WizardEditorContext ctx)
WizardBusinessItemWizardEditorContext.setStatus(String, int, boolean) to update the displayed status.
The method is called before the wizard is rendered. So changing the procesing mode here is allowed.
pollStatus in class WizardBusinessItemctx - the wizard editor contextWizardBusinessItem.pollStatus(de.hybris.platform.hmc.jalo.WizardEditorContext)public void tabChanges(WizardEditorContext ctx, String fromTabName, String toTabName) throws VetoException
WizardBusinessItemVetoException must be raised. In this case a error popup is shown.tabChanges in class WizardBusinessItemctx - the wizard editor contextfromTabName - the current tab nametoTabName - the new tab nameVetoException - to signal the tab cannot be changed right nowWizardBusinessItem.tabChanges(de.hybris.platform.hmc.jalo.WizardEditorContext,
java.lang.String, java.lang.String)protected void presetCurrency(WizardEditorContext ctx)
public void initialize(WizardEditorContext ctx)
WizardBusinessIteminitialize in class WizardBusinessItemctx - the wizard editor contextprotected Map createHybris2BMECatDefaultMediaMapping(ComposedType targetType)
public BMECatExportCronJob getBmeCatExportCronJob(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.bmeCatExportCronJob attribute.getBmeCatExportCronJob in class GeneratedBMECatExportWizardpublic JobMedia getJobMedia(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.jobMedia attribute.getJobMedia in class GeneratedBMECatExportWizardpublic Map<EnumerationValue,EnumerationValue> getAllPriceTypeMapping(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.priceTypeMapping attribute.getAllPriceTypeMapping in class GeneratedBMECatExportWizardpublic void setAllPriceTypeMapping(SessionContext ctx, Map<EnumerationValue,EnumerationValue> param)
GeneratedBMECatExportWizardBMECatExportWizard.priceTypeMapping attribute.setAllPriceTypeMapping in class GeneratedBMECatExportWizardparam - the priceTypeMappingpublic Boolean isUdpNet(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.udpNet attribute.isUdpNet in class GeneratedBMECatExportWizardpublic Date getReferenceDate(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.referenceDate attribute.getReferenceDate in class GeneratedBMECatExportWizardpublic Customer getReferenceCustomer(SessionContext ctx)
getReferenceCustomer in class GeneratedBMECatExportWizardpublic void setUdpNet(SessionContext ctx, Boolean param)
GeneratedBMECatExportWizardBMECatExportWizard.udpNet attribute.setUdpNet in class GeneratedBMECatExportWizardparam - the udpNetpublic void setReferenceDate(SessionContext ctx, Date date)
GeneratedBMECatExportWizardBMECatExportWizard.referenceDate attribute.setReferenceDate in class GeneratedBMECatExportWizarddate - the referenceDatepublic void setReferenceCustomer(SessionContext ctx, Customer customer)
setReferenceCustomer in class GeneratedBMECatExportWizardcustomer - the referenceCustomerpublic void setExportCurrency(SessionContext ctx, Currency param)
GeneratedBMECatExportWizardBMECatExportWizard.exportCurrency attribute.setExportCurrency in class GeneratedBMECatExportWizardparam - the exportCurrencypublic void setClassificationSystemNumberFormat(SessionContext ctx, String param)
GeneratedBMECatExportWizardBMECatExportWizard.ClassificationSystemNumberFormat attribute.setClassificationSystemNumberFormat in class GeneratedBMECatExportWizardparam - the ClassificationSystemNumberFormatpublic Currency getExportCurrency(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.exportCurrency attribute.getExportCurrency in class GeneratedBMECatExportWizardpublic Boolean isSuppressEmptyCategories(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.suppressEmptyCategories attribute.isSuppressEmptyCategories in class GeneratedBMECatExportWizardpublic void setSuppressEmptyCategories(SessionContext ctx, Boolean param)
GeneratedBMECatExportWizardBMECatExportWizard.suppressEmptyCategories attribute.setSuppressEmptyCategories in class GeneratedBMECatExportWizardparam - the suppressEmptyCategoriespublic Boolean isSuppressProductsWithoutPrice(SessionContext ctx)
GeneratedBMECatExportWizardBMECatExportWizard.suppressProductsWithoutPrice attribute.isSuppressProductsWithoutPrice in class GeneratedBMECatExportWizardpublic void setSuppressProductsWithoutPrice(SessionContext ctx, Boolean param)
GeneratedBMECatExportWizardBMECatExportWizard.suppressProductsWithoutPrice attribute.setSuppressProductsWithoutPrice in class GeneratedBMECatExportWizardparam - the suppressProductsWithoutPricepublic void validate(WizardEditorContext ctx, String fromTab, String toTab) throws ValidationException
WizardBusinessItem
To check current input values use ItemEditorContext.getCurrentValue(String).
To signal an error a ValidationException must be raised. The actual event (tab change or start of this
wizard) is not executed in this case but a error popup is shown.
Additionally erroneous fields may be marked via ItemEditorContext.showError(String, String).
Make sure that always super.validate is called !
validate in class WizardBusinessItemctx - the wizard editor contextfromTab - the tab which is being lefttoTab - the new target tabValidationExceptionWizardBusinessItem.validate(de.hybris.platform.hmc.jalo.WizardEditorContext,
java.lang.String, java.lang.String)Copyright © 2017 SAP SE. All Rights Reserved.