var RegService=function() {
RegService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
RegService.prototype={
GetReg:function(succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'GetReg',false,{},succeededCallback,failedCallback,userContext); },
SupplementCardId:function(strCardId,strYear,strMonth,strDay,intGender,strRealName,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'SupplementCardId',false,{strCardId:strCardId,strYear:strYear,strMonth:strMonth,strDay:strDay,intGender:intGender,strRealName:strRealName},succeededCallback,failedCallback,userContext); },
DoIt:function(strUserName,strPassword,strRePassword,strEmail,strNickName,strGender,strYear,strMonth,strDay,strProvince,strCity,strIntro,strQQ,strMSN,blncbReg,strVCode,strCardId,strRealName,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'DoIt',false,{strUserName:strUserName,strPassword:strPassword,strRePassword:strRePassword,strEmail:strEmail,strNickName:strNickName,strGender:strGender,strYear:strYear,strMonth:strMonth,strDay:strDay,strProvince:strProvince,strCity:strCity,strIntro:strIntro,strQQ:strQQ,strMSN:strMSN,blncbReg:blncbReg,strVCode:strVCode,strCardId:strCardId,strRealName:strRealName},succeededCallback,failedCallback,userContext); },
per15To18:function(perIDSrc,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'per15To18',false,{perIDSrc:perIDSrc},succeededCallback,failedCallback,userContext); },
HasUserName:function(strUserName,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'HasUserName',false,{strUserName:strUserName},succeededCallback,failedCallback,userContext); },
CheckUserName:function(strUserName,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'CheckUserName',false,{strUserName:strUserName},succeededCallback,failedCallback,userContext); },
HasNickName:function(strNickName,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'HasNickName',false,{strNickName:strNickName},succeededCallback,failedCallback,userContext); },
CheckNickName:function(strNickName,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'CheckNickName',false,{strNickName:strNickName},succeededCallback,failedCallback,userContext); },
HasEmail:function(strEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'HasEmail',false,{strEmail:strEmail},succeededCallback,failedCallback,userContext); },
CheckEmail:function(strEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'CheckEmail',false,{strEmail:strEmail},succeededCallback,failedCallback,userContext); },
CheckPassword:function(strPassword,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'CheckPassword',false,{strPassword:strPassword},succeededCallback,failedCallback,userContext); },
LeavePassword:function(strPassword,strRePassword,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'LeavePassword',false,{strPassword:strPassword,strRePassword:strRePassword},succeededCallback,failedCallback,userContext); },
CheckRePassword:function(strPassword,strRePassword,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'CheckRePassword',false,{strPassword:strPassword,strRePassword:strRePassword},succeededCallback,failedCallback,userContext); },
LeaveRePassword:function(strPassword,strRePassword,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'LeaveRePassword',false,{strPassword:strPassword,strRePassword:strRePassword},succeededCallback,failedCallback,userContext); },
HasIntro:function(strIntro,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'HasIntro',false,{strIntro:strIntro},succeededCallback,failedCallback,userContext); },
CheckIntro:function(strIntro,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'CheckIntro',false,{strIntro:strIntro},succeededCallback,failedCallback,userContext); },
CheckQQ:function(strQQ,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'CheckQQ',false,{strQQ:strQQ},succeededCallback,failedCallback,userContext); },
CheckMSN:function(strMSN,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'CheckMSN',false,{strMSN:strMSN},succeededCallback,failedCallback,userContext); },
CheckBirthDay:function(strYear,strMonth,strDay,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'CheckBirthDay',false,{strYear:strYear,strMonth:strMonth,strDay:strDay},succeededCallback,failedCallback,userContext); },
CheckSpace:function(strProvince,strCity,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'CheckSpace',false,{strProvince:strProvince,strCity:strCity},succeededCallback,failedCallback,userContext); },
Modify:function(strGender,strYear,strMonth,strDay,strProvince,strCity,strQQ,strMSN,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'Modify',false,{strGender:strGender,strYear:strYear,strMonth:strMonth,strDay:strDay,strProvince:strProvince,strCity:strCity,strQQ:strQQ,strMSN:strMSN},succeededCallback,failedCallback,userContext); },
ModifyPassword:function(strPassword,strNewPassword,strEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(RegService.get_path(), 'ModifyPassword',false,{strPassword:strPassword,strNewPassword:strNewPassword,strEmail:strEmail},succeededCallback,failedCallback,userContext); }}
RegService.registerClass('RegService',Sys.Net.WebServiceProxy);
RegService._staticInstance = new RegService();
RegService.set_path = function(value) { RegService._staticInstance._path = value; }
RegService.get_path = function() { return RegService._staticInstance._path; }
RegService.set_timeout = function(value) { RegService._staticInstance._timeout = value; }
RegService.get_timeout = function() { return RegService._staticInstance._timeout; }
RegService.set_defaultUserContext = function(value) { RegService._staticInstance._userContext = value; }
RegService.get_defaultUserContext = function() { return RegService._staticInstance._userContext; }
RegService.set_defaultSucceededCallback = function(value) { RegService._staticInstance._succeeded = value; }
RegService.get_defaultSucceededCallback = function() { return RegService._staticInstance._succeeded; }
RegService.set_defaultFailedCallback = function(value) { RegService._staticInstance._failed = value; }
RegService.get_defaultFailedCallback = function() { return RegService._staticInstance._failed; }
RegService.set_path("/WebService/RegService.asmx");
RegService.GetReg= function(onSuccess,onFailed,userContext) {RegService._staticInstance.GetReg(onSuccess,onFailed,userContext); }
RegService.SupplementCardId= function(strCardId,strYear,strMonth,strDay,intGender,strRealName,onSuccess,onFailed,userContext) {RegService._staticInstance.SupplementCardId(strCardId,strYear,strMonth,strDay,intGender,strRealName,onSuccess,onFailed,userContext); }
RegService.DoIt= function(strUserName,strPassword,strRePassword,strEmail,strNickName,strGender,strYear,strMonth,strDay,strProvince,strCity,strIntro,strQQ,strMSN,blncbReg,strVCode,strCardId,strRealName,onSuccess,onFailed,userContext) {RegService._staticInstance.DoIt(strUserName,strPassword,strRePassword,strEmail,strNickName,strGender,strYear,strMonth,strDay,strProvince,strCity,strIntro,strQQ,strMSN,blncbReg,strVCode,strCardId,strRealName,onSuccess,onFailed,userContext); }
RegService.per15To18= function(perIDSrc,onSuccess,onFailed,userContext) {RegService._staticInstance.per15To18(perIDSrc,onSuccess,onFailed,userContext); }
RegService.HasUserName= function(strUserName,onSuccess,onFailed,userContext) {RegService._staticInstance.HasUserName(strUserName,onSuccess,onFailed,userContext); }
RegService.CheckUserName= function(strUserName,onSuccess,onFailed,userContext) {RegService._staticInstance.CheckUserName(strUserName,onSuccess,onFailed,userContext); }
RegService.HasNickName= function(strNickName,onSuccess,onFailed,userContext) {RegService._staticInstance.HasNickName(strNickName,onSuccess,onFailed,userContext); }
RegService.CheckNickName= function(strNickName,onSuccess,onFailed,userContext) {RegService._staticInstance.CheckNickName(strNickName,onSuccess,onFailed,userContext); }
RegService.HasEmail= function(strEmail,onSuccess,onFailed,userContext) {RegService._staticInstance.HasEmail(strEmail,onSuccess,onFailed,userContext); }
RegService.CheckEmail= function(strEmail,onSuccess,onFailed,userContext) {RegService._staticInstance.CheckEmail(strEmail,onSuccess,onFailed,userContext); }
RegService.CheckPassword= function(strPassword,onSuccess,onFailed,userContext) {RegService._staticInstance.CheckPassword(strPassword,onSuccess,onFailed,userContext); }
RegService.LeavePassword= function(strPassword,strRePassword,onSuccess,onFailed,userContext) {RegService._staticInstance.LeavePassword(strPassword,strRePassword,onSuccess,onFailed,userContext); }
RegService.CheckRePassword= function(strPassword,strRePassword,onSuccess,onFailed,userContext) {RegService._staticInstance.CheckRePassword(strPassword,strRePassword,onSuccess,onFailed,userContext); }
RegService.LeaveRePassword= function(strPassword,strRePassword,onSuccess,onFailed,userContext) {RegService._staticInstance.LeaveRePassword(strPassword,strRePassword,onSuccess,onFailed,userContext); }
RegService.HasIntro= function(strIntro,onSuccess,onFailed,userContext) {RegService._staticInstance.HasIntro(strIntro,onSuccess,onFailed,userContext); }
RegService.CheckIntro= function(strIntro,onSuccess,onFailed,userContext) {RegService._staticInstance.CheckIntro(strIntro,onSuccess,onFailed,userContext); }
RegService.CheckQQ= function(strQQ,onSuccess,onFailed,userContext) {RegService._staticInstance.CheckQQ(strQQ,onSuccess,onFailed,userContext); }
RegService.CheckMSN= function(strMSN,onSuccess,onFailed,userContext) {RegService._staticInstance.CheckMSN(strMSN,onSuccess,onFailed,userContext); }
RegService.CheckBirthDay= function(strYear,strMonth,strDay,onSuccess,onFailed,userContext) {RegService._staticInstance.CheckBirthDay(strYear,strMonth,strDay,onSuccess,onFailed,userContext); }
RegService.CheckSpace= function(strProvince,strCity,onSuccess,onFailed,userContext) {RegService._staticInstance.CheckSpace(strProvince,strCity,onSuccess,onFailed,userContext); }
RegService.Modify= function(strGender,strYear,strMonth,strDay,strProvince,strCity,strQQ,strMSN,onSuccess,onFailed,userContext) {RegService._staticInstance.Modify(strGender,strYear,strMonth,strDay,strProvince,strCity,strQQ,strMSN,onSuccess,onFailed,userContext); }
RegService.ModifyPassword= function(strPassword,strNewPassword,strEmail,onSuccess,onFailed,userContext) {RegService._staticInstance.ModifyPassword(strPassword,strNewPassword,strEmail,onSuccess,onFailed,userContext); }
