Uses of Class
de.hybris.platform.store.pojo.StoreCountInfo
Packages that use StoreCountInfo
Package
Description
-
Uses of StoreCountInfo in de.hybris.platform.commercefacades.storefinder.converters.populator
Methods in de.hybris.platform.commercefacades.storefinder.converters.populator with parameters of type StoreCountInfoModifier and TypeMethodDescriptionvoidStoreCountPopulator.populate(StoreCountInfo source, StoreCountData target) -
Uses of StoreCountInfo in de.hybris.platform.commercefacades.storefinder.impl
Methods in de.hybris.platform.commercefacades.storefinder.impl that return types with arguments of type StoreCountInfoModifier and TypeMethodDescriptionprotected Converter<StoreCountInfo,StoreCountData> DefaultStoreFinderFacade.getStoreCountConverter()Method parameters in de.hybris.platform.commercefacades.storefinder.impl with type arguments of type StoreCountInfoModifier and TypeMethodDescriptionvoidDefaultStoreFinderFacade.setStoreCountConverter(Converter<StoreCountInfo, StoreCountData> storeCountConverter) -
Uses of StoreCountInfo in de.hybris.platform.store.pojo
Methods in de.hybris.platform.store.pojo that return types with arguments of type StoreCountInfoMethod parameters in de.hybris.platform.store.pojo with type arguments of type StoreCountInfoModifier and TypeMethodDescriptionvoidStoreCountInfo.setStoreCountInfoList(List<StoreCountInfo> storeCountInfoList) -
Uses of StoreCountInfo in de.hybris.platform.storelocator.pos
Methods in de.hybris.platform.storelocator.pos that return types with arguments of type StoreCountInfoModifier and TypeMethodDescriptionPointOfServiceService.getPointOfServiceCounts(BaseStoreModel baseStore) Returns a list ofStoreCountInfofor all countries that have storesPointOfServiceModeland a list ofStoreCountInfofor each region (if any) within a country case that region have storesPointOfServiceModel -
Uses of StoreCountInfo in de.hybris.platform.storelocator.pos.impl
Methods in de.hybris.platform.storelocator.pos.impl that return StoreCountInfoModifier and TypeMethodDescriptionprotected StoreCountInfoDefaultPointOfServiceService.buildStoreCountInfo(StoreCountType type, Integer count, String isoCode, String name) Builds aStoreCountInfoobjectprotected StoreCountInfoDefaultPointOfServiceServiceTest.getRegionStoreCountInfo(StoreCountInfo storeCountInfo, String regionName) given aStoreCountInfoand a region name will return the nestedStoreCountInfocorresponding to the given region name will return null if couldn't find anyprotected StoreCountInfoDefaultPointOfServiceServiceTest.getStoreCountInfo(List<StoreCountInfo> list, String country) given aStoreCountInfoand a region name will return the nestedStoreCountInfocorresponding to the given region name will return null if couldn't find anyMethods in de.hybris.platform.storelocator.pos.impl that return types with arguments of type StoreCountInfoModifier and TypeMethodDescriptionDefaultPointOfServiceService.getPointOfServiceCounts(BaseStoreModel baseStore) protected 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 regionsMethods in de.hybris.platform.storelocator.pos.impl with parameters of type StoreCountInfoModifier and TypeMethodDescriptionprotected StoreCountInfoDefaultPointOfServiceServiceTest.getRegionStoreCountInfo(StoreCountInfo storeCountInfo, String regionName) given aStoreCountInfoand a region name will return the nestedStoreCountInfocorresponding to the given region name will return null if couldn't find anyMethod parameters in de.hybris.platform.storelocator.pos.impl with type arguments of type StoreCountInfoModifier and TypeMethodDescriptionprotected voidDefaultPointOfServiceServiceTest.checkCountryCounts(List<StoreCountInfo> pointOfServiceCounts) protected StoreCountInfoDefaultPointOfServiceServiceTest.getStoreCountInfo(List<StoreCountInfo> list, String country) given aStoreCountInfoand a region name will return the nestedStoreCountInfocorresponding to the given region name will return null if couldn't find any