var TableLoadServices=function() {
TableLoadServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TableLoadServices.prototype={
GetAirportCountries:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'GetAirportCountries',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetAirportsForCountry:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'GetAirportsForCountry',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
JSGetNumberOfSeatsCtlID:function(aircraftTypeId,ctlId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetNumberOfSeatsCtlID',false,{aircraftTypeId:aircraftTypeId,ctlId:ctlId},succeededCallback,failedCallback,userContext); },
JSGetNumberOfPassengersCtlID:function(aircraftTypeId,ctlId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetNumberOfPassengersCtlID',false,{aircraftTypeId:aircraftTypeId,ctlId:ctlId},succeededCallback,failedCallback,userContext); },
GetBrands:function(succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'GetBrands',false,{},succeededCallback,failedCallback,userContext); },
GetCurrencies:function(succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'GetCurrencies',false,{},succeededCallback,failedCallback,userContext); },
GetCountries:function(succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'GetCountries',false,{},succeededCallback,failedCallback,userContext); },
JSGetStates:function(countryId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetStates',false,{countryId:countryId},succeededCallback,failedCallback,userContext); },
JSGetStatesCtlID:function(countryId,ctlId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetStatesCtlID',false,{countryId:countryId,ctlId:ctlId},succeededCallback,failedCallback,userContext); },
JSGetRegions:function(countryId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetRegions',false,{countryId:countryId},succeededCallback,failedCallback,userContext); },
JSGetRegionsCtlID:function(countryId,ctlId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetRegionsCtlID',false,{countryId:countryId,ctlId:ctlId},succeededCallback,failedCallback,userContext); },
JSGetCities:function(countryId,stateId,regionId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetCities',false,{countryId:countryId,stateId:stateId,regionId:regionId},succeededCallback,failedCallback,userContext); },
JSGetCitiesCtlID:function(countryId,stateId,regionId,ctlId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetCitiesCtlID',false,{countryId:countryId,stateId:stateId,regionId:regionId,ctlId:ctlId},succeededCallback,failedCallback,userContext); },
JSGetCityMainKeysCtlID:function(countryId,stateId,ctlId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetCityMainKeysCtlID',false,{countryId:countryId,stateId:stateId,ctlId:ctlId},succeededCallback,failedCallback,userContext); },
JSGetCityAreas:function(countryId,stateId,cityId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetCityAreas',false,{countryId:countryId,stateId:stateId,cityId:cityId},succeededCallback,failedCallback,userContext); },
JSGetCityAreasCtlID:function(countryId,stateId,cityId,ctlId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetCityAreasCtlID',false,{countryId:countryId,stateId:stateId,cityId:cityId,ctlId:ctlId},succeededCallback,failedCallback,userContext); },
JSGetPickUpLocations:function(location,ctlId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetPickUpLocations',false,{location:location,ctlId:ctlId},succeededCallback,failedCallback,userContext); },
JSGetAirports:function(countryId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetAirports',false,{countryId:countryId},succeededCallback,failedCallback,userContext); },
JSGetAirportsCtlID:function(countryId,ctlId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetAirportsCtlID',false,{countryId:countryId,ctlId:ctlId},succeededCallback,failedCallback,userContext); },
JSGetSeaports:function(countryId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetSeaports',false,{countryId:countryId},succeededCallback,failedCallback,userContext); },
JSGetSeaportsCtlID:function(countryId,ctlId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetSeaportsCtlID',false,{countryId:countryId,ctlId:ctlId},succeededCallback,failedCallback,userContext); },
HandleCascadedControls:function(functionId,valuekeys,values,controlkeys,controlIds,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'HandleCascadedControls',false,{functionId:functionId,valuekeys:valuekeys,values:values,controlkeys:controlkeys,controlIds:controlIds},succeededCallback,failedCallback,userContext); },
JSGetAirportsForLocation:function(location,distance,ctlId,selectedValue,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetAirportsForLocation',false,{location:location,distance:distance,ctlId:ctlId,selectedValue:selectedValue},succeededCallback,failedCallback,userContext); },
JSGetAirportCoordinates:function(airportId,location,distance,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetAirportCoordinates',false,{airportId:airportId,location:location,distance:distance},succeededCallback,failedCallback,userContext); },
JSGetAirportLatLon:function(airportId,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetAirportLatLon',false,{airportId:airportId},succeededCallback,failedCallback,userContext); },
GetHallo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'GetHallo',false,{},succeededCallback,failedCallback,userContext); },
JSGetDouble:function(succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetDouble',false,{},succeededCallback,failedCallback,userContext); },
JSGetTestTables:function(action,succeededCallback, failedCallback, userContext) {
return this._invoke(TableLoadServices.get_path(), 'JSGetTestTables',false,{action:action},succeededCallback,failedCallback,userContext); }}
TableLoadServices.registerClass('TableLoadServices',Sys.Net.WebServiceProxy);
TableLoadServices._staticInstance = new TableLoadServices();
TableLoadServices.set_path = function(value) { TableLoadServices._staticInstance._path = value; }
TableLoadServices.get_path = function() { return TableLoadServices._staticInstance._path; }
TableLoadServices.set_timeout = function(value) { TableLoadServices._staticInstance._timeout = value; }
TableLoadServices.get_timeout = function() { return TableLoadServices._staticInstance._timeout; }
TableLoadServices.set_defaultUserContext = function(value) { TableLoadServices._staticInstance._userContext = value; }
TableLoadServices.get_defaultUserContext = function() { return TableLoadServices._staticInstance._userContext; }
TableLoadServices.set_defaultSucceededCallback = function(value) { TableLoadServices._staticInstance._succeeded = value; }
TableLoadServices.get_defaultSucceededCallback = function() { return TableLoadServices._staticInstance._succeeded; }
TableLoadServices.set_defaultFailedCallback = function(value) { TableLoadServices._staticInstance._failed = value; }
TableLoadServices.get_defaultFailedCallback = function() { return TableLoadServices._staticInstance._failed; }
TableLoadServices.set_path("/TableLoadServices.asmx");
TableLoadServices.GetAirportCountries= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.GetAirportCountries(knownCategoryValues,category,onSuccess,onFailed,userContext); }
TableLoadServices.GetAirportsForCountry= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.GetAirportsForCountry(knownCategoryValues,category,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetNumberOfSeatsCtlID= function(aircraftTypeId,ctlId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetNumberOfSeatsCtlID(aircraftTypeId,ctlId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetNumberOfPassengersCtlID= function(aircraftTypeId,ctlId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetNumberOfPassengersCtlID(aircraftTypeId,ctlId,onSuccess,onFailed,userContext); }
TableLoadServices.GetBrands= function(onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.GetBrands(onSuccess,onFailed,userContext); }
TableLoadServices.GetCurrencies= function(onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.GetCurrencies(onSuccess,onFailed,userContext); }
TableLoadServices.GetCountries= function(onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.GetCountries(onSuccess,onFailed,userContext); }
TableLoadServices.JSGetStates= function(countryId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetStates(countryId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetStatesCtlID= function(countryId,ctlId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetStatesCtlID(countryId,ctlId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetRegions= function(countryId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetRegions(countryId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetRegionsCtlID= function(countryId,ctlId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetRegionsCtlID(countryId,ctlId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetCities= function(countryId,stateId,regionId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetCities(countryId,stateId,regionId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetCitiesCtlID= function(countryId,stateId,regionId,ctlId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetCitiesCtlID(countryId,stateId,regionId,ctlId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetCityMainKeysCtlID= function(countryId,stateId,ctlId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetCityMainKeysCtlID(countryId,stateId,ctlId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetCityAreas= function(countryId,stateId,cityId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetCityAreas(countryId,stateId,cityId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetCityAreasCtlID= function(countryId,stateId,cityId,ctlId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetCityAreasCtlID(countryId,stateId,cityId,ctlId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetPickUpLocations= function(location,ctlId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetPickUpLocations(location,ctlId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetAirports= function(countryId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetAirports(countryId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetAirportsCtlID= function(countryId,ctlId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetAirportsCtlID(countryId,ctlId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetSeaports= function(countryId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetSeaports(countryId,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetSeaportsCtlID= function(countryId,ctlId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetSeaportsCtlID(countryId,ctlId,onSuccess,onFailed,userContext); }
TableLoadServices.HandleCascadedControls= function(functionId,valuekeys,values,controlkeys,controlIds,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.HandleCascadedControls(functionId,valuekeys,values,controlkeys,controlIds,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetAirportsForLocation= function(location,distance,ctlId,selectedValue,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetAirportsForLocation(location,distance,ctlId,selectedValue,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetAirportCoordinates= function(airportId,location,distance,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetAirportCoordinates(airportId,location,distance,onSuccess,onFailed,userContext); }
TableLoadServices.JSGetAirportLatLon= function(airportId,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetAirportLatLon(airportId,onSuccess,onFailed,userContext); }
TableLoadServices.GetHallo= function(onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.GetHallo(onSuccess,onFailed,userContext); }
TableLoadServices.JSGetDouble= function(onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetDouble(onSuccess,onFailed,userContext); }
TableLoadServices.JSGetTestTables= function(action,onSuccess,onFailed,userContext) {TableLoadServices._staticInstance.JSGetTestTables(action,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataTable) === 'undefined') {
System.Data.DataTable=gtc("System.Data.DataTable");
System.Data.DataTable.registerClass('System.Data.DataTable');
}

