Package 

Object FoodManagerProvider

  • 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait