Uses of Class
de.hybris.platform.patches.data.ImpexImportPack
Packages that use ImpexImportPack
-
Uses of ImpexImportPack in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions that return ImpexImportPackModifier and TypeMethodDescriptionprotected ImpexImportPackImportPatchAction.createGlobalPack(String basePath, String fileName, String filePrefix) This method createsImpexImportPack(not language specific).protected ImpexImportPackImportPatchAction.createOrganisationPacks(String basePath, String fileName, 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 ImpexImportPackModifier and TypeMethodDescriptionprotected List<ImpexImportPack>ImportPatchAction.createLanguagesVariantsForUnit(ImpexImportPack pack, Collection<ImportLanguage> languages) This method creates unit packages for given array of languages.protected List<ImpexImportPack>ImportPatchAction.useHeaderOptions(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 ImpexImportPackModifier and TypeMethodDescriptionprotected List<ImpexImportPack>ImportPatchAction.createLanguagesVariantsForUnit(ImpexImportPack pack, 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 ImpexImportPackModifier and TypeMethodDescriptionprotected booleanImportPatchAction.importPacks(List<ImpexImportPack> importPacks, String fileName) Iterates over packs and import them by usingPatchImportService.importImpexUnit(ImpexImportUnit).protected voidImportPatchAction.updateImpexOptions(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 List<ImpexImportPack>ImportPatchAction.useHeaderOptions(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 ImpexImportPackModifier and TypeMethodDescriptionImpexImportPack.clone()protected ImpexImportPackImpexImportPack.clone(ImpexImportPack clone) Methods in de.hybris.platform.patches.data with parameters of type ImpexImportPackModifier and TypeMethodDescriptionprotected ImpexImportPackImpexImportPack.clone(ImpexImportPack clone)