Uses of Class
de.hybris.platform.patches.data.ImpexImportUnit
Packages that use ImpexImportUnit
Package
Description
-
Uses of ImpexImportUnit in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions that return ImpexImportUnitModifier and TypeMethodDescriptionprotected ImpexImportUnitImportPatchAction.createGlobalUnit(String basePath, String fileName, String filePrefix) This method createsImpexImportUnitfor global data (not related with organisation unit).Methods in de.hybris.platform.patches.actions that return types with arguments of type ImpexImportUnitModifier and TypeMethodDescriptionprotected List<ImpexImportUnit>ImportPatchAction.createLanguageVariantsForUnit(ImpexImportUnit unit, ImportLanguage language) This method gets given basic unit and clone it to have: unit that have file name with country isocode suffix.Methods in de.hybris.platform.patches.actions with parameters of type ImpexImportUnitModifier and TypeMethodDescriptionprotected List<ImpexImportUnit>ImportPatchAction.createLanguageVariantsForUnit(ImpexImportUnit unit, ImportLanguage language) This method gets given basic unit and clone it to have: unit that have file name with country isocode suffix.protected voidImportPatchAction.updatedHeaderOptionsWithLanguageAndAddLangFileSuffix(ImpexImportUnit unit, ImportLanguage language) This method updates file name with "_lang" suffix.
CheckImportPatchAction.updatedFilePathWithString(ImpexImportUnit, String).
It also extends unit with new option:
$lang=[isocode]protected voidImportPatchAction.updateHeaderOptionsWithLanguage(ImpexImportUnit unit, ImportLanguage language) This method extends unit with new option:
$lang=[isocode] -
Uses of ImpexImportUnit in de.hybris.platform.patches.data
Methods in de.hybris.platform.patches.data that return ImpexImportUnitModifier and TypeMethodDescriptionImpexImportUnit.clone()protected ImpexImportUnitImpexImportUnit.clone(ImpexImportUnit clone) ImpexImportUnitResult.getImpexImportUnit()Methods in de.hybris.platform.patches.data that return types with arguments of type ImpexImportUnitMethods in de.hybris.platform.patches.data with parameters of type ImpexImportUnitModifier and TypeMethodDescriptionvoidImpexImportPack.addImportUnit(ImpexImportUnit importUnit) protected ImpexImportUnitImpexImportUnit.clone(ImpexImportUnit clone) voidImpexImportUnitResult.setImpexImportUnit(ImpexImportUnit impexImportUnit) Method parameters in de.hybris.platform.patches.data with type arguments of type ImpexImportUnitModifier and TypeMethodDescriptionvoidImpexImportPack.setImportUnits(List<ImpexImportUnit> importUnits) -
Uses of ImpexImportUnit in de.hybris.platform.patches.service
Methods in de.hybris.platform.patches.service with parameters of type ImpexImportUnitModifier and TypeMethodDescriptionPatchImportService.getStreamForImpexImportUnit(ImpexImportUnit impexImportUnit) Method prepares SequenceInputStream based on impexImportUnit.PatchImportService.importImpexUnit(ImpexImportUnit impexImportUnit) Method for importing impex data based on ImpexImportUnit.PatchImportService.importImpexUnitWithoutTracking(ImpexImportUnit impexImportUnit) Method is workaround not to execute the aspect. -
Uses of ImpexImportUnit in de.hybris.platform.patches.service.impl
Methods in de.hybris.platform.patches.service.impl with parameters of type ImpexImportUnitModifier and TypeMethodDescriptionDefaultPatchImportService.getStreamForImpexImportUnit(ImpexImportUnit impexImportUnit) DefaultPatchImportService.importImpexUnit(ImpexImportUnit impexImportUnit) DefaultPatchImportService.importImpexUnitWithoutTracking(ImpexImportUnit impexImportUnit)