Class StoreLocationsProvider
java.lang.Object
de.hybris.platform.assistedservicefacades.customer360.providers.StoreLocationsProvider
- All Implemented Interfaces:
FragmentModelProvider<StoreLocationData>
public class StoreLocationsProvider
extends Object
implements FragmentModelProvider<StoreLocationData>
This class provides the nearest stores that the as agent has been mapped to, otherwise the browsers location will be
considered.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AssistedServiceServiceReturn restricted results based on parametersprotected StringprepareAddressData(AddressModel address) voidsetAssistedServiceService(AssistedServiceService assistedServiceService)
-
Constructor Details
-
StoreLocationsProvider
public StoreLocationsProvider()
-
-
Method Details
-
getModel
Description copied from interface:FragmentModelProviderReturn restricted results based on parameters- Specified by:
getModelin interfaceFragmentModelProvider<StoreLocationData>- Parameters:
parameters- to restrict results- Returns:
- results depends on the provided type
-
prepareAddressData
-
getAssistedServiceService
-
setAssistedServiceService
-