Uses of Interface
de.hybris.platform.patches.organisation.StructureState
-
-
Uses of StructureState in de.hybris.platform.patches
Fields in de.hybris.platform.patches declared as StructureState Modifier and Type Field Description protected StructureStateAbstractPatch. structureStateMethods in de.hybris.platform.patches that return StructureState Modifier and Type Method Description StructureStateAbstractPatch. getStructureState()StructureStatePatch. getStructureState()GetsStructureStatefrom this patchMethods in de.hybris.platform.patches with parameters of type StructureState Modifier and Type Method Description voidPatch. createProjectData(StructureState structureState)Execute Patch with given structureState.Constructors in de.hybris.platform.patches with parameters of type StructureState Constructor Description AbstractPatch(java.lang.String patchId, java.lang.String patchName, Release release, StructureState structureState) -
Uses of StructureState in de.hybris.platform.patches.organisation
Methods in de.hybris.platform.patches.organisation that return StructureState Modifier and Type Method Description StructureStateImportOrganisationUnit. getStructureState()Get version in which this organisation should be introduced in.Methods in de.hybris.platform.patches.organisation with parameters of type StructureState Modifier and Type Method Description booleanStructureState. 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 StructureState Modifier and Type Class Description static classStructureStateUtilsTest.TestStructureStateMethods in de.hybris.platform.patches.utils that return types with arguments of type StructureState Modifier and Type Method Description static java.util.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 StructureState 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).static java.util.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 StructureState Modifier and Type Method Description protected 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(java.util.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 StructureState Constructor Description AbstractDemoPatch(java.lang.String patchId, java.lang.String patchName, Release release, StructureState structureState) -
Uses of StructureState in de.hybris.platform.patchesdemo.structure
Classes in de.hybris.platform.patchesdemo.structure that implement StructureState Modifier and Type Class Description classStructureStateEnumeration 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 StructureState Modifier and Type Method Description StructureStateCountryOrganisation. getStructureState()Methods in de.hybris.platform.patchesdemo.structure with parameters of type StructureState Modifier and Type Method Description booleanStructureState. isAfter(StructureState structureState)
-