Uses of Class
de.hybris.platform.patches.data.ImpexImportUnit
-
Packages that use ImpexImportUnit Package Description de.hybris.platform.patches.actions de.hybris.platform.patches.data de.hybris.platform.patches.service de.hybris.platform.patches.service.impl -
-
Uses of ImpexImportUnit in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions that return ImpexImportUnit Modifier and Type Method Description protected ImpexImportUnitImportPatchAction. createGlobalUnit(java.lang.String basePath, java.lang.String fileName, java.lang.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 ImpexImportUnit Modifier and Type Method Description protected java.util.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 ImpexImportUnit Modifier and Type Method Description protected java.util.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 ImpexImportUnit Modifier and Type Method Description ImpexImportUnitImpexImportUnit. clone()protected ImpexImportUnitImpexImportUnit. clone(ImpexImportUnit clone)ImpexImportUnitImpexImportUnitResult. getImpexImportUnit()Methods in de.hybris.platform.patches.data that return types with arguments of type ImpexImportUnit Modifier and Type Method Description java.util.List<ImpexImportUnit>ImpexImportPack. getImportUnits()Methods in de.hybris.platform.patches.data with parameters of type ImpexImportUnit Modifier and Type Method Description voidImpexImportPack. 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 ImpexImportUnit Modifier and Type Method Description voidImpexImportPack. setImportUnits(java.util.List<ImpexImportUnit> importUnits) -
Uses of ImpexImportUnit in de.hybris.platform.patches.service
Methods in de.hybris.platform.patches.service with parameters of type ImpexImportUnit Modifier and Type Method Description java.io.SequenceInputStreamPatchImportService. getStreamForImpexImportUnit(ImpexImportUnit impexImportUnit)Method prepares SequenceInputStream based on impexImportUnit.ImpexImportUnitResultPatchImportService. importImpexUnit(ImpexImportUnit impexImportUnit)Method for importing impex data based on ImpexImportUnit.ImpexImportUnitResultPatchImportService. 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 ImpexImportUnit Modifier and Type Method Description java.io.SequenceInputStreamDefaultPatchImportService. getStreamForImpexImportUnit(ImpexImportUnit impexImportUnit)ImpexImportUnitResultDefaultPatchImportService. importImpexUnit(ImpexImportUnit impexImportUnit)ImpexImportUnitResultDefaultPatchImportService. importImpexUnitWithoutTracking(ImpexImportUnit impexImportUnit)
-