-
- All Implemented Interfaces:
-
com.telenav.commerce.parkingservice.api.IParkingManagerProvider
public class ParkingManagerProvider implements IParkingManagerProvider
This class is the concrete implementation of IParkingManagerProvider providing access to the parking module functionality.
-
-
Field Summary
Fields Modifier and Type Field Description public final static ParkingManagerProvider
INSTANCE
-
Method Summary
Modifier and Type Method Description IParkingApi
provide()
This method provides a concrete implementation object of the parking module API. IParkingApi
provide(IParkingCommerceApi commerceApi)
This method provides a concrete implementation object of the parking module API. -
-
Method Detail
-
provide
IParkingApi provide()
This method provides a concrete implementation object of the parking module API. See IParkingApi
-
provide
IParkingApi provide(IParkingCommerceApi commerceApi)
This method provides a concrete implementation object of the parking module API. See IParkingApi
- Parameters:
commerceApi
- implementation for IParkingCommerceApi
-
-
-
-