Uses of Class
de.hybris.platform.store.pojo.StoreCountInfo
-
-
Uses of StoreCountInfo in de.hybris.platform.commercefacades.storefinder.converters.populator
Methods in de.hybris.platform.commercefacades.storefinder.converters.populator with parameters of type StoreCountInfo Modifier and Type Method Description voidStoreCountPopulator. 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 StoreCountInfo Modifier and Type Method Description protected Converter<StoreCountInfo,StoreCountData>DefaultStoreFinderFacade. getStoreCountConverter()Method parameters in de.hybris.platform.commercefacades.storefinder.impl with type arguments of type StoreCountInfo Modifier and Type Method Description voidDefaultStoreFinderFacade. 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 StoreCountInfo Modifier and Type Method Description java.util.List<StoreCountInfo>StoreCountInfo. getStoreCountInfoList()Method parameters in de.hybris.platform.store.pojo with type arguments of type StoreCountInfo Modifier and Type Method Description voidStoreCountInfo. setStoreCountInfoList(java.util.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 StoreCountInfo Modifier and Type Method Description java.util.List<StoreCountInfo>PointOfServiceService. 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 StoreCountInfo Modifier and Type Method Description protected StoreCountInfoDefaultPointOfServiceService. buildStoreCountInfo(StoreCountType type, java.lang.Integer count, java.lang.String isoCode, java.lang.String name)Builds aStoreCountInfoobjectprotected StoreCountInfoDefaultPointOfServiceServiceTest. getRegionStoreCountInfo(StoreCountInfo storeCountInfo, java.lang.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(java.util.List<StoreCountInfo> list, java.lang.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 StoreCountInfo Modifier and Type Method Description java.util.List<StoreCountInfo>DefaultPointOfServiceService. getPointOfServiceCounts(BaseStoreModel baseStore)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 regionsMethods in de.hybris.platform.storelocator.pos.impl with parameters of type StoreCountInfo Modifier and Type Method Description protected StoreCountInfoDefaultPointOfServiceServiceTest. getRegionStoreCountInfo(StoreCountInfo storeCountInfo, java.lang.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 StoreCountInfo Modifier and Type Method Description protected voidDefaultPointOfServiceServiceTest. checkCountryCounts(java.util.List<StoreCountInfo> pointOfServiceCounts)protected StoreCountInfoDefaultPointOfServiceServiceTest. getStoreCountInfo(java.util.List<StoreCountInfo> list, java.lang.String country)given aStoreCountInfoand a region name will return the nestedStoreCountInfocorresponding to the given region name will return null if couldn't find any
-