Uses of Interface
de.hybris.platform.patches.organisation.ImportLanguage
-
-
Uses of ImportLanguage in de.hybris.platform.patches
Method parameters in de.hybris.platform.patches with type arguments of type ImportLanguage Modifier and Type Method Description protected voidAbstractPatch. importData(java.lang.String fileName, ImportOrganisationUnit organisationUnit, java.util.Collection<ImportLanguage> languages, boolean runAgain, ImpexImportUnitOption[] importOptions, ImpexHeaderOption[][] headerOptions)Imports impex data for given organisation and languages.protected voidAbstractPatch. importGlobalData(java.lang.String fileName, java.util.Collection<ImportLanguage> languages, boolean runAgain)Imports global impex data for given languages.protected voidAbstractPatch. importGlobalData(java.lang.String fileName, java.util.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 ImportLanguage 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]Method parameters in de.hybris.platform.patches.actions with type arguments of type ImportLanguage 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. -
Uses of ImportLanguage in de.hybris.platform.patches.organisation
Methods in de.hybris.platform.patches.organisation that return types with arguments of type ImportLanguage Modifier and Type Method Description java.util.Collection<ImportLanguage>ImportOrganisationUnit. 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 ImportLanguage Modifier and Type Class Description static classStructureStateUtilsTest.TestLanguageMethods in de.hybris.platform.patches.utils that return types with arguments of type ImportLanguage Modifier and Type Method Description static java.util.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 java.util.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 java.util.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 ImportLanguage Modifier and Type Method Description voidDemoPatch. createGlobalData(java.util.Set<ImportLanguage> languages, boolean updateLanguagesOnly)Creates global data for given languages.voidMinorErrorPatch. createGlobalData(java.util.Set<ImportLanguage> languages, boolean updateLanguagesOnly)voidPatch1x0. createGlobalData(java.util.Set<ImportLanguage> languages, boolean updateLanguagesOnly)voidPatch2x0. createGlobalData(java.util.Set<ImportLanguage> languages, boolean updateLanguagesOnly)default voidSimpleDemoPatch. createGlobalData(java.util.Set<ImportLanguage> languages, boolean updateLanguagesOnly)voidDemoPatch. createShopData(ShopOrganisation unit, java.util.Set<ImportLanguage> languages, boolean updateLanguagesOnly)Creates shop specific data.voidMinorErrorPatch. createShopData(ShopOrganisation unit, java.util.Set<ImportLanguage> languages, boolean updateLanguages)voidPatch1x0. createShopData(ShopOrganisation unit, java.util.Set<ImportLanguage> languages, boolean updateLanguages)voidPatch2x0. createShopData(ShopOrganisation unit, java.util.Set<ImportLanguage> languages, boolean updateLanguages)default voidSimpleDemoPatch. createShopData(ShopOrganisation unit, java.util.Set<ImportLanguage> languages, boolean updateLanguagesOnly)protected voidAbstractDemoPatch. importShopCatalogVersionSpecificData(java.lang.String fileName, java.util.Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain)protected voidAbstractDemoPatch. importShopCatalogVersionSpecificData(java.lang.String fileName, java.util.Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain, ImpexImportUnitOption[] importOptions)protected voidAbstractDemoPatch. importShopSpecificData(java.lang.String fileName, java.util.Set<ImportLanguage> languages, ShopOrganisation shopOrganisation, boolean runAgain)protected voidAbstractDemoPatch. importShopSpecificData(java.lang.String fileName, java.util.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 ImportLanguage Modifier and Type Class Description classLanguageExample of languages enumeration used in import process.Methods in de.hybris.platform.patchesdemo.structure that return types with arguments of type ImportLanguage Modifier and Type Method Description java.util.Collection<ImportLanguage>CountryOrganisation. getLanguages()java.util.Collection<ImportLanguage>ShopOrganisation. getLanguages()
-