if(typeof Vxun == "undefined") Vxun={};
if(typeof Vxun.BL == "undefined") Vxun.BL={};
if(typeof Vxun.BL.MBR == "undefined") Vxun.BL.MBR={};
if(typeof Vxun.BL.MBR.Space_class == "undefined") Vxun.BL.MBR.Space_class={};
Vxun.BL.MBR.Space_class = function() {};
Object.extend(Vxun.BL.MBR.Space_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(name, psw, vc) {
		return this.invoke("Login", {"name":name, "psw":psw, "vc":vc}, this.Login.getArguments().slice(3));
	},
	AddToMyFriends: function(id) {
		return this.invoke("AddToMyFriends", {"id":id}, this.AddToMyFriends.getArguments().slice(1));
	},
	AddToMyInterset: function(id) {
		return this.invoke("AddToMyInterset", {"id":id}, this.AddToMyInterset.getArguments().slice(1));
	},
	AddVoteInfo: function(id) {
		return this.invoke("AddVoteInfo", {"id":id}, this.AddVoteInfo.getArguments().slice(1));
	},
	SelectLinkByID: function(id) {
		return this.invoke("SelectLinkByID", {"id":id}, this.SelectLinkByID.getArguments().slice(1));
	},
	InsertLinkInfo: function(info) {
		return this.invoke("InsertLinkInfo", {"info":info}, this.InsertLinkInfo.getArguments().slice(1));
	},
	UpdateLinkInfo: function(info) {
		return this.invoke("UpdateLinkInfo", {"info":info}, this.UpdateLinkInfo.getArguments().slice(1));
	},
	DeleteLinkInfoByID: function(id) {
		return this.invoke("DeleteLinkInfoByID", {"id":id}, this.DeleteLinkInfoByID.getArguments().slice(1));
	},
	AddToCollect: function(id) {
		return this.invoke("AddToCollect", {"id":id}, this.AddToCollect.getArguments().slice(1));
	},
	GetWorksUrl: function(id) {
		return this.invoke("GetWorksUrl", {"id":id}, this.GetWorksUrl.getArguments().slice(1));
	},
	UpdateWorksIns: function(id, text) {
		return this.invoke("UpdateWorksIns", {"id":id, "text":text}, this.UpdateWorksIns.getArguments().slice(2));
	},
	CommitComments: function(id, score, text) {
		return this.invoke("CommitComments", {"id":id, "score":score, "text":text}, this.CommitComments.getArguments().slice(3));
	},
	ReCallComments: function(id, text) {
		return this.invoke("ReCallComments", {"id":id, "text":text}, this.ReCallComments.getArguments().slice(2));
	},
	DeleteComments: function(id) {
		return this.invoke("DeleteComments", {"id":id}, this.DeleteComments.getArguments().slice(1));
	},
	EditComments: function(id, text) {
		return this.invoke("EditComments", {"id":id, "text":text}, this.EditComments.getArguments().slice(2));
	},
	CreateWorksRss: function(memberID) {
		return this.invoke("CreateWorksRss", {"memberID":memberID}, this.CreateWorksRss.getArguments().slice(1));
	},
	url: '/ajaxpro/Vxun.BL.MBR.Space,Vxun.BL.ashx'
}));
Vxun.BL.MBR.Space = new Vxun.BL.MBR.Space_class();


