Uses of Enum Class
de.hybris.platform.patches.data.ImpexImportUnitOption
Packages that use ImpexImportUnitOption
Package
Description
-
Uses of ImpexImportUnitOption in de.hybris.platform.patches
Methods in de.hybris.platform.patches with parameters of type ImpexImportUnitOptionModifier and TypeMethodDescriptionprotected voidAbstractPatch.importData(String fileName, ImportOrganisationUnit organisationUnit, Collection<ImportLanguage> languages, boolean runAgain, ImpexImportUnitOption[] importOptions, ImpexHeaderOption[][] headerOptions) Imports impex data for given organisation and languages.protected voidAbstractPatch.importGlobalData(String fileName, Collection<ImportLanguage> languages, boolean runAgain, ImpexImportUnitOption[] importOptions) Imports global impex data for given languages. -
Uses of ImpexImportUnitOption in de.hybris.platform.patches.data
Methods in de.hybris.platform.patches.data that return ImpexImportUnitOptionModifier and TypeMethodDescriptionImpexImportUnit.getImpexImportUnitOptions()static ImpexImportUnitOptionReturns the enum constant of this class with the specified name.static ImpexImportUnitOption[]ImpexImportUnitOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.patches.data with parameters of type ImpexImportUnitOptionModifier and TypeMethodDescriptionvoidImpexImportUnit.addImpexImportUnitOption(ImpexImportUnitOption importUnitOptionToAdd) Adds impexImportUnitOption to existing list.voidImpexImportUnit.setImpexImportUnitOptions(ImpexImportUnitOption[] impexImportUnitOptions) -
Uses of ImpexImportUnitOption in de.hybris.platform.patchesdemo.release
Methods in de.hybris.platform.patchesdemo.release with parameters of type ImpexImportUnitOptionModifier and TypeMethodDescriptionprotected voidAbstractDemoPatch.importCountryData(String fileName, CountryOrganisation countryOrganisationn, ImpexImportUnitOption[] importOptions) protected voidAbstractDemoPatch.importShopCatalogVersionSpecificData(String fileName, Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain, ImpexImportUnitOption[] importOptions) protected voidAbstractDemoPatch.importShopSpecificData(String fileName, Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain, ImpexImportUnitOption[] importOptions)