var WCFMemberWall=function() {
WCFMemberWall.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WCFMemberWall.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WCFMemberWall._staticInstance.get_path();},
DoWork:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DoWork',false,{},succeededCallback,failedCallback,userContext); },
JSON_getTrMemberAlbumDetailPerLogin:function(loginName,albumCode,albumRef,succeededCallback, failedCallback, userContext) {
/// <param name="loginName" type="String">System.String</param>
/// <param name="albumCode" type="String">System.String</param>
/// <param name="albumRef" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_getTrMemberAlbumDetailPerLogin',false,{loginName:loginName,albumCode:albumCode,albumRef:albumRef},succeededCallback,failedCallback,userContext); },
JSON_getMemberAlbumComment:function(loginName,albumCode,albumRef,page,succeededCallback, failedCallback, userContext) {
/// <param name="loginName" type="String">System.String</param>
/// <param name="albumCode" type="String">System.String</param>
/// <param name="albumRef" type="Number">System.Int32</param>
/// <param name="page" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_getMemberAlbumComment',false,{loginName:loginName,albumCode:albumCode,albumRef:albumRef,page:page},succeededCallback,failedCallback,userContext); },
JSON_insertAlbumComment:function(comment,albumcode,albumRef,screenName,succeededCallback, failedCallback, userContext) {
/// <param name="comment" type="String">System.String</param>
/// <param name="albumcode" type="String">System.String</param>
/// <param name="albumRef" type="String">System.String</param>
/// <param name="screenName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_insertAlbumComment',false,{comment:comment,albumcode:albumcode,albumRef:albumRef,screenName:screenName},succeededCallback,failedCallback,userContext); },
JSON_deleteAlbumComment:function(albumCode,albumRef,commentRef,succeededCallback, failedCallback, userContext) {
/// <param name="albumCode" type="String">System.String</param>
/// <param name="albumRef" type="String">System.String</param>
/// <param name="commentRef" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_deleteAlbumComment',false,{albumCode:albumCode,albumRef:albumRef,commentRef:commentRef},succeededCallback,failedCallback,userContext); },
JSON_insertFriend:function(screenName,friendScreenName,succeededCallback, failedCallback, userContext) {
/// <param name="screenName" type="String">System.String</param>
/// <param name="friendScreenName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_insertFriend',false,{screenName:screenName,friendScreenName:friendScreenName},succeededCallback,failedCallback,userContext); },
JSON_insertWallComment:function(comment,loginName,succeededCallback, failedCallback, userContext) {
/// <param name="comment" type="String">System.String</param>
/// <param name="loginName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_insertWallComment',false,{comment:comment,loginName:loginName},succeededCallback,failedCallback,userContext); },
JSON_deleteWallComment:function(screenName,commentRef,succeededCallback, failedCallback, userContext) {
/// <param name="screenName" type="String">System.String</param>
/// <param name="commentRef" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_deleteWallComment',false,{screenName:screenName,commentRef:commentRef},succeededCallback,failedCallback,userContext); },
JSON_approveFriend:function(friendScreenName,succeededCallback, failedCallback, userContext) {
/// <param name="friendScreenName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_approveFriend',false,{friendScreenName:friendScreenName},succeededCallback,failedCallback,userContext); },
JSON_ignoreFriend:function(loginName,succeededCallback, failedCallback, userContext) {
/// <param name="loginName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_ignoreFriend',false,{loginName:loginName},succeededCallback,failedCallback,userContext); },
JSON_delPendingFriend:function(friendloginName,succeededCallback, failedCallback, userContext) {
/// <param name="friendloginName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_delPendingFriend',false,{friendloginName:friendloginName},succeededCallback,failedCallback,userContext); },
JSON_removeFriend:function(friendloginName,succeededCallback, failedCallback, userContext) {
/// <param name="friendloginName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_removeFriend',false,{friendloginName:friendloginName},succeededCallback,failedCallback,userContext); },
JSON_doApproveAll:function(friendScreenName,succeededCallback, failedCallback, userContext) {
/// <param name="friendScreenName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_doApproveAll',false,{friendScreenName:friendScreenName},succeededCallback,failedCallback,userContext); },
JSON_doIgnoreAll:function(loginNameList,succeededCallback, failedCallback, userContext) {
/// <param name="loginNameList" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'JSON_doIgnoreAll',false,{loginNameList:loginNameList},succeededCallback,failedCallback,userContext); }}
WCFMemberWall.registerClass('WCFMemberWall',Sys.Net.WebServiceProxy);
WCFMemberWall._staticInstance = new WCFMemberWall();
WCFMemberWall.set_path = function(value) {
WCFMemberWall._staticInstance.set_path(value); }
WCFMemberWall.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return WCFMemberWall._staticInstance.get_path();}
WCFMemberWall.set_timeout = function(value) {
WCFMemberWall._staticInstance.set_timeout(value); }
WCFMemberWall.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return WCFMemberWall._staticInstance.get_timeout(); }
WCFMemberWall.set_defaultUserContext = function(value) { 
WCFMemberWall._staticInstance.set_defaultUserContext(value); }
WCFMemberWall.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return WCFMemberWall._staticInstance.get_defaultUserContext(); }
WCFMemberWall.set_defaultSucceededCallback = function(value) { 
 WCFMemberWall._staticInstance.set_defaultSucceededCallback(value); }
WCFMemberWall.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return WCFMemberWall._staticInstance.get_defaultSucceededCallback(); }
WCFMemberWall.set_defaultFailedCallback = function(value) { 
WCFMemberWall._staticInstance.set_defaultFailedCallback(value); }
WCFMemberWall.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return WCFMemberWall._staticInstance.get_defaultFailedCallback(); }
WCFMemberWall.set_path("/sysServices/WCFMemberWall.svc");
WCFMemberWall.DoWork= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.DoWork(onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_getTrMemberAlbumDetailPerLogin= function(loginName,albumCode,albumRef,onSuccess,onFailed,userContext) {
/// <param name="loginName" type="String">System.String</param>
/// <param name="albumCode" type="String">System.String</param>
/// <param name="albumRef" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_getTrMemberAlbumDetailPerLogin(loginName,albumCode,albumRef,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_getMemberAlbumComment= function(loginName,albumCode,albumRef,page,onSuccess,onFailed,userContext) {
/// <param name="loginName" type="String">System.String</param>
/// <param name="albumCode" type="String">System.String</param>
/// <param name="albumRef" type="Number">System.Int32</param>
/// <param name="page" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_getMemberAlbumComment(loginName,albumCode,albumRef,page,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_insertAlbumComment= function(comment,albumcode,albumRef,screenName,onSuccess,onFailed,userContext) {
/// <param name="comment" type="String">System.String</param>
/// <param name="albumcode" type="String">System.String</param>
/// <param name="albumRef" type="String">System.String</param>
/// <param name="screenName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_insertAlbumComment(comment,albumcode,albumRef,screenName,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_deleteAlbumComment= function(albumCode,albumRef,commentRef,onSuccess,onFailed,userContext) {
/// <param name="albumCode" type="String">System.String</param>
/// <param name="albumRef" type="String">System.String</param>
/// <param name="commentRef" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_deleteAlbumComment(albumCode,albumRef,commentRef,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_insertFriend= function(screenName,friendScreenName,onSuccess,onFailed,userContext) {
/// <param name="screenName" type="String">System.String</param>
/// <param name="friendScreenName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_insertFriend(screenName,friendScreenName,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_insertWallComment= function(comment,loginName,onSuccess,onFailed,userContext) {
/// <param name="comment" type="String">System.String</param>
/// <param name="loginName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_insertWallComment(comment,loginName,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_deleteWallComment= function(screenName,commentRef,onSuccess,onFailed,userContext) {
/// <param name="screenName" type="String">System.String</param>
/// <param name="commentRef" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_deleteWallComment(screenName,commentRef,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_approveFriend= function(friendScreenName,onSuccess,onFailed,userContext) {
/// <param name="friendScreenName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_approveFriend(friendScreenName,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_ignoreFriend= function(loginName,onSuccess,onFailed,userContext) {
/// <param name="loginName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_ignoreFriend(loginName,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_delPendingFriend= function(friendloginName,onSuccess,onFailed,userContext) {
/// <param name="friendloginName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_delPendingFriend(friendloginName,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_removeFriend= function(friendloginName,onSuccess,onFailed,userContext) {
/// <param name="friendloginName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_removeFriend(friendloginName,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_doApproveAll= function(friendScreenName,onSuccess,onFailed,userContext) {
/// <param name="friendScreenName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_doApproveAll(friendScreenName,onSuccess,onFailed,userContext); }
WCFMemberWall.JSON_doIgnoreAll= function(loginNameList,onSuccess,onFailed,userContext) {
/// <param name="loginNameList" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
WCFMemberWall._staticInstance.JSON_doIgnoreAll(loginNameList,onSuccess,onFailed,userContext); }

