C
F
G
H
I
P
S
G
- getBrands() - function in com.telenav.commerce.foodservice.api.IFoodApi
- Makes a search for the available food brands.
- getBrands() - function in com.telenav.commerce.foodservice.api.IFoodCommerceApi
- Returns a list of brands available for food.
- getBrands() - function in com.telenav.commerce.foodservice.businesslogic.FoodCommerce
- Returns a list of brands available for food.
- getBrands() - function in com.telenav.commerce.foodservice.businesslogic.FoodManager
- Makes a search for the available food brands.
- getDefaultStore(GeoLocation,String,String,List) - function in com.telenav.commerce.foodservice.api.IFoodCommerceApi
- Returns a store that matches the default store alg described belowIf there is no previous order history with the merchant(brand) If free drive If there is a store within 'food search radius' and store if open -> Select nearest store.
- getDefaultStore(GeoLocation,String,String,List) - function in com.telenav.commerce.foodservice.businesslogic.FoodCommerce
- Returns a store that matches the default store alg described belowIf there is no previous order history with the merchant(brand) If free drive If there is a store within 'food search radius' and store if open -> Select nearest store.
- getFoodHistory(Boolean) - function in com.telenav.commerce.foodservice.api.IFoodCommerceApi
- Retrieves user's food orders.
- getFoodHistory(Boolean) - function in com.telenav.commerce.foodservice.businesslogic.FoodCommerce
- Retrieves user's food orders.
- getFoodStores(GeoLocation,String) - function in com.telenav.commerce.foodservice.api.IFoodApi
- Makes a search based on the given location and brand and returns a list of FoodStore.
- getFoodStores(GeoLocation,String) - function in com.telenav.commerce.foodservice.api.IFoodCommerceApi
- Returns a list of available food stores around the given location and for the given brand.
- getFoodStores(GeoLocation,String) - function in com.telenav.commerce.foodservice.businesslogic.FoodCommerce
- Returns a list of available food stores around the given location and for the given brand.
- getFoodStores(GeoLocation,String) - function in com.telenav.commerce.foodservice.businesslogic.FoodManager
- Makes a search based on the given location and brand and returns a list of FoodStore.
- getFoodStoresAlongRoute(GeoLocation,String,String,List) - function in com.telenav.commerce.foodservice.api.IFoodApi
- Returns a list of available food stores around the given location, along the provided route, and for the given brand.
- getFoodStoresAlongRoute(GeoLocation,String,List) - function in com.telenav.commerce.foodservice.api.IFoodCommerceApi
- Returns a list of available food stores around the given location, along the provided route, and for the given brand.
- getFoodStoresAlongRoute(GeoLocation,String,List) - function in com.telenav.commerce.foodservice.businesslogic.FoodCommerce
- Returns a list of available food stores around the given location, along the provided route, and for the given brand.
- getFoodStoresAlongRoute(GeoLocation,String,String,List) - function in com.telenav.commerce.foodservice.businesslogic.FoodManager
- Returns a list of available food stores around the given location, along the provided route, and for the given brand.
- getHistory(Boolean) - function in com.telenav.commerce.foodservice.api.IFoodApi
- Retrieves user's food orders.
- getHistory(Boolean) - function in com.telenav.commerce.foodservice.businesslogic.FoodManager
- Retrieves user's food orders.
- getUserToken() - function in com.telenav.commerce.foodservice.dependencies.IFoodUserServiceProvider
- This method should retrieve the user token.