Uses of Enum Class
de.hybris.platform.patchesdemo.structure.ShopOrganisation
Packages that use ShopOrganisation
-
Uses of ShopOrganisation in de.hybris.platform.patchesdemo.release
Methods in de.hybris.platform.patchesdemo.release with parameters of type ShopOrganisationModifier and TypeMethodDescriptionvoidDemoPatch.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) Method parameters in de.hybris.platform.patchesdemo.release with type arguments of type ShopOrganisationModifier and TypeMethodDescriptionprotected voidAbstractDemoPatch.createShopsData(Collection<ShopOrganisation> shops, boolean update) This method will update set of given shop organisations with given 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. -
Uses of ShopOrganisation in de.hybris.platform.patchesdemo.structure
Methods in de.hybris.platform.patchesdemo.structure that return ShopOrganisationModifier and TypeMethodDescriptionCountryOrganisation.getParent()ShopOrganisation.getParent()static ShopOrganisationReturns the enum constant of this class with the specified name.static ShopOrganisation[]ShopOrganisation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.patchesdemo.structure with parameters of type ShopOrganisationModifier and TypeMethodDescriptionvoidCountryOrganisation.setParent(ShopOrganisation parent) voidShopOrganisation.setParent(ShopOrganisation parent)