| _deleteDelivery | The function deletes the record from the delivery of orders | 
            
                | _deleteRoute | The function deletes the route record. | 
            
                | _deleteRouteStop | The function deletes the stop record on the delivery route. | 
            
                | _editDelivery | The function changes delivery of orders, if it doesn´t exist (or DeliveryItem.IdDelivery == 0),… | 
            
                | _editRoute | The function changes the order delivery route, if it does not exist (or RouteItem.IdRoute == 0),… | 
            
                | _editRouteStop | The function changes the stop of the order delivery path, if it does not exist (or StopItem.IdStop … | 
            
                | _getActionMessCar | The function returns a list of delivery reports for the vehicle by truck. | 
            
                | _getDelivery | The function returns delivery of orders. | 
            
                | _getPlanRoutePositions | The function returns the planned position of the delivery route | 
            
                | _getRoute | The function returns the delivery route. | 
            
                | _getRouteCar | The function returns delivery routes for a particular vehicle and a time window. | 
            
                | _getRouteCar2 | The function returns the full delivery route for a particular vehicle and a time window. | 
            
                | _getRouteMess | Function returns messages sent from the vehicle during the delivery route. | 
            
                | _getRouteStop | The function returns stops on the delivery route. | 
            
                | _getRouteStopActions | The function returns the stop action on the delivery route - even for deliveries where the vehicle… | 
            
                | _getRouteStopActionsCar | The function returns a stop action on the delivery route - only for deliveries where the vehicle is… | 
            
                | _getRouteStopCar | The function returns stops on the delivery route. | 
            
                | _getWDFleetRouteFile | The function returns the contents of file for Spedition | 
            
                | _sendFileRoute | The function sends a file for transport. | 
            
                | _sendRoutePlan | The function imports the route into navigation in the vehicle, unlike the _sendRoutePlanToCar… | 
            
                | _sendRoutePlanToCar | The function imports the route of the vehicle into navigation. | 
            
                | _sendRoutePlanToCar2 | The function imports the route into navigation in the vehicle, unlike the _sendRoutePlanToCar… | 
            
                | _setPlanRoutePositions | The function deletes the existing coordinates of the delivery route and inserts a new one or only… | 
            
                | _setRouteStopActionMess | The function returns a stop action on the delivery route. | 
            
                | _setRouteTime | The function changes the order delivery route - time of read, acceptance, rejection. |