function friendAjax() { } friendAjax._path = '/dwr'; friendAjax.removeFriend = function(p0, p1, p2, callback) { DWREngine._execute(friendAjax._path, 'friendAjax', 'removeFriend', p0, p1, p2, callback); } friendAjax.deleteFriend = function(p0, p1, callback) { DWREngine._execute(friendAjax._path, 'friendAjax', 'deleteFriend', p0, p1, callback); } friendAjax.updateFriendGroupName = function(p0, p1, callback) { DWREngine._execute(friendAjax._path, 'friendAjax', 'updateFriendGroupName', p0, p1, callback); } friendAjax.UserInviteAllowAction = function(p0, p1, p2, p3, callback) { DWREngine._execute(friendAjax._path, 'friendAjax', 'UserInviteAllowAction', p0, p1, p2, p3, callback); } friendAjax.cacleInvite = function(p0, callback) { DWREngine._execute(friendAjax._path, 'friendAjax', 'cacleInvite', p0, callback); } friendAjax.InviteReject = function(p0, p1, p2, callback) { DWREngine._execute(friendAjax._path, 'friendAjax', 'InviteReject', p0, p1, p2, callback); } friendAjax.userInviteDelete = function(p0, p1, callback) { DWREngine._execute(friendAjax._path, 'friendAjax', 'userInviteDelete', p0, p1, callback); }