updateRouteItinerary

open override fun updateRouteItinerary(itineraryUpdates: HashMap<Int, String>): Int

Updates the itinerary of for the given route.

Return

The number of rows affected. A return value of 1 indicates that the route was successfully deleted.

Parameters

itineraryUpdates

hashmap of routeId and new itinerary each pair has key as routeId and value as new itinerary in json format (serialized)