| Package | Description |
|---|---|
| de.hybris.platform.store.pojo | |
| de.hybris.platform.storelocator.pos | |
| de.hybris.platform.storelocator.pos.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StoreCountInfo> |
StoreCountInfo.getStoreCountInfoList() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreCountInfo.setStoreCountInfoList(java.util.List<StoreCountInfo> storeCountInfoList) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StoreCountInfo> |
PointOfServiceService.getPointOfServiceCounts(BaseStoreModel baseStore)
Returns a list of
StoreCountInfo for all countries that have stores PointOfServiceModel
and a list of StoreCountInfo for each region (if any) within a country case that region have stores PointOfServiceModel |
| Modifier and Type | Method and Description |
|---|---|
protected StoreCountInfo |
DefaultPointOfServiceService.buildStoreCountInfo(StoreCountType type,
java.lang.Integer count,
java.lang.String isoCode,
java.lang.String name)
Builds a
StoreCountInfo object |
protected StoreCountInfo |
DefaultPointOfServiceServiceTest.getRegionStoreCountInfo(StoreCountInfo storeCountInfo,
java.lang.String regionName)
given a
StoreCountInfo and a region name
will return the nested StoreCountInfo corresponding to the given region name
will return null if couldn't find any |
protected StoreCountInfo |
DefaultPointOfServiceServiceTest.getStoreCountInfo(java.util.List<StoreCountInfo> list,
java.lang.String country)
given a
StoreCountInfo and a region name
will return the nested StoreCountInfo corresponding to the given region name
will return null if couldn't find any |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StoreCountInfo> |
DefaultPointOfServiceService.getPointOfServiceCounts(BaseStoreModel baseStore) |
protected java.util.List<StoreCountInfo> |
DefaultPointOfServiceService.populateRegionStoreCountInfo(CountryModel country,
BaseStoreModel currentBaseStore)
Populates a list of
StoreCountInfo with the region information given a country
Return an empty list if the country have no regions |
| Modifier and Type | Method and Description |
|---|---|
protected StoreCountInfo |
DefaultPointOfServiceServiceTest.getRegionStoreCountInfo(StoreCountInfo storeCountInfo,
java.lang.String regionName)
given a
StoreCountInfo and a region name
will return the nested StoreCountInfo corresponding to the given region name
will return null if couldn't find any |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultPointOfServiceServiceTest.checkCountryCounts(java.util.List<StoreCountInfo> pointOfServiceCounts) |
protected StoreCountInfo |
DefaultPointOfServiceServiceTest.getStoreCountInfo(java.util.List<StoreCountInfo> list,
java.lang.String country)
given a
StoreCountInfo and a region name
will return the nested StoreCountInfo corresponding to the given region name
will return null if couldn't find any |
Copyright © 2018 SAP SE. All Rights Reserved.