Uses of Class
de.hybris.platform.core.model.c2l.CountryModel
Packages that use CountryModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.preview package.
Contains generated models for each type of de.hybris.platform.jalo.c2l package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.deliveryzone.jalo package.
Contains generated models for each type of de.hybris.platform.sap.sapmodel.jalo package.
Contains generated models for each type of de.hybris.platform.store package.
-
Uses of CountryModel in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return CountryModelModifier and TypeMethodDescriptionB2BRegistrationModel.getCompanyAddressCountry()Generated method - Getter of theB2BRegistration.companyAddressCountryattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model with parameters of type CountryModelModifier and TypeMethodDescriptionvoidB2BRegistrationModel.setCompanyAddressCountry(CountryModel value) Generated method - Setter ofB2BRegistration.companyAddressCountryattribute defined at extensionb2bcommerce. -
Uses of CountryModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return CountryModelModifier and TypeMethodDescriptionCompanyModel.getCountry()Generated method - Getter of theCompany.countryattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type CountryModelModifier and TypeMethodDescriptionCatalogModel.getTerritories()Generated method - Getter of theCatalog.territoriesdynamic attribute defined at extensioncatalog.CatalogVersionModel.getTerritories()Generated method - Getter of theCatalogVersion.territoriesattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type CountryModelModifier and TypeMethodDescriptionvoidCompanyModel.setCountry(CountryModel value) Generated method - Setter ofCompany.countryattribute defined at extensioncatalog.Method parameters in de.hybris.platform.catalog.model with type arguments of type CountryModelModifier and TypeMethodDescriptionvoidCatalogVersionModel.setTerritories(Collection<CountryModel> value) Generated method - Setter ofCatalogVersion.territoriesattribute defined at extensioncatalog. -
Uses of CountryModel in de.hybris.platform.cms2.model.preview
Methods in de.hybris.platform.cms2.model.preview that return CountryModelModifier and TypeMethodDescriptionPreviewDataModel.getCountry()Generated method - Getter of thePreviewData.countryattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.preview with parameters of type CountryModelModifier and TypeMethodDescriptionvoidPreviewDataModel.setCountry(CountryModel value) Generated method - Setter ofPreviewData.countryattribute defined at extensioncms2. -
Uses of CountryModel in de.hybris.platform.core.model.c2l
Methods in de.hybris.platform.core.model.c2l that return CountryModelModifier and TypeMethodDescriptionRegionModel.getCountry()Generated method - Getter of theRegion.countryattribute defined at extensioncore.Methods in de.hybris.platform.core.model.c2l with parameters of type CountryModelModifier and TypeMethodDescriptionvoidRegionModel.setCountry(CountryModel value) Generated method - Setter ofRegion.countryattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.c2l with parameters of type CountryModelModifierConstructorDescriptionRegionModel(CountryModel _country, String _isocode) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRegionModel(CountryModel _country, String _isocode, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CountryModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return CountryModelModifier and TypeMethodDescriptionAddressModel.getCountry()Generated method - Getter of theAddress.countryattribute defined at extensioncore.Methods in de.hybris.platform.core.model.user with parameters of type CountryModelModifier and TypeMethodDescriptionvoidAddressModel.setCountry(CountryModel value) Generated method - Setter ofAddress.countryattribute defined at extensioncore. -
Uses of CountryModel in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return CountryModelMethods in de.hybris.platform.customersupportbackoffice.data with parameters of type CountryModel -
Uses of CountryModel in de.hybris.platform.deliveryzone.model
Methods in de.hybris.platform.deliveryzone.model that return types with arguments of type CountryModelModifier and TypeMethodDescriptionZoneModel.getCountries()Generated method - Getter of theZone.countriesattribute defined at extensiondeliveryzone.Method parameters in de.hybris.platform.deliveryzone.model with type arguments of type CountryModelModifier and TypeMethodDescriptionvoidZoneModel.setCountries(Set<CountryModel> value) Generated method - Setter ofZone.countriesattribute defined at extensiondeliveryzone. -
Uses of CountryModel in de.hybris.platform.sap.sapmodel.model
Methods in de.hybris.platform.sap.sapmodel.model that return CountryModelModifier and TypeMethodDescriptionSAPProductSalesAreaToCatalogMappingModel.getTaxClassCountry()Generated method - Getter of theSAPProductSalesAreaToCatalogMapping.taxClassCountryattribute defined at extensionsapmodel.Methods in de.hybris.platform.sap.sapmodel.model with parameters of type CountryModelModifier and TypeMethodDescriptionvoidSAPProductSalesAreaToCatalogMappingModel.setTaxClassCountry(CountryModel value) Generated method - Setter ofSAPProductSalesAreaToCatalogMapping.taxClassCountryattribute defined at extensionsapmodel. -
Uses of CountryModel in de.hybris.platform.sap.sapordermgmtbol.transaction.util
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.util that return CountryModelMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.util that return types with arguments of type CountryModelMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.util with parameters of type CountryModel -
Uses of CountryModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return types with arguments of type CountryModelModifier and TypeMethodDescriptionBaseStoreModel.getBillingCountries()Generated method - Getter of theBaseStore.billingCountriesattribute defined at extensioncommerceservices.BaseStoreModel.getDeliveryCountries()Generated method - Getter of theBaseStore.deliveryCountriesattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.store with type arguments of type CountryModelModifier and TypeMethodDescriptionvoidBaseStoreModel.setBillingCountries(Collection<CountryModel> value) Generated method - Setter ofBaseStore.billingCountriesattribute defined at extensioncommerceservices.voidBaseStoreModel.setDeliveryCountries(Collection<CountryModel> value) Generated method - Setter ofBaseStore.deliveryCountriesattribute defined at extensioncommerceservices.