-
- All Implemented Interfaces:
-
com.telenav.commerce.foodservice.businesslogic.IFoodManagerProvider
public class FoodManagerProvider implements IFoodManagerProvider
Class responsible for returning different implementation of the API that should be used in order to use food module.
-
-
Field Summary
Fields Modifier and Type Field Description public final static FoodManagerProvider
INSTANCE
-
Method Summary
Modifier and Type Method Description IFoodApi
provide()
This method provides a concrete implementation object of the food module API. IFoodApi
provide(IFoodCommerceApi commerceApi)
This method provides a concrete implementation object of the food module API. -
-
Method Detail
-
provide
IFoodApi provide()
This method provides a concrete implementation object of the food module API. See IFoodApi
-
provide
IFoodApi provide(IFoodCommerceApi commerceApi)
This method provides a concrete implementation object of the food module API. See IFoodApi
- Parameters:
commerceApi
- implementation for IFoodCommerceApi
-
-
-
-