var SearchWebServiceBJ=function() {
SearchWebServiceBJ.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SearchWebServiceBJ.prototype={
arrGetstaName:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'arrGetstaName',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
arrGetstaNameDefault:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'arrGetstaNameDefault',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
arrGetstaNameEn:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'arrGetstaNameEn',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
strEndTimePathEn:function(strFromSta,strToSta,radioFlg,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'strEndTimePathEn',false,{strFromSta:strFromSta,strToSta:strToSta,radioFlg:radioFlg},succeededCallback,failedCallback,userContext); },
strEndTimePath:function(strFromSta,strToSta,radioFlg,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'strEndTimePath',false,{strFromSta:strFromSta,strToSta:strToSta,radioFlg:radioFlg},succeededCallback,failedCallback,userContext); },
strGetPathWebCH:function(strFromSta,strToSta,radioFlg,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'strGetPathWebCH',false,{strFromSta:strFromSta,strToSta:strToSta,radioFlg:radioFlg},succeededCallback,failedCallback,userContext); },
strGetPath:function(strFromSta,strToSta,radioFlg,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'strGetPath',false,{strFromSta:strFromSta,strToSta:strToSta,radioFlg:radioFlg},succeededCallback,failedCallback,userContext); },
strGetPathEn:function(strFromSta,strToSta,radioFlg,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'strGetPathEn',false,{strFromSta:strFromSta,strToSta:strToSta,radioFlg:radioFlg},succeededCallback,failedCallback,userContext); },
LoginOut:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'LoginOut',false,{},succeededCallback,failedCallback,userContext); },
vCreatTimeTable:function(staNameAndLine,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'vCreatTimeTable',false,{staNameAndLine:staNameAndLine},succeededCallback,failedCallback,userContext); },
vCreatTimeTableEn:function(staNameAndLine,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'vCreatTimeTableEn',false,{staNameAndLine:staNameAndLine},succeededCallback,failedCallback,userContext); },
vCreatTimeTableEnByChinese:function(staNameAndLine,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'vCreatTimeTableEnByChinese',false,{staNameAndLine:staNameAndLine},succeededCallback,failedCallback,userContext); },
strChName:function(sEnName,succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'strChName',false,{sEnName:sEnName},succeededCallback,failedCallback,userContext); },
GetLinesAndStations:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'GetLinesAndStations',false,{},succeededCallback,failedCallback,userContext); },
GetLinesAndStationsEn:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'GetLinesAndStationsEn',false,{},succeededCallback,failedCallback,userContext); },
GetLinesAndStationsForInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'GetLinesAndStationsForInfo',false,{},succeededCallback,failedCallback,userContext); },
GetLinesAndStationsForInfoEn:function(succeededCallback, failedCallback, userContext) {
return this._invoke(SearchWebServiceBJ.get_path(), 'GetLinesAndStationsForInfoEn',false,{},succeededCallback,failedCallback,userContext); }}
SearchWebServiceBJ.registerClass('SearchWebServiceBJ',Sys.Net.WebServiceProxy);
SearchWebServiceBJ._staticInstance = new SearchWebServiceBJ();
SearchWebServiceBJ.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; SearchWebServiceBJ._staticInstance._path = value; }
SearchWebServiceBJ.get_path = function() { return SearchWebServiceBJ._staticInstance._path; }
SearchWebServiceBJ.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); }
SearchWebServiceBJ._staticInstance._timeout = value; }
SearchWebServiceBJ.get_timeout = function() { 
return SearchWebServiceBJ._staticInstance._timeout; }
SearchWebServiceBJ.set_defaultUserContext = function(value) { 
SearchWebServiceBJ._staticInstance._userContext = value; }
SearchWebServiceBJ.get_defaultUserContext = function() { 
return SearchWebServiceBJ._staticInstance._userContext; }
SearchWebServiceBJ.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; SearchWebServiceBJ._staticInstance._succeeded = value; }
SearchWebServiceBJ.get_defaultSucceededCallback = function() { 
return SearchWebServiceBJ._staticInstance._succeeded; }
SearchWebServiceBJ.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; SearchWebServiceBJ._staticInstance._failed = value; }
SearchWebServiceBJ.get_defaultFailedCallback = function() { 
return SearchWebServiceBJ._staticInstance._failed; }
SearchWebServiceBJ.set_path("/pages/search/SearchWebServiceBJ.asmx");
SearchWebServiceBJ.arrGetstaName= function(prefixText,count,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.arrGetstaName(prefixText,count,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.arrGetstaNameDefault= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.arrGetstaNameDefault(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.arrGetstaNameEn= function(prefixText,count,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.arrGetstaNameEn(prefixText,count,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.strEndTimePathEn= function(strFromSta,strToSta,radioFlg,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.strEndTimePathEn(strFromSta,strToSta,radioFlg,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.strEndTimePath= function(strFromSta,strToSta,radioFlg,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.strEndTimePath(strFromSta,strToSta,radioFlg,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.strGetPathWebCH= function(strFromSta,strToSta,radioFlg,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.strGetPathWebCH(strFromSta,strToSta,radioFlg,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.strGetPath= function(strFromSta,strToSta,radioFlg,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.strGetPath(strFromSta,strToSta,radioFlg,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.strGetPathEn= function(strFromSta,strToSta,radioFlg,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.strGetPathEn(strFromSta,strToSta,radioFlg,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.LoginOut= function(onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.LoginOut(onSuccess,onFailed,userContext); }
SearchWebServiceBJ.vCreatTimeTable= function(staNameAndLine,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.vCreatTimeTable(staNameAndLine,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.vCreatTimeTableEn= function(staNameAndLine,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.vCreatTimeTableEn(staNameAndLine,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.vCreatTimeTableEnByChinese= function(staNameAndLine,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.vCreatTimeTableEnByChinese(staNameAndLine,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.strChName= function(sEnName,onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.strChName(sEnName,onSuccess,onFailed,userContext); }
SearchWebServiceBJ.GetLinesAndStations= function(onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.GetLinesAndStations(onSuccess,onFailed,userContext); }
SearchWebServiceBJ.GetLinesAndStationsEn= function(onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.GetLinesAndStationsEn(onSuccess,onFailed,userContext); }
SearchWebServiceBJ.GetLinesAndStationsForInfo= function(onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.GetLinesAndStationsForInfo(onSuccess,onFailed,userContext); }
SearchWebServiceBJ.GetLinesAndStationsForInfoEn= function(onSuccess,onFailed,userContext) {SearchWebServiceBJ._staticInstance.GetLinesAndStationsForInfoEn(onSuccess,onFailed,userContext); }
