Uses of Class
de.hybris.platform.patchesdemo.structure.CountryOrganisation
-
Packages that use CountryOrganisation Package Description de.hybris.platform.patchesdemo.release de.hybris.platform.patchesdemo.structure -
-
Uses of CountryOrganisation in de.hybris.platform.patchesdemo.release
Methods in de.hybris.platform.patchesdemo.release with parameters of type CountryOrganisation Modifier and Type Method Description voidDemoPatch. createCountryData(CountryOrganisation country)Creates country specific data.voidMinorErrorPatch. createCountryData(CountryOrganisation country)voidPatch1x0. createCountryData(CountryOrganisation country)voidPatch2x0. createCountryData(CountryOrganisation country)default voidSimpleDemoPatch. createCountryData(CountryOrganisation country)protected voidAbstractDemoPatch. importCountryData(java.lang.String fileName, CountryOrganisation countryOrganisationn)protected voidAbstractDemoPatch. importCountryData(java.lang.String fileName, CountryOrganisation countryOrganisationn, ImpexImportUnitOption[] importOptions) -
Uses of CountryOrganisation in de.hybris.platform.patchesdemo.structure
Methods in de.hybris.platform.patchesdemo.structure that return CountryOrganisation Modifier and Type Method Description static CountryOrganisationCountryOrganisation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CountryOrganisation[]CountryOrganisation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.patchesdemo.structure that return types with arguments of type CountryOrganisation Modifier and Type Method Description java.util.Collection<CountryOrganisation>CountryOrganisation. getChildren()java.util.Collection<CountryOrganisation>ShopOrganisation. getChildren()
-