Uses of Class
de.hybris.platform.patches.data.ImpexImportUnitOption
-
Packages that use ImpexImportUnitOption Package Description de.hybris.platform.patches de.hybris.platform.patches.data de.hybris.platform.patchesdemo.release -
-
Uses of ImpexImportUnitOption in de.hybris.platform.patches
Methods in de.hybris.platform.patches with parameters of type ImpexImportUnitOption Modifier and Type Method Description protected voidAbstractPatch. importData(java.lang.String fileName, ImportOrganisationUnit organisationUnit, java.util.Collection<ImportLanguage> languages, boolean runAgain, ImpexImportUnitOption[] importOptions, ImpexHeaderOption[][] headerOptions)Imports impex data for given organisation and languages.protected voidAbstractPatch. importGlobalData(java.lang.String fileName, java.util.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 ImpexImportUnitOption Modifier and Type Method Description ImpexImportUnitOption[]ImpexImportUnit. getImpexImportUnitOptions()static ImpexImportUnitOptionImpexImportUnitOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImpexImportUnitOption[]ImpexImportUnitOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.patches.data with parameters of type ImpexImportUnitOption Modifier and Type Method Description voidImpexImportUnit. 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 ImpexImportUnitOption Modifier and Type Method Description protected voidAbstractDemoPatch. importCountryData(java.lang.String fileName, CountryOrganisation countryOrganisationn, ImpexImportUnitOption[] importOptions)protected voidAbstractDemoPatch. importShopCatalogVersionSpecificData(java.lang.String fileName, java.util.Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain, ImpexImportUnitOption[] importOptions)protected voidAbstractDemoPatch. importShopSpecificData(java.lang.String fileName, java.util.Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain, ImpexImportUnitOption[] importOptions)
-