Uses of Class
de.hybris.platform.core.model.c2l.CountryModel
-
-
Uses of CountryModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return CountryModel Modifier and Type Method Description CountryModelModelFactory. createCountry(java.lang.String isoCode) -
Uses of CountryModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return CountryModel Modifier and Type Method Description CountryModelCompanyModel. getCountry()Generated method - Getter of theCompany.countryattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Collection<CountryModel>CatalogTerritoriesHandler. get(CatalogModel model)java.util.Collection<CountryModel>CatalogModel. getTerritories()Generated method - Getter of theCatalog.territoriesdynamic attribute defined at extensioncatalog.java.util.Collection<CountryModel>CatalogVersionModel. getTerritories()Generated method - Getter of theCatalogVersion.territoriesattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type CountryModel Modifier and Type Method Description voidCompanyModel. setCountry(CountryModel value)Generated method - Setter ofCompany.countryattribute defined at extensioncatalog.Method parameters in de.hybris.platform.catalog.model with type arguments of type CountryModel Modifier and Type Method Description voidCatalogTerritoriesHandler. set(CatalogModel model, java.util.Collection<CountryModel> countryModels)voidCatalogVersionModel. setTerritories(java.util.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 CountryModel Modifier and Type Method Description CountryModelPreviewDataModel. getCountry()Generated method - Getter of thePreviewData.countryattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.preview with parameters of type CountryModel Modifier and Type Method Description voidPreviewDataModel. setCountry(CountryModel value)Generated method - Setter ofPreviewData.countryattribute defined at extensioncms2. -
Uses of CountryModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return CountryModel Modifier and Type Method Description CountryModelCountryModelBuilder. build()protected CountryModelCountryModelBuilder. getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CountryModel Modifier and Type Method Description static CountryModelBuilderCountryModelBuilder. fromModel(CountryModel model)BaseStoreModelBuilderBaseStoreModelBuilder. withDeliveryCountries(CountryModel... deliveryCountries) -
Uses of CountryModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CountryModel Modifier and Type Method Description CountryModelCountryModelMother. Canada()CountryModelCountryModelMother. UnitedStates() -
Uses of CountryModel in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type CountryModel Modifier and Type Method Description protected java.lang.StringCountryModelLabelProvider. getIconPath(CountryModel item)protected java.lang.StringCountryModelLabelProvider. getIconPath(CountryModel item, java.lang.String languageIso)protected java.lang.StringCountryModelLabelProvider. getItemDescription(CountryModel item)protected java.lang.StringCountryModelLabelProvider. getItemDescription(CountryModel item, java.lang.String languageIso)protected java.lang.StringCountryModelLabelProvider. getItemLabel(CountryModel currency)protected java.lang.StringCountryModelLabelProvider. getItemLabel(CountryModel currency, java.lang.String languageIso) -
Uses of CountryModel in de.hybris.platform.commercefacades.basestores.converters.populator
Methods in de.hybris.platform.commercefacades.basestores.converters.populator that return types with arguments of type CountryModel Modifier and Type Method Description protected Converter<CountryModel,CountryData>BaseStorePopulator. getCountryConverter()Method parameters in de.hybris.platform.commercefacades.basestores.converters.populator with type arguments of type CountryModel Modifier and Type Method Description voidBaseStorePopulator. setCountryConverter(Converter<CountryModel,CountryData> countryConverter) -
Uses of CountryModel in de.hybris.platform.commercefacades.i18n.impl
Methods in de.hybris.platform.commercefacades.i18n.impl that return types with arguments of type CountryModel Modifier and Type Method Description protected Converter<CountryModel,CountryData>DefaultI18NFacade. getCountryConverter()Method parameters in de.hybris.platform.commercefacades.i18n.impl with type arguments of type CountryModel Modifier and Type Method Description voidDefaultI18NFacade. setCountryConverter(Converter<CountryModel,CountryData> countryConverter) -
Uses of CountryModel in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type CountryModel Modifier and Type Method Description Converter<CountryModel,CountryData>DefaultCartFacade. getCountryConverter()protected Converter<CountryModel,CountryData>DefaultCheckoutFacade. getCountryConverter()Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type CountryModel Modifier and Type Method Description voidDefaultCartFacade. setCountryConverter(Converter<CountryModel,CountryData> countryConverter)voidDefaultCheckoutFacade. setCountryConverter(Converter<CountryModel,CountryData> countryConverter) -
Uses of CountryModel in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type CountryModel Modifier and Type Method Description voidCountryPopulator. populate(CountryModel source, CountryData target) -
Uses of CountryModel in de.hybris.platform.commercefacades.user.impl
Methods in de.hybris.platform.commercefacades.user.impl that return CountryModel Modifier and Type Method Description CountryModelDefaultUserFacadeTest.MockAddressModel. getCountry()Methods in de.hybris.platform.commercefacades.user.impl with parameters of type CountryModel Modifier and Type Method Description voidDefaultUserFacadeTest.MockAddressModel. setCountry(CountryModel value) -
Uses of CountryModel in de.hybris.platform.commerceservices.customer.dao
Method parameters in de.hybris.platform.commerceservices.customer.dao with type arguments of type CountryModel Modifier and Type Method Description java.util.List<AddressModel>CustomerAccountDao. findAddressBookDeliveryEntriesForCustomer(CustomerModel customerModel, java.util.Collection<CountryModel> deliveryCountries)Find address book delivery entries for customer. -
Uses of CountryModel in de.hybris.platform.commerceservices.customer.dao.impl
Method parameters in de.hybris.platform.commerceservices.customer.dao.impl with type arguments of type CountryModel Modifier and Type Method Description java.util.List<AddressModel>DefaultCustomerAccountDao. findAddressBookDeliveryEntriesForCustomer(CustomerModel customerModel, java.util.Collection<CountryModel> deliveryCountries) -
Uses of CountryModel in de.hybris.platform.commerceservices.delivery
Methods in de.hybris.platform.commerceservices.delivery that return CountryModel Modifier and Type Method Description CountryModelDeliveryService. getCountryForCode(java.lang.String countryIso)Deprecated.Since 5.0.Methods in de.hybris.platform.commerceservices.delivery that return types with arguments of type CountryModel Modifier and Type Method Description java.util.List<CountryModel>DeliveryService. getDeliveryCountriesForOrder(AbstractOrderModel abstractOrder)Get the supported delivery countries. -
Uses of CountryModel in de.hybris.platform.commerceservices.delivery.dao
Methods in de.hybris.platform.commerceservices.delivery.dao with parameters of type CountryModel Modifier and Type Method Description java.util.Collection<DeliveryModeModel>CountryZoneDeliveryModeDao. findDeliveryModesByCountryAndCurrency(CountryModel deliveryCountry, CurrencyModel currency, java.lang.Boolean net)Deprecated.Since 5.0. -
Uses of CountryModel in de.hybris.platform.commerceservices.delivery.dao.impl
Methods in de.hybris.platform.commerceservices.delivery.dao.impl with parameters of type CountryModel Modifier and Type Method Description java.util.Collection<DeliveryModeModel>DefaultCountryZoneDeliveryModeDao. findDeliveryModesByCountryAndCurrency(CountryModel deliveryCountry, CurrencyModel currency, java.lang.Boolean net)Deprecated.Since 5.0. -
Uses of CountryModel in de.hybris.platform.commerceservices.delivery.impl
Methods in de.hybris.platform.commerceservices.delivery.impl that return CountryModel Modifier and Type Method Description CountryModelDefaultDeliveryService. getCountryForCode(java.lang.String countryIso)Deprecated.Since 5.0.Methods in de.hybris.platform.commerceservices.delivery.impl that return types with arguments of type CountryModel Modifier and Type Method Description java.util.List<CountryModel>DefaultDeliveryService. getDeliveryCountriesForOrder(AbstractOrderModel abstractOrder)Default implementation ignores a givenAbstractOrderModelinformations. -
Uses of CountryModel in de.hybris.platform.commerceservices.i18n
Methods in de.hybris.platform.commerceservices.i18n that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Collection<CountryModel>CommerceCommonI18NService. getAllCountries()Method for getting list of countries stored as a catalog version property. -
Uses of CountryModel in de.hybris.platform.commerceservices.i18n.impl
Methods in de.hybris.platform.commerceservices.i18n.impl that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Collection<CountryModel>DefaultCommerceCommonI18NService. getAllCountries() -
Uses of CountryModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return types with arguments of type CountryModel Modifier and Type Method Description java.util.List<CountryModel>CommerceCheckoutService. getCountries(CountryType countryType)Get countries. -
Uses of CountryModel in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return types with arguments of type CountryModel Modifier and Type Method Description java.util.List<CountryModel>DefaultCommerceCheckoutService. getCountries(CountryType countryType) -
Uses of CountryModel in de.hybris.platform.core.model.c2l
Methods in de.hybris.platform.core.model.c2l that return CountryModel Modifier and Type Method Description CountryModelRegionModel. getCountry()Generated method - Getter of theRegion.countryattribute defined at extensioncore.Methods in de.hybris.platform.core.model.c2l with parameters of type CountryModel Modifier and Type Method Description voidRegionModel. setCountry(CountryModel value)Generated method - Setter ofRegion.countryattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.c2l with parameters of type CountryModel Constructor Description RegionModel(CountryModel _country, java.lang.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, java.lang.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 CountryModel Modifier and Type Method Description CountryModelAddressModel. getCountry()Generated method - Getter of theAddress.countryattribute defined at extensioncore.Methods in de.hybris.platform.core.model.user with parameters of type CountryModel Modifier and Type Method Description voidAddressModel. 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 CountryModel Modifier and Type Method Description CountryModelCsCreateAddressForm. getCountry()Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type CountryModel Modifier and Type Method Description voidCsCreateAddressForm. setCountry(CountryModel country) -
Uses of CountryModel in de.hybris.platform.deliveryzone.model
Methods in de.hybris.platform.deliveryzone.model that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Set<CountryModel>ZoneModel. getCountries()Generated method - Getter of theZone.countriesattribute defined at extensiondeliveryzone.Method parameters in de.hybris.platform.deliveryzone.model with type arguments of type CountryModel Modifier and Type Method Description voidZoneModel. setCountries(java.util.Set<CountryModel> value)Generated method - Setter ofZone.countriesattribute defined at extensiondeliveryzone. -
Uses of CountryModel in de.hybris.platform.order.strategies.deliveryzone
Methods in de.hybris.platform.order.strategies.deliveryzone that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Map<CountryModel,java.util.Set<ZoneModel>>ZDMVConsistencyStrategy. getAmbiguousCountriesForZones(java.util.Set<ZoneModel> zones)Gets allCountryModels and its correspondingZoneModels when theCountryModelbelongs to more than oneZoneModel. -
Uses of CountryModel in de.hybris.platform.order.strategies.deliveryzone.impl
Methods in de.hybris.platform.order.strategies.deliveryzone.impl that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Map<CountryModel,java.util.Set<ZoneModel>>DefaultZDMVConsistencyStrategy. getAmbiguousCountriesForZones(java.util.Set<ZoneModel> zones) -
Uses of CountryModel in de.hybris.platform.sap.sapmodel.model
Methods in de.hybris.platform.sap.sapmodel.model that return CountryModel Modifier and Type Method Description CountryModelSAPProductSalesAreaToCatalogMappingModel. getTaxClassCountry()Generated method - Getter of theSAPProductSalesAreaToCatalogMapping.taxClassCountryattribute defined at extensionsapmodel.Methods in de.hybris.platform.sap.sapmodel.model with parameters of type CountryModel Modifier and Type Method Description voidSAPProductSalesAreaToCatalogMappingModel. 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 CountryModel Modifier and Type Method Description CountryModelDummyI18NService. getCountry(java.lang.String arg0)Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.util that return types with arguments of type CountryModel Modifier and Type Method Description java.util.List<CountryModel>DummyI18NService. getAllCountries()Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.util with parameters of type CountryModel Modifier and Type Method Description RegionModelDummyI18NService. getRegion(CountryModel arg0, java.lang.String arg1) -
Uses of CountryModel in de.hybris.platform.secureportaladdon.model
Methods in de.hybris.platform.secureportaladdon.model that return CountryModel Modifier and Type Method Description CountryModelB2BRegistrationModel. getCompanyAddressCountry()Generated method - Getter of theB2BRegistration.companyAddressCountryattribute defined at extensionsecureportaladdon.Methods in de.hybris.platform.secureportaladdon.model with parameters of type CountryModel Modifier and Type Method Description voidB2BRegistrationModel. setCompanyAddressCountry(CountryModel value)Generated method - Setter ofB2BRegistration.companyAddressCountryattribute defined at extensionsecureportaladdon.Constructors in de.hybris.platform.secureportaladdon.model with parameters of type CountryModel Constructor Description B2BRegistrationModel(BaseStoreModel _baseStore, CMSSiteModel _cmsSite, java.lang.String _companyAddressCity, CountryModel _companyAddressCountry, java.lang.String _companyAddressPostalCode, java.lang.String _companyAddressStreet, java.lang.String _companyName, CurrencyModel _currency, java.lang.String _email, LanguageModel _language, java.lang.String _name, ItemModel _owner, java.lang.String _position, java.lang.String _telephone)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BRegistrationModel(BaseStoreModel _baseStore, CMSSiteModel _cmsSite, java.lang.String _companyAddressCity, CountryModel _companyAddressCountry, java.lang.String _companyAddressPostalCode, java.lang.String _companyAddressStreet, java.lang.String _companyName, CurrencyModel _currency, java.lang.String _email, LanguageModel _language, java.lang.String _name, java.lang.String _position, java.lang.String _telephone)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.servicelayer.i18n
Methods in de.hybris.platform.servicelayer.i18n that return CountryModel Modifier and Type Method Description CountryModelI18NDao. findCountry(java.lang.String isocode)Deprecated.since ages - as of release 4.3, please useCountryDao.findCountriesByCode(String)CountryModelI18NDaoMock. findCountry(java.lang.String isocode)CountryModelCommonI18NService. getCountry(java.lang.String isocode)Returns a country by its isocode.CountryModelI18NService. getCountry(java.lang.String isocode)Deprecated.since ages - as of release 4.3, please useCommonI18NService.getCountry(String)Methods in de.hybris.platform.servicelayer.i18n that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Set<CountryModel>I18NDao. findAllCountries()Deprecated.since ages - as of release 4.3, please useCountryDao.findCountries()java.util.Set<CountryModel>I18NDaoMock. findAllCountries()java.util.List<CountryModel>CommonI18NService. getAllCountries()Return a set of all CountryModels.java.util.Set<CountryModel>I18NService. getAllCountries()Deprecated.since ages - as of release 4.3, please useCommonI18NService.getAllCountries()Methods in de.hybris.platform.servicelayer.i18n with parameters of type CountryModel Modifier and Type Method Description RegionModelCommonI18NService. getRegion(CountryModel model, java.lang.String code)Returns a region by its isocode within the country. -
Uses of CountryModel in de.hybris.platform.servicelayer.i18n.daos
Methods in de.hybris.platform.servicelayer.i18n.daos that return types with arguments of type CountryModel Modifier and Type Method Description java.util.List<CountryModel>CountryDao. findCountries()Finds all availableCountryModelinstances.java.util.List<CountryModel>CountryDao. findCountriesByCode(java.lang.String countryCode)FindsCountryModelinstances full filling the country code requirement.Methods in de.hybris.platform.servicelayer.i18n.daos with parameters of type CountryModel Modifier and Type Method Description java.util.List<RegionModel>RegionDao. findRegionsByCountry(CountryModel country)Finds allRegionModelinstances for a country.java.util.List<RegionModel>RegionDao. findRegionsByCountryAndCode(CountryModel country, java.lang.String regionCode)Finds allRegionModelinstances for a country full filling region code criteria. -
Uses of CountryModel in de.hybris.platform.servicelayer.i18n.daos.impl
Methods in de.hybris.platform.servicelayer.i18n.daos.impl that return types with arguments of type CountryModel Modifier and Type Method Description java.util.List<CountryModel>DefaultCountryDao. findCountries()java.util.List<CountryModel>DefaultCountryDao. findCountriesByCode(java.lang.String countryCode)Methods in de.hybris.platform.servicelayer.i18n.daos.impl with parameters of type CountryModel Modifier and Type Method Description java.util.List<RegionModel>DefaultRegionDao. findRegionsByCountry(CountryModel country)java.util.List<RegionModel>DefaultRegionDao. findRegionsByCountryAndCode(CountryModel country, java.lang.String regionCode) -
Uses of CountryModel in de.hybris.platform.servicelayer.i18n.impl
Methods in de.hybris.platform.servicelayer.i18n.impl that return CountryModel Modifier and Type Method Description CountryModelDefaultI18NDao. findCountry(java.lang.String iso)Deprecated.CountryModelDefaultCommonI18NService. getCountry(java.lang.String isocode)CountryModelDefaultI18NService. getCountry(java.lang.String isocode)Deprecated.since agesMethods in de.hybris.platform.servicelayer.i18n.impl that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Set<CountryModel>DefaultI18NDao. findAllCountries()Deprecated.java.util.List<CountryModel>DefaultCommonI18NService. getAllCountries()java.util.Set<CountryModel>DefaultI18NService. getAllCountries()Deprecated.since agesMethods in de.hybris.platform.servicelayer.i18n.impl with parameters of type CountryModel Modifier and Type Method Description RegionModelDefaultCommonI18NService. getRegion(CountryModel country, java.lang.String code) -
Uses of CountryModel in de.hybris.platform.servicelayer.impex
Methods in de.hybris.platform.servicelayer.impex that return CountryModel Modifier and Type Method Description protected CountryModelImpExEmptyUpdateTest. createModel()Methods in de.hybris.platform.servicelayer.impex with parameters of type CountryModel Modifier and Type Method Description protected voidImpExEmptyUpdateTest. simulateConcurrentUpdateMustFail(CountryModel model, Country jaloItem, boolean mustFailImmediately)protected voidImpExEmptyUpdateTest. simulateConcurrentUpdateToSameValueMustFail(CountryModel model, Country jaloItem, boolean mustFailImmediately)protected voidImpExEmptyUpdateTest. simulateJaloWritesGetTrackedCorrectly(CountryModel model, Country jaloItem) -
Uses of CountryModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Collection<CountryModel>BaseStoreModel. getBillingCountries()Generated method - Getter of theBaseStore.billingCountriesattribute defined at extensioncommerceservices.java.util.Collection<CountryModel>BaseStoreModel. getDeliveryCountries()Generated method - Getter of theBaseStore.deliveryCountriesattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.store with type arguments of type CountryModel Modifier and Type Method Description voidBaseStoreModel. setBillingCountries(java.util.Collection<CountryModel> value)Generated method - Setter ofBaseStore.billingCountriesattribute defined at extensioncommerceservices.voidBaseStoreModel. setDeliveryCountries(java.util.Collection<CountryModel> value)Generated method - Setter ofBaseStore.deliveryCountriesattribute defined at extensioncommerceservices. -
Uses of CountryModel in de.hybris.platform.storelocator
Methods in de.hybris.platform.storelocator that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Map<CountryModel,java.lang.Integer>PointOfServiceDao. getPointOfServiceCountPerCountryForStore(BaseStoreModel baseStore)Get the count of PointOfServiceModel per countryCountryModelgiven aBaseStoreModelMethods in de.hybris.platform.storelocator with parameters of type CountryModel Modifier and Type Method Description java.util.Map<RegionModel,java.lang.Integer>PointOfServiceDao. getPointOfServiceRegionCountForACountryAndStore(CountryModel country, BaseStoreModel baseStore)Get the count ofPointOfServiceModelin each region for a given countryCountryModelandBaseStoreModel -
Uses of CountryModel in de.hybris.platform.storelocator.impl
Methods in de.hybris.platform.storelocator.impl that return types with arguments of type CountryModel Modifier and Type Method Description java.util.Map<CountryModel,java.lang.Integer>DefaultPointOfServiceDao. getPointOfServiceCountPerCountryForStore(BaseStoreModel baseStore)Methods in de.hybris.platform.storelocator.impl with parameters of type CountryModel Modifier and Type Method Description java.util.Map<RegionModel,java.lang.Integer>DefaultPointOfServiceDao. getPointOfServiceRegionCountForACountryAndStore(CountryModel country, BaseStoreModel baseStore) -
Uses of CountryModel in de.hybris.platform.storelocator.pos.impl
Methods in de.hybris.platform.storelocator.pos.impl with parameters of type CountryModel Modifier and Type Method Description protected java.util.List<StoreCountInfo>DefaultPointOfServiceService. populateRegionStoreCountInfo(CountryModel country, BaseStoreModel currentBaseStore)Populates a list ofStoreCountInfowith the region information given a country Return an empty list if the country have no regions -
Uses of CountryModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return CountryModel Modifier and Type Method Description CountryModelCountryModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type CountryModel Modifier and Type Method Description static CountryModelBuilderCountryModelBuilder. fromModel(CountryModel model)ZoneModelBuilderZoneModelBuilder. withCountries(CountryModel... countries)AddressModelBuilderAddressModelBuilder. withCountry(CountryModel country)RegionModelBuilderRegionModelBuilder. withCountry(CountryModel country)Adds aCountryModelto theRegionModel.BaseStoreModelBuilderBaseStoreModelBuilder. withDeliveryCountries(CountryModel... deliveryCountries) -
Uses of CountryModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return CountryModel Modifier and Type Method Description CountryModelCountries. Canada()CountryModelCountries. France()CountryModelCountries. UnitedStates() -
Uses of CountryModel in de.hybris.platform.warehousing.warehouse.service
Methods in de.hybris.platform.warehousing.warehouse.service with parameters of type CountryModel Modifier and Type Method Description java.util.Collection<WarehouseModel>WarehousingWarehouseService. getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore, CountryModel country)Find all warehouses where the associated base store can deliver to the specified country. -
Uses of CountryModel in de.hybris.platform.warehousing.warehouse.service.impl
Methods in de.hybris.platform.warehousing.warehouse.service.impl with parameters of type CountryModel Modifier and Type Method Description java.util.Collection<WarehouseModel>DefaultWarehousingWarehouseService. getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore, CountryModel country)
-