var MapDataServiceOld=function() {
MapDataServiceOld.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MapDataServiceOld.prototype={
getAllAlerts:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(MapDataServiceOld.get_path(), 'getAllAlerts',false,{name:name},succeededCallback,failedCallback,userContext); },
getCameras:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(MapDataServiceOld.get_path(), 'getCameras',false,{name:name},succeededCallback,failedCallback,userContext); },
getRoadSign:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(MapDataServiceOld.get_path(), 'getRoadSign',false,{name:name},succeededCallback,failedCallback,userContext); },
getLinks:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(MapDataServiceOld.get_path(), 'getLinks',false,{name:name},succeededCallback,failedCallback,userContext); },
getTravelTimeLinks:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(MapDataServiceOld.get_path(), 'getTravelTimeLinks',false,{name:name},succeededCallback,failedCallback,userContext); },
getWinterRoadLinks:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(MapDataServiceOld.get_path(), 'getWinterRoadLinks',false,{name:name},succeededCallback,failedCallback,userContext); },
getIncidentEvents:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(MapDataServiceOld.get_path(), 'getIncidentEvents',false,{name:name},succeededCallback,failedCallback,userContext); },
getConstructionEvents:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(MapDataServiceOld.get_path(), 'getConstructionEvents',false,{name:name},succeededCallback,failedCallback,userContext); },
getPlannedEvents:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(MapDataServiceOld.get_path(), 'getPlannedEvents',false,{name:name},succeededCallback,failedCallback,userContext); }}
MapDataServiceOld.registerClass('MapDataServiceOld',Sys.Net.WebServiceProxy);
MapDataServiceOld._staticInstance = new MapDataServiceOld();
MapDataServiceOld.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; MapDataServiceOld._staticInstance._path = value; }
MapDataServiceOld.get_path = function() { return MapDataServiceOld._staticInstance._path; }
MapDataServiceOld.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
MapDataServiceOld._staticInstance._timeout = value; }
MapDataServiceOld.get_timeout = function() { 
return MapDataServiceOld._staticInstance._timeout; }
MapDataServiceOld.set_defaultUserContext = function(value) { 
MapDataServiceOld._staticInstance._userContext = value; }
MapDataServiceOld.get_defaultUserContext = function() { 
return MapDataServiceOld._staticInstance._userContext; }
MapDataServiceOld.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; MapDataServiceOld._staticInstance._succeeded = value; }
MapDataServiceOld.get_defaultSucceededCallback = function() { 
return MapDataServiceOld._staticInstance._succeeded; }
MapDataServiceOld.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; MapDataServiceOld._staticInstance._failed = value; }
MapDataServiceOld.get_defaultFailedCallback = function() { 
return MapDataServiceOld._staticInstance._failed; }
MapDataServiceOld.set_path("/Web/MapDataServiceOld.asmx");
MapDataServiceOld.getAllAlerts= function(name,onSuccess,onFailed,userContext) {MapDataServiceOld._staticInstance.getAllAlerts(name,onSuccess,onFailed,userContext); }
MapDataServiceOld.getCameras= function(name,onSuccess,onFailed,userContext) {MapDataServiceOld._staticInstance.getCameras(name,onSuccess,onFailed,userContext); }
MapDataServiceOld.getRoadSign= function(name,onSuccess,onFailed,userContext) {MapDataServiceOld._staticInstance.getRoadSign(name,onSuccess,onFailed,userContext); }
MapDataServiceOld.getLinks= function(name,onSuccess,onFailed,userContext) {MapDataServiceOld._staticInstance.getLinks(name,onSuccess,onFailed,userContext); }
MapDataServiceOld.getTravelTimeLinks= function(name,onSuccess,onFailed,userContext) {MapDataServiceOld._staticInstance.getTravelTimeLinks(name,onSuccess,onFailed,userContext); }
MapDataServiceOld.getWinterRoadLinks= function(name,onSuccess,onFailed,userContext) {MapDataServiceOld._staticInstance.getWinterRoadLinks(name,onSuccess,onFailed,userContext); }
MapDataServiceOld.getIncidentEvents= function(name,onSuccess,onFailed,userContext) {MapDataServiceOld._staticInstance.getIncidentEvents(name,onSuccess,onFailed,userContext); }
MapDataServiceOld.getConstructionEvents= function(name,onSuccess,onFailed,userContext) {MapDataServiceOld._staticInstance.getConstructionEvents(name,onSuccess,onFailed,userContext); }
MapDataServiceOld.getPlannedEvents= function(name,onSuccess,onFailed,userContext) {MapDataServiceOld._staticInstance.getPlannedEvents(name,onSuccess,onFailed,userContext); }
