var service=function() {
service.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
service.prototype={
AddBlog:function(classID,title,content,dt,allowComment,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddBlog',false,{classID:classID,title:title,content:content,dt:dt,allowComment:allowComment},succeededCallback,failedCallback,userContext); },
UpdateBlog:function(blogID,classID,title,content,dt,allowComment,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateBlog',false,{blogID:blogID,classID:classID,title:title,content:content,dt:dt,allowComment:allowComment},succeededCallback,failedCallback,userContext); },
AddBlogComment:function(blogID,userID,content,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddBlogComment',false,{blogID:blogID,userID:userID,content:content},succeededCallback,failedCallback,userContext); },
UpdateRetrieveState:function(parameter,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateRetrieveState',false,{parameter:parameter},succeededCallback,failedCallback,userContext); },
IsCollection:function(shopID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'IsCollection',false,{shopID:shopID,userID:userID},succeededCallback,failedCallback,userContext); },
ReadXML:function(node,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'ReadXML',false,{node:node},succeededCallback,failedCallback,userContext); },
ReadXMLChild:function(value,node,nodeChild,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'ReadXMLChild',false,{value:value,node:node,nodeChild:nodeChild},succeededCallback,failedCallback,userContext); },
ValidateShopName:function(shopName,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'ValidateShopName',false,{shopName:shopName},succeededCallback,failedCallback,userContext); },
AddShop:function(shopName,city,area,address,telephone,type,category,beginDate,shopHours,shopArea,guestCapacity,roomCount,roomCapacity,carCount,oneMoney,fit,introduction,addUserID,display,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddShop',false,{shopName:shopName,city:city,area:area,address:address,telephone:telephone,type:type,category:category,beginDate:beginDate,shopHours:shopHours,shopArea:shopArea,guestCapacity:guestCapacity,roomCount:roomCount,roomCapacity:roomCapacity,carCount:carCount,oneMoney:oneMoney,fit:fit,introduction:introduction,addUserID:addUserID,display:display},succeededCallback,failedCallback,userContext); },
UpdateShop:function(shopID,shopName,city,area,address,telephone,type,category,beginDate,shopHours,shopArea,guestCapacity,roomCount,roomCapacity,carCount,introduction,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateShop',false,{shopID:shopID,shopName:shopName,city:city,area:area,address:address,telephone:telephone,type:type,category:category,beginDate:beginDate,shopHours:shopHours,shopArea:shopArea,guestCapacity:guestCapacity,roomCount:roomCount,roomCapacity:roomCapacity,carCount:carCount,introduction:introduction},succeededCallback,failedCallback,userContext); },
UpdateShopM:function(shopID,shopName,city,area,address,telephone,type,category,beginDate,shopHours,shopArea,guestCapacity,roomCount,roomCapacity,carCount,oneMoney,introduction,keywords,addUserID,addDate,template,shut,display,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateShopM',false,{shopID:shopID,shopName:shopName,city:city,area:area,address:address,telephone:telephone,type:type,category:category,beginDate:beginDate,shopHours:shopHours,shopArea:shopArea,guestCapacity:guestCapacity,roomCount:roomCount,roomCapacity:roomCapacity,carCount:carCount,oneMoney:oneMoney,introduction:introduction,keywords:keywords,addUserID:addUserID,addDate:addDate,template:template,shut:shut,display:display},succeededCallback,failedCallback,userContext); },
GetUserID:function(userName,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetUserID',false,{userName:userName},succeededCallback,failedCallback,userContext); },
AddUser:function(userName,password,email,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddUser',false,{userName:userName,password:password,email:email},succeededCallback,failedCallback,userContext); },
UpdatePasswordM:function(userID,password,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdatePasswordM',false,{userID:userID,password:password},succeededCallback,failedCallback,userContext); },
UpdateUserM:function(userID,userName,email,display,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateUserM',false,{userID:userID,userName:userName,email:email,display:display},succeededCallback,failedCallback,userContext); },
UpdateUser:function(sex,birthday,qq,blog,sign,introduction,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateUser',false,{sex:sex,birthday:birthday,qq:qq,blog:blog,sign:sign,introduction:introduction,userID:userID},succeededCallback,failedCallback,userContext); },
ValidateUserName:function(userName,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'ValidateUserName',false,{userName:userName},succeededCallback,failedCallback,userContext); },
UnallowChar:function(userName,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UnallowChar',false,{userName:userName},succeededCallback,failedCallback,userContext); },
ValidatePassword:function(userName,password,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'ValidatePassword',false,{userName:userName,password:password},succeededCallback,failedCallback,userContext); },
ValidateEmail:function(email,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'ValidateEmail',false,{email:email},succeededCallback,failedCallback,userContext); },
UpdatePassword:function(userName,password,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdatePassword',false,{userName:userName,password:password},succeededCallback,failedCallback,userContext); },
AddCookies:function(userID,userName,remember,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddCookies',false,{userID:userID,userName:userName,remember:remember},succeededCallback,failedCallback,userContext); },
BeenShop:function(shopID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'BeenShop',false,{shopID:shopID,userID:userID},succeededCallback,failedCallback,userContext); },
CancelBeenShop:function(shopID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'CancelBeenShop',false,{shopID:shopID,userID:userID},succeededCallback,failedCallback,userContext); },
CollectionShop:function(shopID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'CollectionShop',false,{shopID:shopID,userID:userID},succeededCallback,failedCallback,userContext); },
CancelCollectionShop:function(shopID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'CancelCollectionShop',false,{shopID:shopID,userID:userID},succeededCallback,failedCallback,userContext); },
GetSingleUser:function(userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetSingleUser',false,{userID:userID},succeededCallback,failedCallback,userContext); },
AddWord:function(userID,shopID,content,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddWord',false,{userID:userID,shopID:shopID,content:content},succeededCallback,failedCallback,userContext); },
AddTag:function(shopID,type,tagName,addUserID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddTag',false,{shopID:shopID,type:type,tagName:tagName,addUserID:addUserID},succeededCallback,failedCallback,userContext); },
DeleteMyTag:function(shopID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeleteMyTag',false,{shopID:shopID,userID:userID},succeededCallback,failedCallback,userContext); },
GetTag:function(shopID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetTag',false,{shopID:shopID},succeededCallback,failedCallback,userContext); },
GetMyTag:function(shopID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetMyTag',false,{shopID:shopID,userID:userID},succeededCallback,failedCallback,userContext); },
GetBeenShop:function(userID,isMy,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetBeenShop',false,{userID:userID,isMy:isMy},succeededCallback,failedCallback,userContext); },
GetBeenShopCount:function(userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetBeenShopCount',false,{userID:userID},succeededCallback,failedCallback,userContext); },
GetCollectionShopCount:function(userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetCollectionShopCount',false,{userID:userID},succeededCallback,failedCallback,userContext); },
GetFriendCount:function(userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetFriendCount',false,{userID:userID},succeededCallback,failedCallback,userContext); },
GetCollectionShop:function(userID,isMy,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetCollectionShop',false,{userID:userID,isMy:isMy},succeededCallback,failedCallback,userContext); },
GetBeenShopTop4:function(userID,isMy,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetBeenShopTop4',false,{userID:userID,isMy:isMy},succeededCallback,failedCallback,userContext); },
GetCollectionShopTop4:function(userID,isMy,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetCollectionShopTop4',false,{userID:userID,isMy:isMy},succeededCallback,failedCallback,userContext); },
GetFriend:function(userID,isMy,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetFriend',false,{userID:userID,isMy:isMy},succeededCallback,failedCallback,userContext); },
GetFriendTop9:function(userID,isMy,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetFriendTop9',false,{userID:userID,isMy:isMy},succeededCallback,failedCallback,userContext); },
AddFriend:function(addUserID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddFriend',false,{addUserID:addUserID,userID:userID},succeededCallback,failedCallback,userContext); },
CancelFriend:function(cancelUserID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'CancelFriend',false,{cancelUserID:cancelUserID,userID:userID},succeededCallback,failedCallback,userContext); },
GetAddShop:function(userID,isMy,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetAddShop',false,{userID:userID,isMy:isMy},succeededCallback,failedCallback,userContext); },
GetMyPhoto:function(userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetMyPhoto',false,{userID:userID},succeededCallback,failedCallback,userContext); },
AddMessage:function(senderID,receiverID,content,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddMessage',false,{senderID:senderID,receiverID:receiverID,content:content},succeededCallback,failedCallback,userContext); },
AddMessageM:function(senderID,receiverID,content,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddMessageM',false,{senderID:senderID,receiverID:receiverID,content:content},succeededCallback,failedCallback,userContext); },
AddMark:function(shopID,taste,environment,serviceT,addUserID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddMark',false,{shopID:shopID,taste:taste,environment:environment,serviceT:serviceT,addUserID:addUserID},succeededCallback,failedCallback,userContext); },
GetMarkList:function(shopID,addUserID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetMarkList',false,{shopID:shopID,addUserID:addUserID},succeededCallback,failedCallback,userContext); },
UpdateMark:function(shopID,taste,environment,serviceT,addUserID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateMark',false,{shopID:shopID,taste:taste,environment:environment,serviceT:serviceT,addUserID:addUserID},succeededCallback,failedCallback,userContext); },
DeleteComment:function(commentID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeleteComment',false,{commentID:commentID,userID:userID},succeededCallback,failedCallback,userContext); },
UpdateComment:function(commentID,content,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateComment',false,{commentID:commentID,content:content},succeededCallback,failedCallback,userContext); },
AddDistillate:function(commentID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddDistillate',false,{commentID:commentID,userID:userID},succeededCallback,failedCallback,userContext); },
DisplayMessage:function(messageID,type,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DisplayMessage',false,{messageID:messageID,type:type},succeededCallback,failedCallback,userContext); },
UpdatePhotoDefault:function(shopID,photoID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdatePhotoDefault',false,{shopID:shopID,photoID:photoID},succeededCallback,failedCallback,userContext); },
UpdateUserCount:function(userID,field,type,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateUserCount',false,{userID:userID,field:field,type:type},succeededCallback,failedCallback,userContext); },
DeleteInfoPhoto:function(userID,photoName,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeleteInfoPhoto',false,{userID:userID,photoName:photoName},succeededCallback,failedCallback,userContext); },
DeletePhoto:function(photoID,photoName,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeletePhoto',false,{photoID:photoID,photoName:photoName},succeededCallback,failedCallback,userContext); },
GetShopID:function(shopName,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetShopID',false,{shopName:shopName},succeededCallback,failedCallback,userContext); },
UpdateUserID:function(photoID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateUserID',false,{photoID:photoID,userID:userID},succeededCallback,failedCallback,userContext); },
GetMark:function(userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetMark',false,{userID:userID},succeededCallback,failedCallback,userContext); },
SetMail:function(email,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'SetMail',false,{email:email},succeededCallback,failedCallback,userContext); },
AddLink:function(name,url,introduction,email,qq,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddLink',false,{name:name,url:url,introduction:introduction,email:email,qq:qq},succeededCallback,failedCallback,userContext); },
GetArea:function(city,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'GetArea',false,{city:city},succeededCallback,failedCallback,userContext); },
Reply:function(commentID,content,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'Reply',false,{commentID:commentID,content:content},succeededCallback,failedCallback,userContext); },
DeleteReply:function(commentID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeleteReply',false,{commentID:commentID},succeededCallback,failedCallback,userContext); },
AddFlower:function(commentID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddFlower',false,{commentID:commentID,userID:userID},succeededCallback,failedCallback,userContext); },
IsAddFlower:function(commentID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'IsAddFlower',false,{commentID:commentID,userID:userID},succeededCallback,failedCallback,userContext); },
AddInfo:function(title,content,expirationDate,category,city,telephone,email,qq,userID,photo,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddInfo',false,{title:title,content:content,expirationDate:expirationDate,category:category,city:city,telephone:telephone,email:email,qq:qq,userID:userID,photo:photo},succeededCallback,failedCallback,userContext); },
AddInfoManager:function(title,content,expirationDate,category,city,telephone,email,qq,date,userID,photo,display,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddInfoManager',false,{title:title,content:content,expirationDate:expirationDate,category:category,city:city,telephone:telephone,email:email,qq:qq,date:date,userID:userID,photo:photo,display:display},succeededCallback,failedCallback,userContext); },
UpdateInfo:function(infoID,title,content,expirationDate,city,telephone,email,qq,photo,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateInfo',false,{infoID:infoID,title:title,content:content,expirationDate:expirationDate,city:city,telephone:telephone,email:email,qq:qq,photo:photo},succeededCallback,failedCallback,userContext); },
UpdateInfoManager:function(infoID,title,content,expirationDate,city,telephone,email,qq,addDate,userID,photo,display,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateInfoManager',false,{infoID:infoID,title:title,content:content,expirationDate:expirationDate,city:city,telephone:telephone,email:email,qq:qq,addDate:addDate,userID:userID,photo:photo,display:display},succeededCallback,failedCallback,userContext); },
AddCollection:function(infoID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddCollection',false,{infoID:infoID,userID:userID},succeededCallback,failedCallback,userContext); },
ValidateCollection:function(infoID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'ValidateCollection',false,{infoID:infoID,userID:userID},succeededCallback,failedCallback,userContext); },
UpdateDisplay:function(infoID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateDisplay',false,{infoID:infoID},succeededCallback,failedCallback,userContext); },
DeleteCollectedInfo:function(infoID,userID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeleteCollectedInfo',false,{infoID:infoID,userID:userID},succeededCallback,failedCallback,userContext); },
DeleteBlogPhoto:function(photoName,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeleteBlogPhoto',false,{photoName:photoName},succeededCallback,failedCallback,userContext); },
UpdatePhoto:function(shopID,photoID,photoTitle,photoDefault,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdatePhoto',false,{shopID:shopID,photoID:photoID,photoTitle:photoTitle,photoDefault:photoDefault},succeededCallback,failedCallback,userContext); },
DeleteDiscount:function(discountID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeleteDiscount',false,{discountID:discountID},succeededCallback,failedCallback,userContext); },
LeaveWord:function(shopID,userID,content,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'LeaveWord',false,{shopID:shopID,userID:userID,content:content},succeededCallback,failedCallback,userContext); },
DeleteWord:function(commentID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeleteWord',false,{commentID:commentID},succeededCallback,failedCallback,userContext); },
AddDiscount:function(shopID,title,content,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddDiscount',false,{shopID:shopID,title:title,content:content},succeededCallback,failedCallback,userContext); },
UpdateDiscount:function(discountID,title,content,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateDiscount',false,{discountID:discountID,title:title,content:content},succeededCallback,failedCallback,userContext); },
UpdateShopField:function(shopID,field,value,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateShopField',false,{shopID:shopID,field:field,value:value},succeededCallback,failedCallback,userContext); },
ExecAspxToHtml:function(succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'ExecAspxToHtml',false,{},succeededCallback,failedCallback,userContext); },
AddVisitor:function(succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'AddVisitor',false,{},succeededCallback,failedCallback,userContext); },
DeleteBlog:function(blogID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeleteBlog',false,{blogID:blogID},succeededCallback,failedCallback,userContext); },
DeleteBlogComment:function(commentID,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'DeleteBlogComment',false,{commentID:commentID},succeededCallback,failedCallback,userContext); },
UpdateBlogCV:function(blogID,count,succeededCallback, failedCallback, userContext) {
return this._invoke(service.get_path(), 'UpdateBlogCV',false,{blogID:blogID,count:count},succeededCallback,failedCallback,userContext); }}
service.registerClass('service',Sys.Net.WebServiceProxy);
service._staticInstance = new service();
service.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; service._staticInstance._path = value; }
service.get_path = function() { return service._staticInstance._path; }
service.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); }
service._staticInstance._timeout = value; }
service.get_timeout = function() { 
return service._staticInstance._timeout; }
service.set_defaultUserContext = function(value) { 
service._staticInstance._userContext = value; }
service.get_defaultUserContext = function() { 
return service._staticInstance._userContext; }
service.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; service._staticInstance._succeeded = value; }
service.get_defaultSucceededCallback = function() { 
return service._staticInstance._succeeded; }
service.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; service._staticInstance._failed = value; }
service.get_defaultFailedCallback = function() { 
return service._staticInstance._failed; }
service.set_path("/service.asmx");
service.AddBlog= function(classID,title,content,dt,allowComment,onSuccess,onFailed,userContext) {service._staticInstance.AddBlog(classID,title,content,dt,allowComment,onSuccess,onFailed,userContext); }
service.UpdateBlog= function(blogID,classID,title,content,dt,allowComment,onSuccess,onFailed,userContext) {service._staticInstance.UpdateBlog(blogID,classID,title,content,dt,allowComment,onSuccess,onFailed,userContext); }
service.AddBlogComment= function(blogID,userID,content,onSuccess,onFailed,userContext) {service._staticInstance.AddBlogComment(blogID,userID,content,onSuccess,onFailed,userContext); }
service.UpdateRetrieveState= function(parameter,onSuccess,onFailed,userContext) {service._staticInstance.UpdateRetrieveState(parameter,onSuccess,onFailed,userContext); }
service.IsCollection= function(shopID,userID,onSuccess,onFailed,userContext) {service._staticInstance.IsCollection(shopID,userID,onSuccess,onFailed,userContext); }
service.ReadXML= function(node,onSuccess,onFailed,userContext) {service._staticInstance.ReadXML(node,onSuccess,onFailed,userContext); }
service.ReadXMLChild= function(value,node,nodeChild,onSuccess,onFailed,userContext) {service._staticInstance.ReadXMLChild(value,node,nodeChild,onSuccess,onFailed,userContext); }
service.ValidateShopName= function(shopName,onSuccess,onFailed,userContext) {service._staticInstance.ValidateShopName(shopName,onSuccess,onFailed,userContext); }
service.AddShop= function(shopName,city,area,address,telephone,type,category,beginDate,shopHours,shopArea,guestCapacity,roomCount,roomCapacity,carCount,oneMoney,fit,introduction,addUserID,display,onSuccess,onFailed,userContext) {service._staticInstance.AddShop(shopName,city,area,address,telephone,type,category,beginDate,shopHours,shopArea,guestCapacity,roomCount,roomCapacity,carCount,oneMoney,fit,introduction,addUserID,display,onSuccess,onFailed,userContext); }
service.UpdateShop= function(shopID,shopName,city,area,address,telephone,type,category,beginDate,shopHours,shopArea,guestCapacity,roomCount,roomCapacity,carCount,introduction,onSuccess,onFailed,userContext) {service._staticInstance.UpdateShop(shopID,shopName,city,area,address,telephone,type,category,beginDate,shopHours,shopArea,guestCapacity,roomCount,roomCapacity,carCount,introduction,onSuccess,onFailed,userContext); }
service.UpdateShopM= function(shopID,shopName,city,area,address,telephone,type,category,beginDate,shopHours,shopArea,guestCapacity,roomCount,roomCapacity,carCount,oneMoney,introduction,keywords,addUserID,addDate,template,shut,display,onSuccess,onFailed,userContext) {service._staticInstance.UpdateShopM(shopID,shopName,city,area,address,telephone,type,category,beginDate,shopHours,shopArea,guestCapacity,roomCount,roomCapacity,carCount,oneMoney,introduction,keywords,addUserID,addDate,template,shut,display,onSuccess,onFailed,userContext); }
service.GetUserID= function(userName,onSuccess,onFailed,userContext) {service._staticInstance.GetUserID(userName,onSuccess,onFailed,userContext); }
service.AddUser= function(userName,password,email,onSuccess,onFailed,userContext) {service._staticInstance.AddUser(userName,password,email,onSuccess,onFailed,userContext); }
service.UpdatePasswordM= function(userID,password,onSuccess,onFailed,userContext) {service._staticInstance.UpdatePasswordM(userID,password,onSuccess,onFailed,userContext); }
service.UpdateUserM= function(userID,userName,email,display,onSuccess,onFailed,userContext) {service._staticInstance.UpdateUserM(userID,userName,email,display,onSuccess,onFailed,userContext); }
service.UpdateUser= function(sex,birthday,qq,blog,sign,introduction,userID,onSuccess,onFailed,userContext) {service._staticInstance.UpdateUser(sex,birthday,qq,blog,sign,introduction,userID,onSuccess,onFailed,userContext); }
service.ValidateUserName= function(userName,onSuccess,onFailed,userContext) {service._staticInstance.ValidateUserName(userName,onSuccess,onFailed,userContext); }
service.UnallowChar= function(userName,onSuccess,onFailed,userContext) {service._staticInstance.UnallowChar(userName,onSuccess,onFailed,userContext); }
service.ValidatePassword= function(userName,password,onSuccess,onFailed,userContext) {service._staticInstance.ValidatePassword(userName,password,onSuccess,onFailed,userContext); }
service.ValidateEmail= function(email,onSuccess,onFailed,userContext) {service._staticInstance.ValidateEmail(email,onSuccess,onFailed,userContext); }
service.UpdatePassword= function(userName,password,onSuccess,onFailed,userContext) {service._staticInstance.UpdatePassword(userName,password,onSuccess,onFailed,userContext); }
service.AddCookies= function(userID,userName,remember,onSuccess,onFailed,userContext) {service._staticInstance.AddCookies(userID,userName,remember,onSuccess,onFailed,userContext); }
service.BeenShop= function(shopID,userID,onSuccess,onFailed,userContext) {service._staticInstance.BeenShop(shopID,userID,onSuccess,onFailed,userContext); }
service.CancelBeenShop= function(shopID,userID,onSuccess,onFailed,userContext) {service._staticInstance.CancelBeenShop(shopID,userID,onSuccess,onFailed,userContext); }
service.CollectionShop= function(shopID,userID,onSuccess,onFailed,userContext) {service._staticInstance.CollectionShop(shopID,userID,onSuccess,onFailed,userContext); }
service.CancelCollectionShop= function(shopID,userID,onSuccess,onFailed,userContext) {service._staticInstance.CancelCollectionShop(shopID,userID,onSuccess,onFailed,userContext); }
service.GetSingleUser= function(userID,onSuccess,onFailed,userContext) {service._staticInstance.GetSingleUser(userID,onSuccess,onFailed,userContext); }
service.AddWord= function(userID,shopID,content,onSuccess,onFailed,userContext) {service._staticInstance.AddWord(userID,shopID,content,onSuccess,onFailed,userContext); }
service.AddTag= function(shopID,type,tagName,addUserID,onSuccess,onFailed,userContext) {service._staticInstance.AddTag(shopID,type,tagName,addUserID,onSuccess,onFailed,userContext); }
service.DeleteMyTag= function(shopID,userID,onSuccess,onFailed,userContext) {service._staticInstance.DeleteMyTag(shopID,userID,onSuccess,onFailed,userContext); }
service.GetTag= function(shopID,onSuccess,onFailed,userContext) {service._staticInstance.GetTag(shopID,onSuccess,onFailed,userContext); }
service.GetMyTag= function(shopID,userID,onSuccess,onFailed,userContext) {service._staticInstance.GetMyTag(shopID,userID,onSuccess,onFailed,userContext); }
service.GetBeenShop= function(userID,isMy,onSuccess,onFailed,userContext) {service._staticInstance.GetBeenShop(userID,isMy,onSuccess,onFailed,userContext); }
service.GetBeenShopCount= function(userID,onSuccess,onFailed,userContext) {service._staticInstance.GetBeenShopCount(userID,onSuccess,onFailed,userContext); }
service.GetCollectionShopCount= function(userID,onSuccess,onFailed,userContext) {service._staticInstance.GetCollectionShopCount(userID,onSuccess,onFailed,userContext); }
service.GetFriendCount= function(userID,onSuccess,onFailed,userContext) {service._staticInstance.GetFriendCount(userID,onSuccess,onFailed,userContext); }
service.GetCollectionShop= function(userID,isMy,onSuccess,onFailed,userContext) {service._staticInstance.GetCollectionShop(userID,isMy,onSuccess,onFailed,userContext); }
service.GetBeenShopTop4= function(userID,isMy,onSuccess,onFailed,userContext) {service._staticInstance.GetBeenShopTop4(userID,isMy,onSuccess,onFailed,userContext); }
service.GetCollectionShopTop4= function(userID,isMy,onSuccess,onFailed,userContext) {service._staticInstance.GetCollectionShopTop4(userID,isMy,onSuccess,onFailed,userContext); }
service.GetFriend= function(userID,isMy,onSuccess,onFailed,userContext) {service._staticInstance.GetFriend(userID,isMy,onSuccess,onFailed,userContext); }
service.GetFriendTop9= function(userID,isMy,onSuccess,onFailed,userContext) {service._staticInstance.GetFriendTop9(userID,isMy,onSuccess,onFailed,userContext); }
service.AddFriend= function(addUserID,userID,onSuccess,onFailed,userContext) {service._staticInstance.AddFriend(addUserID,userID,onSuccess,onFailed,userContext); }
service.CancelFriend= function(cancelUserID,userID,onSuccess,onFailed,userContext) {service._staticInstance.CancelFriend(cancelUserID,userID,onSuccess,onFailed,userContext); }
service.GetAddShop= function(userID,isMy,onSuccess,onFailed,userContext) {service._staticInstance.GetAddShop(userID,isMy,onSuccess,onFailed,userContext); }
service.GetMyPhoto= function(userID,onSuccess,onFailed,userContext) {service._staticInstance.GetMyPhoto(userID,onSuccess,onFailed,userContext); }
service.AddMessage= function(senderID,receiverID,content,onSuccess,onFailed,userContext) {service._staticInstance.AddMessage(senderID,receiverID,content,onSuccess,onFailed,userContext); }
service.AddMessageM= function(senderID,receiverID,content,onSuccess,onFailed,userContext) {service._staticInstance.AddMessageM(senderID,receiverID,content,onSuccess,onFailed,userContext); }
service.AddMark= function(shopID,taste,environment,serviceT,addUserID,onSuccess,onFailed,userContext) {service._staticInstance.AddMark(shopID,taste,environment,serviceT,addUserID,onSuccess,onFailed,userContext); }
service.GetMarkList= function(shopID,addUserID,onSuccess,onFailed,userContext) {service._staticInstance.GetMarkList(shopID,addUserID,onSuccess,onFailed,userContext); }
service.UpdateMark= function(shopID,taste,environment,serviceT,addUserID,onSuccess,onFailed,userContext) {service._staticInstance.UpdateMark(shopID,taste,environment,serviceT,addUserID,onSuccess,onFailed,userContext); }
service.DeleteComment= function(commentID,userID,onSuccess,onFailed,userContext) {service._staticInstance.DeleteComment(commentID,userID,onSuccess,onFailed,userContext); }
service.UpdateComment= function(commentID,content,onSuccess,onFailed,userContext) {service._staticInstance.UpdateComment(commentID,content,onSuccess,onFailed,userContext); }
service.AddDistillate= function(commentID,userID,onSuccess,onFailed,userContext) {service._staticInstance.AddDistillate(commentID,userID,onSuccess,onFailed,userContext); }
service.DisplayMessage= function(messageID,type,onSuccess,onFailed,userContext) {service._staticInstance.DisplayMessage(messageID,type,onSuccess,onFailed,userContext); }
service.UpdatePhotoDefault= function(shopID,photoID,onSuccess,onFailed,userContext) {service._staticInstance.UpdatePhotoDefault(shopID,photoID,onSuccess,onFailed,userContext); }
service.UpdateUserCount= function(userID,field,type,onSuccess,onFailed,userContext) {service._staticInstance.UpdateUserCount(userID,field,type,onSuccess,onFailed,userContext); }
service.DeleteInfoPhoto= function(userID,photoName,onSuccess,onFailed,userContext) {service._staticInstance.DeleteInfoPhoto(userID,photoName,onSuccess,onFailed,userContext); }
service.DeletePhoto= function(photoID,photoName,onSuccess,onFailed,userContext) {service._staticInstance.DeletePhoto(photoID,photoName,onSuccess,onFailed,userContext); }
service.GetShopID= function(shopName,onSuccess,onFailed,userContext) {service._staticInstance.GetShopID(shopName,onSuccess,onFailed,userContext); }
service.UpdateUserID= function(photoID,userID,onSuccess,onFailed,userContext) {service._staticInstance.UpdateUserID(photoID,userID,onSuccess,onFailed,userContext); }
service.GetMark= function(userID,onSuccess,onFailed,userContext) {service._staticInstance.GetMark(userID,onSuccess,onFailed,userContext); }
service.SetMail= function(email,onSuccess,onFailed,userContext) {service._staticInstance.SetMail(email,onSuccess,onFailed,userContext); }
service.AddLink= function(name,url,introduction,email,qq,onSuccess,onFailed,userContext) {service._staticInstance.AddLink(name,url,introduction,email,qq,onSuccess,onFailed,userContext); }
service.GetArea= function(city,onSuccess,onFailed,userContext) {service._staticInstance.GetArea(city,onSuccess,onFailed,userContext); }
service.Reply= function(commentID,content,onSuccess,onFailed,userContext) {service._staticInstance.Reply(commentID,content,onSuccess,onFailed,userContext); }
service.DeleteReply= function(commentID,onSuccess,onFailed,userContext) {service._staticInstance.DeleteReply(commentID,onSuccess,onFailed,userContext); }
service.AddFlower= function(commentID,userID,onSuccess,onFailed,userContext) {service._staticInstance.AddFlower(commentID,userID,onSuccess,onFailed,userContext); }
service.IsAddFlower= function(commentID,userID,onSuccess,onFailed,userContext) {service._staticInstance.IsAddFlower(commentID,userID,onSuccess,onFailed,userContext); }
service.AddInfo= function(title,content,expirationDate,category,city,telephone,email,qq,userID,photo,onSuccess,onFailed,userContext) {service._staticInstance.AddInfo(title,content,expirationDate,category,city,telephone,email,qq,userID,photo,onSuccess,onFailed,userContext); }
service.AddInfoManager= function(title,content,expirationDate,category,city,telephone,email,qq,date,userID,photo,display,onSuccess,onFailed,userContext) {service._staticInstance.AddInfoManager(title,content,expirationDate,category,city,telephone,email,qq,date,userID,photo,display,onSuccess,onFailed,userContext); }
service.UpdateInfo= function(infoID,title,content,expirationDate,city,telephone,email,qq,photo,onSuccess,onFailed,userContext) {service._staticInstance.UpdateInfo(infoID,title,content,expirationDate,city,telephone,email,qq,photo,onSuccess,onFailed,userContext); }
service.UpdateInfoManager= function(infoID,title,content,expirationDate,city,telephone,email,qq,addDate,userID,photo,display,onSuccess,onFailed,userContext) {service._staticInstance.UpdateInfoManager(infoID,title,content,expirationDate,city,telephone,email,qq,addDate,userID,photo,display,onSuccess,onFailed,userContext); }
service.AddCollection= function(infoID,userID,onSuccess,onFailed,userContext) {service._staticInstance.AddCollection(infoID,userID,onSuccess,onFailed,userContext); }
service.ValidateCollection= function(infoID,userID,onSuccess,onFailed,userContext) {service._staticInstance.ValidateCollection(infoID,userID,onSuccess,onFailed,userContext); }
service.UpdateDisplay= function(infoID,onSuccess,onFailed,userContext) {service._staticInstance.UpdateDisplay(infoID,onSuccess,onFailed,userContext); }
service.DeleteCollectedInfo= function(infoID,userID,onSuccess,onFailed,userContext) {service._staticInstance.DeleteCollectedInfo(infoID,userID,onSuccess,onFailed,userContext); }
service.DeleteBlogPhoto= function(photoName,onSuccess,onFailed,userContext) {service._staticInstance.DeleteBlogPhoto(photoName,onSuccess,onFailed,userContext); }
service.UpdatePhoto= function(shopID,photoID,photoTitle,photoDefault,onSuccess,onFailed,userContext) {service._staticInstance.UpdatePhoto(shopID,photoID,photoTitle,photoDefault,onSuccess,onFailed,userContext); }
service.DeleteDiscount= function(discountID,onSuccess,onFailed,userContext) {service._staticInstance.DeleteDiscount(discountID,onSuccess,onFailed,userContext); }
service.LeaveWord= function(shopID,userID,content,onSuccess,onFailed,userContext) {service._staticInstance.LeaveWord(shopID,userID,content,onSuccess,onFailed,userContext); }
service.DeleteWord= function(commentID,onSuccess,onFailed,userContext) {service._staticInstance.DeleteWord(commentID,onSuccess,onFailed,userContext); }
service.AddDiscount= function(shopID,title,content,onSuccess,onFailed,userContext) {service._staticInstance.AddDiscount(shopID,title,content,onSuccess,onFailed,userContext); }
service.UpdateDiscount= function(discountID,title,content,onSuccess,onFailed,userContext) {service._staticInstance.UpdateDiscount(discountID,title,content,onSuccess,onFailed,userContext); }
service.UpdateShopField= function(shopID,field,value,onSuccess,onFailed,userContext) {service._staticInstance.UpdateShopField(shopID,field,value,onSuccess,onFailed,userContext); }
service.ExecAspxToHtml= function(onSuccess,onFailed,userContext) {service._staticInstance.ExecAspxToHtml(onSuccess,onFailed,userContext); }
service.AddVisitor= function(onSuccess,onFailed,userContext) {service._staticInstance.AddVisitor(onSuccess,onFailed,userContext); }
service.DeleteBlog= function(blogID,onSuccess,onFailed,userContext) {service._staticInstance.DeleteBlog(blogID,onSuccess,onFailed,userContext); }
service.DeleteBlogComment= function(commentID,onSuccess,onFailed,userContext) {service._staticInstance.DeleteBlogComment(commentID,onSuccess,onFailed,userContext); }
service.UpdateBlogCV= function(blogID,count,onSuccess,onFailed,userContext) {service._staticInstance.UpdateBlogCV(blogID,count,onSuccess,onFailed,userContext); }

