Uses of Interface
de.hybris.platform.patches.organisation.ImportLanguage
Packages that use ImportLanguage
Package
Description
-
Uses of ImportLanguage in de.hybris.platform.patches
Method parameters in de.hybris.platform.patches with type arguments of type ImportLanguageModifier and TypeMethodDescriptionprotected voidAbstractPatch.importData(String fileName, ImportOrganisationUnit organisationUnit, Collection<ImportLanguage> languages, boolean runAgain, ImpexImportUnitOption[] importOptions, ImpexHeaderOption[][] headerOptions) Imports impex data for given organisation and languages.protected voidAbstractPatch.importGlobalData(String fileName, Collection<ImportLanguage> languages, boolean runAgain) Imports global impex data for given languages.protected voidAbstractPatch.importGlobalData(String fileName, Collection<ImportLanguage> languages, boolean runAgain, ImpexImportUnitOption[] importOptions) Imports global impex data for given languages. -
Uses of ImportLanguage in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions with parameters of type ImportLanguageModifier 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]Method parameters in de.hybris.platform.patches.actions with type arguments of type ImportLanguageModifier and TypeMethodDescriptionprotected List<ImpexImportPack>ImportPatchAction.createLanguagesVariantsForUnit(ImpexImportPack pack, Collection<ImportLanguage> languages) This method creates unit packages for given array of languages. -
Uses of ImportLanguage in de.hybris.platform.patches.organisation
Methods in de.hybris.platform.patches.organisation that return types with arguments of type ImportLanguageModifier and TypeMethodDescriptionImportOrganisationUnit.getLanguages()Get list of languages for given organisation unit. -
Uses of ImportLanguage in de.hybris.platform.patches.utils
Classes in de.hybris.platform.patches.utils that implement ImportLanguageMethods in de.hybris.platform.patches.utils that return types with arguments of type ImportLanguageModifier and TypeMethodDescriptionstatic Set<ImportLanguage>StructureStateUtils.getAllGlobalLanguages(ImportOrganisationUnit[] units, StructureState structureState) This method returns set of languages that were defined for ImportOrganisationUnit-s introduced until given structureState (including).static Set<ImportLanguage>StructureStateUtils.getNewGlobalLanguages(ImportOrganisationUnit[] units, StructureState structureState) This method returns set of languages that were defined for ImportOrganisationUnit introduced in given structureState (and were not used in any structureState before).
It means that: languages that were used by organisation that were defined in given structureState are added to result languages that were used by organisation that were defined in previous structureStates are extracted from resultstatic Set<ImportLanguage>StructureStateUtils.getNewLanguages(ImportOrganisationUnit unit, StructureState structureState) This method returns set of languages that were defined for child ImportOrganisationUnit introduced in given structureState (and were not used in any structureState before). -
Uses of ImportLanguage in de.hybris.platform.patchesdemo.release
Method parameters in de.hybris.platform.patchesdemo.release with type arguments of type ImportLanguageModifier and TypeMethodDescriptionvoidDemoPatch.createGlobalData(Set<ImportLanguage> languages, boolean updateLanguagesOnly) Creates global data for given languages.voidMinorErrorPatch.createGlobalData(Set<ImportLanguage> languages, boolean updateLanguagesOnly) voidPatch1x0.createGlobalData(Set<ImportLanguage> languages, boolean updateLanguagesOnly) voidPatch2x0.createGlobalData(Set<ImportLanguage> languages, boolean updateLanguagesOnly) default voidSimpleDemoPatch.createGlobalData(Set<ImportLanguage> languages, boolean updateLanguagesOnly) voidDemoPatch.createShopData(ShopOrganisation unit, Set<ImportLanguage> languages, boolean updateLanguagesOnly) Creates shop specific data.voidMinorErrorPatch.createShopData(ShopOrganisation unit, Set<ImportLanguage> languages, boolean updateLanguages) voidPatch1x0.createShopData(ShopOrganisation unit, Set<ImportLanguage> languages, boolean updateLanguages) voidPatch2x0.createShopData(ShopOrganisation unit, Set<ImportLanguage> languages, boolean updateLanguages) default voidSimpleDemoPatch.createShopData(ShopOrganisation unit, Set<ImportLanguage> languages, boolean updateLanguagesOnly) protected voidAbstractDemoPatch.importShopCatalogVersionSpecificData(String fileName, Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain) protected voidAbstractDemoPatch.importShopCatalogVersionSpecificData(String fileName, Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain, ImpexImportUnitOption[] importOptions) protected voidAbstractDemoPatch.importShopSpecificData(String fileName, Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain) protected voidAbstractDemoPatch.importShopSpecificData(String fileName, Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain, ImpexImportUnitOption[] importOptions) -
Uses of ImportLanguage in de.hybris.platform.patchesdemo.structure
Classes in de.hybris.platform.patchesdemo.structure that implement ImportLanguageModifier and TypeClassDescriptionenumExample of languages enumeration used in import process.Methods in de.hybris.platform.patchesdemo.structure that return types with arguments of type ImportLanguageModifier and TypeMethodDescriptionCountryOrganisation.getLanguages()ShopOrganisation.getLanguages()