var wsHouseInfo=function() {
wsHouseInfo.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsHouseInfo.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return wsHouseInfo._staticInstance.get_path();},
PageLoad_Welcome:function(blnRoot,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PageLoad_Welcome',false,{blnRoot:blnRoot},succeededCallback,failedCallback,userContext); },
PageLoad_UserLogout:function(blnRoot,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PageLoad_UserLogout',false,{blnRoot:blnRoot},succeededCallback,failedCallback,userContext); },
PageLoad_OnlineUserCount:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PageLoad_OnlineUserCount',false,{},succeededCallback,failedCallback,userContext); },
rightUpInfo:function(blnRoot,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'rightUpInfo',false,{blnRoot:blnRoot},succeededCallback,failedCallback,userContext); },
footerDeclare3:function(intFooterDeclareType,intHouseInfoObjectType,intCityID,intRegionID,strName,blnIsSale,blnIsCourt,strCaseType,strCaseID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'footerDeclare3',false,{intFooterDeclareType:intFooterDeclareType,intHouseInfoObjectType:intHouseInfoObjectType,intCityID:intCityID,intRegionID:intRegionID,strName:strName,blnIsSale:blnIsSale,blnIsCourt:blnIsCourt,strCaseType:strCaseType,strCaseID:strCaseID},succeededCallback,failedCallback,userContext); },
getSolutionTable:function(blnNeedChoiceRadio,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getSolutionTable',false,{blnNeedChoiceRadio:blnNeedChoiceRadio},succeededCallback,failedCallback,userContext); },
getForgetAccountPasswordFormat:function(strType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getForgetAccountPasswordFormat',false,{strType:strType},succeededCallback,failedCallback,userContext); },
getSmallLoginFormat:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getSmallLoginFormat',false,{},succeededCallback,failedCallback,userContext); },
getImpeachFormat:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getImpeachFormat',false,{},succeededCallback,failedCallback,userContext); },
AddImpeach:function(strHLCID,strDefImpeachID,strOtherDescription,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddImpeach',false,{strHLCID:strHLCID,strDefImpeachID:strDefImpeachID,strOtherDescription:strOtherDescription},succeededCallback,failedCallback,userContext); },
startGetAccount:function(strYear,strMonth,strDay,strMemberMobile,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'startGetAccount',false,{strYear:strYear,strMonth:strMonth,strDay:strDay,strMemberMobile:strMemberMobile},succeededCallback,failedCallback,userContext); },
startGetPassword:function(strYear,strMonth,strDay,strMemberAccount,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'startGetPassword',false,{strYear:strYear,strMonth:strMonth,strDay:strDay,strMemberAccount:strMemberAccount},succeededCallback,failedCallback,userContext); },
startPublicLogin:function(strAccount,strPassword,blnRemberStatus,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'startPublicLogin',false,{strAccount:strAccount,strPassword:strPassword,blnRemberStatus:blnRemberStatus},succeededCallback,failedCallback,userContext); },
startPublicLogin2:function(strAccount,strPassword,blnRemberStatus,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'startPublicLogin2',false,{strAccount:strAccount,strPassword:strPassword,blnRemberStatus:blnRemberStatus},succeededCallback,failedCallback,userContext); },
mainTab:function(blnRoot,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'mainTab',false,{blnRoot:blnRoot},succeededCallback,failedCallback,userContext); },
PageLoad_LeftBrowserHistory:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PageLoad_LeftBrowserHistory',false,{},succeededCallback,failedCallback,userContext); },
AD_480_60:function(blnRoot,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AD_480_60',false,{blnRoot:blnRoot},succeededCallback,failedCallback,userContext); },
webSiteMessage:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'webSiteMessage',false,{},succeededCallback,failedCallback,userContext); },
PageLoad_HLCSummary:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PageLoad_HLCSummary',false,{},succeededCallback,failedCallback,userContext); },
titleCityList:function(blnRoot,intCityID,intHouseLandCar,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'titleCityList',false,{blnRoot:blnRoot,intCityID:intCityID,intHouseLandCar:intHouseLandCar},succeededCallback,failedCallback,userContext); },
AD_170_50:function(intCityID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AD_170_50',false,{intCityID:intCityID},succeededCallback,failedCallback,userContext); }}
wsHouseInfo.registerClass('wsHouseInfo',Sys.Net.WebServiceProxy);
wsHouseInfo._staticInstance = new wsHouseInfo();
wsHouseInfo.set_path = function(value) { wsHouseInfo._staticInstance.set_path(value); }
wsHouseInfo.get_path = function() { return wsHouseInfo._staticInstance.get_path(); }
wsHouseInfo.set_timeout = function(value) { wsHouseInfo._staticInstance.set_timeout(value); }
wsHouseInfo.get_timeout = function() { return wsHouseInfo._staticInstance.get_timeout(); }
wsHouseInfo.set_defaultUserContext = function(value) { wsHouseInfo._staticInstance.set_defaultUserContext(value); }
wsHouseInfo.get_defaultUserContext = function() { return wsHouseInfo._staticInstance.get_defaultUserContext(); }
wsHouseInfo.set_defaultSucceededCallback = function(value) { wsHouseInfo._staticInstance.set_defaultSucceededCallback(value); }
wsHouseInfo.get_defaultSucceededCallback = function() { return wsHouseInfo._staticInstance.get_defaultSucceededCallback(); }
wsHouseInfo.set_defaultFailedCallback = function(value) { wsHouseInfo._staticInstance.set_defaultFailedCallback(value); }
wsHouseInfo.get_defaultFailedCallback = function() { return wsHouseInfo._staticInstance.get_defaultFailedCallback(); }
wsHouseInfo.set_path("/WS/wsHouseInfo.asmx");
wsHouseInfo.PageLoad_Welcome= function(blnRoot,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.PageLoad_Welcome(blnRoot,onSuccess,onFailed,userContext); }
wsHouseInfo.PageLoad_UserLogout= function(blnRoot,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.PageLoad_UserLogout(blnRoot,onSuccess,onFailed,userContext); }
wsHouseInfo.PageLoad_OnlineUserCount= function(onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.PageLoad_OnlineUserCount(onSuccess,onFailed,userContext); }
wsHouseInfo.rightUpInfo= function(blnRoot,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.rightUpInfo(blnRoot,onSuccess,onFailed,userContext); }
wsHouseInfo.footerDeclare3= function(intFooterDeclareType,intHouseInfoObjectType,intCityID,intRegionID,strName,blnIsSale,blnIsCourt,strCaseType,strCaseID,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.footerDeclare3(intFooterDeclareType,intHouseInfoObjectType,intCityID,intRegionID,strName,blnIsSale,blnIsCourt,strCaseType,strCaseID,onSuccess,onFailed,userContext); }
wsHouseInfo.getSolutionTable= function(blnNeedChoiceRadio,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.getSolutionTable(blnNeedChoiceRadio,onSuccess,onFailed,userContext); }
wsHouseInfo.getForgetAccountPasswordFormat= function(strType,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.getForgetAccountPasswordFormat(strType,onSuccess,onFailed,userContext); }
wsHouseInfo.getSmallLoginFormat= function(onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.getSmallLoginFormat(onSuccess,onFailed,userContext); }
wsHouseInfo.getImpeachFormat= function(onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.getImpeachFormat(onSuccess,onFailed,userContext); }
wsHouseInfo.AddImpeach= function(strHLCID,strDefImpeachID,strOtherDescription,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.AddImpeach(strHLCID,strDefImpeachID,strOtherDescription,onSuccess,onFailed,userContext); }
wsHouseInfo.startGetAccount= function(strYear,strMonth,strDay,strMemberMobile,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.startGetAccount(strYear,strMonth,strDay,strMemberMobile,onSuccess,onFailed,userContext); }
wsHouseInfo.startGetPassword= function(strYear,strMonth,strDay,strMemberAccount,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.startGetPassword(strYear,strMonth,strDay,strMemberAccount,onSuccess,onFailed,userContext); }
wsHouseInfo.startPublicLogin= function(strAccount,strPassword,blnRemberStatus,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.startPublicLogin(strAccount,strPassword,blnRemberStatus,onSuccess,onFailed,userContext); }
wsHouseInfo.startPublicLogin2= function(strAccount,strPassword,blnRemberStatus,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.startPublicLogin2(strAccount,strPassword,blnRemberStatus,onSuccess,onFailed,userContext); }
wsHouseInfo.mainTab= function(blnRoot,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.mainTab(blnRoot,onSuccess,onFailed,userContext); }
wsHouseInfo.PageLoad_LeftBrowserHistory= function(onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.PageLoad_LeftBrowserHistory(onSuccess,onFailed,userContext); }
wsHouseInfo.AD_480_60= function(blnRoot,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.AD_480_60(blnRoot,onSuccess,onFailed,userContext); }
wsHouseInfo.webSiteMessage= function(onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.webSiteMessage(onSuccess,onFailed,userContext); }
wsHouseInfo.PageLoad_HLCSummary= function(onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.PageLoad_HLCSummary(onSuccess,onFailed,userContext); }
wsHouseInfo.titleCityList= function(blnRoot,intCityID,intHouseLandCar,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.titleCityList(blnRoot,intCityID,intHouseLandCar,onSuccess,onFailed,userContext); }
wsHouseInfo.AD_170_50= function(intCityID,onSuccess,onFailed,userContext) {wsHouseInfo._staticInstance.AD_170_50(intCityID,onSuccess,onFailed,userContext); }
