| Modifier and Type | Method and Description |
|---|---|
protected Converter<PointOfServiceDistanceData,PointOfServiceData> |
DefaultAcceleratorCheckoutFacade.getPointOfServiceDistanceConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAcceleratorCheckoutFacade.setPointOfServiceDistanceConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PointOfServiceDistanceData> |
AcceleratorCheckoutService.getConsolidatedPickupOptions(CartModel cartModel)
Gets the points of service for item pickup for a cart
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PointOfServiceDistanceData> |
DefaultAcceleratorCheckoutService.getConsolidatedPickupOptions(CartModel cartModel) |
| Modifier and Type | Method and Description |
|---|---|
protected PointOfServiceDistanceData |
PointOfServiceDistanceComparator.getPointOfServiceDistanceData(java.lang.String value,
PointOfServiceDistanceData result,
PointOfServiceDistanceData location) |
| Modifier and Type | Method and Description |
|---|---|
protected PointOfServiceDistanceData |
PointOfServiceDistanceComparator.getPointOfServiceDistanceData(java.lang.String value,
PointOfServiceDistanceData result,
PointOfServiceDistanceData location) |
protected int |
PointOfServiceDistanceComparator.getResult(java.lang.String value1,
java.lang.String value2,
PointOfServiceDistanceData result1,
PointOfServiceDistanceData result2) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
PointOfServiceDistanceComparator.compareDistances(java.lang.String value1,
java.lang.String value2,
java.util.List<PointOfServiceDistanceData> locations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PointOfServiceDistanceData> |
LocalStorePreferencesService.getAllPointsOfService()
Returns all the points of service with the distance from the session's stored search location for the current base
store.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PointOfServiceDistanceData> |
DefaultLocalStorePreferencesService.getAllPointsOfService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PointOfServiceDistanceData> |
PickupPointOfServiceConsolidationStrategy.getConsolidationOptions(CartModel cart) |
| Modifier and Type | Method and Description |
|---|---|
protected PointOfServiceDistanceData |
DefaultPickupPointOfServiceConsolidationStrategy.createPointOfServiceDistanceData() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PointOfServiceDistanceData> |
DefaultPickupPointOfServiceConsolidationStrategy.getConsolidationOptions(CartModel cartModel) |
protected StoreFinderSearchPageData<PointOfServiceDistanceData> |
DefaultPickupPointOfServiceConsolidationStrategy.getPOSDistanceDataForUserLocationAndBaseStore(UserLocationData userLocation,
PageableData pageableData) |
protected StoreFinderService<PointOfServiceDistanceData,StoreFinderSearchPageData<PointOfServiceDistanceData>> |
DefaultPickupPointOfServiceConsolidationStrategy.getStoreFinderService() |
protected StoreFinderService<PointOfServiceDistanceData,StoreFinderSearchPageData<PointOfServiceDistanceData>> |
DefaultPickupPointOfServiceConsolidationStrategy.getStoreFinderService() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultPickupPointOfServiceConsolidationStrategy.PointOfServiceDistanceDataComparator.compareInstances(PointOfServiceDistanceData result1,
PointOfServiceDistanceData result2) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultPickupPointOfServiceConsolidationStrategy.consolidateResult(CartModel cartModel,
java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints,
java.util.Set<ProductModel> productsForPickup,
StoreFinderSearchPageData<PointOfServiceDistanceData> result) |
protected void |
DefaultPickupPointOfServiceConsolidationStrategy.consolidateResult(CartModel cartModel,
java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints,
java.util.Set<ProductModel> productsForPickup,
StoreFinderSearchPageData<PointOfServiceDistanceData> result) |
protected void |
DefaultPickupPointOfServiceConsolidationStrategy.processPageableData(CartModel cartModel,
java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints,
UserLocationData userLocation,
java.util.Set<ProductModel> productsForPickup,
PageableData pageableData) |
protected void |
DefaultPickupPointOfServiceConsolidationStrategy.processPotentialPickupPoints(CartModel cartModel,
java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints,
java.util.Set<PointOfServiceModel> potentialPickupPoints,
UserLocationData userLocation,
java.util.Set<ProductModel> productsForPickup) |
void |
DefaultPickupPointOfServiceConsolidationStrategy.setStoreFinderService(StoreFinderService<PointOfServiceDistanceData,StoreFinderSearchPageData<PointOfServiceDistanceData>> storeFinderService) |
void |
DefaultPickupPointOfServiceConsolidationStrategy.setStoreFinderService(StoreFinderService<PointOfServiceDistanceData,StoreFinderSearchPageData<PointOfServiceDistanceData>> storeFinderService) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceData |
PointOfServiceDistanceConverter.convert(PointOfServiceDistanceData source) |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchPagePointOfServiceDistancePopulator<SOURCE extends StoreFinderSearchPageData<PointOfServiceDistanceData>,TARGET extends StoreFinderSearchPageData<PointOfServiceData>> |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PointOfServiceDistanceData,PointOfServiceData> |
SearchPagePointOfServiceDistancePopulator.getPointOfServiceDistanceDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceDistanceDataPopulator.populate(PointOfServiceDistanceData source,
PointOfServiceData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPagePointOfServiceDistancePopulator.setPointOfServiceDistanceDataConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceDataConverter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StoreFinderService<ITEM extends PointOfServiceDistanceData,RESULT extends StoreFinderSearchPageData<ITEM>>
Store finder service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStoreFinderService<ITEM extends PointOfServiceDistanceData>
Default implementation of
StoreFinderService |
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultStoreFinderService.StoreFinderResultDataComparator.compareInstances(PointOfServiceDistanceData result1,
PointOfServiceDistanceData result2) |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchPagePointOfServiceDistancePopulator<SOURCE extends StoreFinderSearchPageData<PointOfServiceDistanceData>,TARGET extends StoreFinderSearchPageData<PointOfServiceData>> |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PointOfServiceDistanceData,PointOfServiceData> |
SearchPagePointOfServiceDistancePopulator.getPointOfServiceDistanceConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPagePointOfServiceDistancePopulator.setPointOfServiceDistanceConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.