Uses of Class
de.hybris.platform.patchesdemo.structure.ShopOrganisation
-
Packages that use ShopOrganisation Package Description de.hybris.platform.patchesdemo.release de.hybris.platform.patchesdemo.structure -
-
Uses of ShopOrganisation in de.hybris.platform.patchesdemo.release
Methods in de.hybris.platform.patchesdemo.release with parameters of type ShopOrganisation Modifier and Type Method Description 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)Method parameters in de.hybris.platform.patchesdemo.release with type arguments of type ShopOrganisation Modifier and Type Method Description protected voidAbstractDemoPatch. createShopsData(java.util.Collection<ShopOrganisation> shops, boolean update)This method will update set of given shop organisations with given 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. -
Uses of ShopOrganisation in de.hybris.platform.patchesdemo.structure
Methods in de.hybris.platform.patchesdemo.structure that return ShopOrganisation Modifier and Type Method Description ShopOrganisationCountryOrganisation. getParent()ShopOrganisationShopOrganisation. getParent()static ShopOrganisationShopOrganisation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ShopOrganisation[]ShopOrganisation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.patchesdemo.structure with parameters of type ShopOrganisation Modifier and Type Method Description voidCountryOrganisation. setParent(ShopOrganisation parent)voidShopOrganisation. setParent(ShopOrganisation parent)
-