Uses of Class
de.hybris.platform.patches.data.ImpexImportPack
-
Packages that use ImpexImportPack Package Description de.hybris.platform.patches.actions de.hybris.platform.patches.data -
-
Uses of ImpexImportPack in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions that return ImpexImportPack Modifier and Type Method Description protected ImpexImportPackImportPatchAction. createGlobalPack(java.lang.String basePath, java.lang.String fileName, java.lang.String filePrefix)This method createsImpexImportPack(not language specific).protected ImpexImportPackImportPatchAction. createOrganisationPacks(java.lang.String basePath, java.lang.String fileName, java.lang.String filePrefix, ImportOrganisationUnit unit)This method creates baseImpexImportPack(without languages and options) for givenImportOrganisationUnit.Methods in de.hybris.platform.patches.actions that return types with arguments of type ImpexImportPack Modifier and Type Method Description protected java.util.List<ImpexImportPack>ImportPatchAction. createLanguagesVariantsForUnit(ImpexImportPack pack, java.util.Collection<ImportLanguage> languages)This method creates unit packages for given array of languages.protected java.util.List<ImpexImportPack>ImportPatchAction. useHeaderOptions(java.util.List<ImpexImportPack> importPacks, ImpexHeaderOption[][] dataHeaderOptions)If dataHeaderOptions is empty this method will return importPacks directly.Methods in de.hybris.platform.patches.actions with parameters of type ImpexImportPack Modifier and Type Method Description protected java.util.List<ImpexImportPack>ImportPatchAction. createLanguagesVariantsForUnit(ImpexImportPack pack, java.util.Collection<ImportLanguage> languages)This method creates unit packages for given array of languages.Method parameters in de.hybris.platform.patches.actions with type arguments of type ImpexImportPack Modifier and Type Method Description protected booleanImportPatchAction. importPacks(java.util.List<ImpexImportPack> importPacks, java.lang.String fileName)Iterates over packs and import them by usingPatchImportService.importImpexUnit(ImpexImportUnit).protected voidImportPatchAction. updateImpexOptions(java.util.List<ImpexImportPack> importPackList, PatchActionData data)This method will update all ImpexImportUnits that belong to given importPackList with ImpexImportUnitOptions in case there were defined in data object.protected java.util.List<ImpexImportPack>ImportPatchAction. useHeaderOptions(java.util.List<ImpexImportPack> importPacks, ImpexHeaderOption[][] dataHeaderOptions)If dataHeaderOptions is empty this method will return importPacks directly. -
Uses of ImpexImportPack in de.hybris.platform.patches.data
Methods in de.hybris.platform.patches.data that return ImpexImportPack Modifier and Type Method Description ImpexImportPackImpexImportPack. clone()protected ImpexImportPackImpexImportPack. clone(ImpexImportPack clone)Methods in de.hybris.platform.patches.data with parameters of type ImpexImportPack Modifier and Type Method Description protected ImpexImportPackImpexImportPack. clone(ImpexImportPack clone)
-