Uses of Interface
de.hybris.platform.patches.organisation.StructureState
Packages that use StructureState
Package
Description
-
Uses of StructureState in de.hybris.platform.patches
Fields in de.hybris.platform.patches declared as StructureStateMethods in de.hybris.platform.patches that return StructureStateModifier and TypeMethodDescriptionAbstractPatch.getStructureState()Patch.getStructureState()GetsStructureStatefrom this patchMethods in de.hybris.platform.patches with parameters of type StructureStateModifier and TypeMethodDescriptionvoidPatch.createProjectData(StructureState structureState) Execute Patch with given structureState.Constructors in de.hybris.platform.patches with parameters of type StructureStateModifierConstructorDescriptionAbstractPatch(String patchId, String patchName, Release release, StructureState structureState) -
Uses of StructureState in de.hybris.platform.patches.organisation
Methods in de.hybris.platform.patches.organisation that return StructureStateModifier and TypeMethodDescriptionImportOrganisationUnit.getStructureState()Get version in which this organisation should be introduced in.Methods in de.hybris.platform.patches.organisation with parameters of type StructureStateModifier and TypeMethodDescriptionbooleanStructureState.isAfter(StructureState structureState) Checks if instance of given structure state is after structure state passed in method. -
Uses of StructureState in de.hybris.platform.patches.utils
Classes in de.hybris.platform.patches.utils that implement StructureStateMethods in de.hybris.platform.patches.utils that return types with arguments of type StructureStateModifier and TypeMethodDescriptionstatic List<StructureState>StructureStateUtils.getStructureStateGap(StructureState currentStructureState, StructureState executedStructureState) This method returns list of StructureState that is between executedStructureState (excluding) and currentStructureState (including).Methods in de.hybris.platform.patches.utils with parameters of type StructureStateModifier 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).static List<StructureState>StructureStateUtils.getStructureStateGap(StructureState currentStructureState, StructureState executedStructureState) This method returns list of StructureState that is between executedStructureState (excluding) and currentStructureState (including).booleanStructureStateUtilsTest.TestStructureState.isAfter(StructureState structureState) -
Uses of StructureState in de.hybris.platform.patchesdemo.release
Methods in de.hybris.platform.patchesdemo.release with parameters of type StructureStateModifier and TypeMethodDescriptionprotected voidAbstractDemoPatch.createGlobalData(StructureState structureState, boolean update) This method is responsible for update global data (not organisation specific).voidAbstractDemoPatch.createProjectData(StructureState structureState) voidMajorErrorPatch.createProjectData(StructureState structureState) Creates project data.protected voidAbstractDemoPatch.createShopsData(StructureState structureState, boolean update) This method will update shop data with specific structureState.protected voidAbstractDemoPatch.createShopsData(Collection<ShopOrganisation> shops, StructureState structureState, boolean update) Deprecated, for removal: This API element is subject to removal in a future version.since 1811 This method will update set of given shop organisations with given structureState.Constructors in de.hybris.platform.patchesdemo.release with parameters of type StructureStateModifierConstructorDescriptionAbstractDemoPatch(String patchId, String patchName, Release release, StructureState structureState) -
Uses of StructureState in de.hybris.platform.patchesdemo.structure
Classes in de.hybris.platform.patchesdemo.structure that implement StructureStateModifier and TypeClassDescriptionenumEnumeration that defines structure state; it may be used in different objects to indicate for which milestone given object was introduced.Methods in de.hybris.platform.patchesdemo.structure that return StructureStateMethods in de.hybris.platform.patchesdemo.structure with parameters of type StructureState