Uses of Interface
de.hybris.platform.patches.organisation.ImportOrganisationUnit
Packages that use ImportOrganisationUnit
Package
Description
-
Uses of ImportOrganisationUnit in de.hybris.platform.patches
Methods in de.hybris.platform.patches with parameters of type ImportOrganisationUnitModifier and TypeMethodDescriptionprotected voidAbstractPatch.executeUpdateOnDB(String actionName, String query, ImportOrganisationUnit organisationUnit) Executes direct SQL update for specified query.protected voidAbstractPatch.importData(String fileName, ImportOrganisationUnit organisationUnit, Collection<ImportLanguage> languages, boolean runAgain, ImpexImportUnitOption[] importOptions, ImpexHeaderOption[][] headerOptions) Imports impex data for given organisation and languages. -
Uses of ImportOrganisationUnit in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions that return types with arguments of type ImportOrganisationUnitModifier and TypeMethodDescriptionprotected List<ImportOrganisationUnit>ImportPatchAction.createUnitHierarchy(ImportOrganisationUnit unit) This method creates for givenImportOrganisationUnita hierarchy path (list of parent units) starting from one that is on top of hierarchy.Methods in de.hybris.platform.patches.actions with parameters of type ImportOrganisationUnitModifier and TypeMethodDescriptionprotected ImpexImportPackImportPatchAction.createOrganisationPacks(String basePath, String fileName, String filePrefix, ImportOrganisationUnit unit) This method creates baseImpexImportPack(without languages and options) for givenImportOrganisationUnit.protected List<ImportOrganisationUnit>ImportPatchAction.createUnitHierarchy(ImportOrganisationUnit unit) This method creates for givenImportOrganisationUnita hierarchy path (list of parent units) starting from one that is on top of hierarchy.Method parameters in de.hybris.platform.patches.actions with type arguments of type ImportOrganisationUnitModifier and TypeMethodDescriptionImportPatchAction.createPaths(List<ImportOrganisationUnit> hierarchy, String basePath, String fileName) This method iterates over unit hierarchy and creates all possible (valid) paths where file that should be imported can be located. -
Uses of ImportOrganisationUnit in de.hybris.platform.patches.actions.data
Fields in de.hybris.platform.patches.actions.data declared as ImportOrganisationUnitModifier and TypeFieldDescriptionprotected ImportOrganisationUnitPatchActionData.organisationUnitMethods in de.hybris.platform.patches.actions.data that return ImportOrganisationUnitMethods in de.hybris.platform.patches.actions.data with parameters of type ImportOrganisationUnitModifier and TypeMethodDescriptionvoidPatchActionData.setOrganisationUnit(ImportOrganisationUnit organisationUnit) -
Uses of ImportOrganisationUnit in de.hybris.platform.patches.organisation
Classes in de.hybris.platform.patches.organisation with type parameters of type ImportOrganisationUnitModifier and TypeInterfaceDescriptioninterfaceImportOrganisationUnit<T extends ImportOrganisationUnit,S extends ImportOrganisationUnit> Represent organisation unit: shop, hub, country, anything that require separate data set to be imported.interfaceImportOrganisationUnit<T extends ImportOrganisationUnit,S extends ImportOrganisationUnit> Represent organisation unit: shop, hub, country, anything that require separate data set to be imported. -
Uses of ImportOrganisationUnit in de.hybris.platform.patches.utils
Methods in de.hybris.platform.patches.utils with parameters of type ImportOrganisationUnitModifier and TypeMethodDescriptionstatic StringPatchExecutionUnitUtils.generateHashId(String name, ImportOrganisationUnit organisationUnit, PatchExecutionModel patchExecution) Generates a hash based on three passed parameters.static StringPatchExecutionUnitUtils.generateOrganisationUnitName(ImportOrganisationUnit organisationUnit) Generate a organisation unit name based on the organisation hierarchy.static 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 ImportOrganisationUnit in de.hybris.platform.patchesdemo.structure
Classes in de.hybris.platform.patchesdemo.structure that implement ImportOrganisationUnitModifier and TypeClassDescriptionenumExample of country organisation that is used for imports.enumExample of shop organisation that consist from country organisations and is used for imports.