if(typeof MF == "undefined") MF={};
if(typeof MF.SiteWorks == "undefined") MF.SiteWorks={};
if(typeof MF.SiteWorks.Core == "undefined") MF.SiteWorks.Core={};
if(typeof MF.SiteWorks.Core.BLL == "undefined") MF.SiteWorks.Core.BLL={};
MF.SiteWorks.Core.BLL.AjaxHandler_class = function() {};
Object.extend(MF.SiteWorks.Core.BLL.AjaxHandler_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNode: function(node_id) {
		return this.invoke("GetNode", {"node_id":node_id}, this.GetNode.getArguments().slice(1));
	},
	InsertUpdateRating: function(entity_key, rating_value) {
		return this.invoke("InsertUpdateRating", {"entity_key":entity_key, "rating_value":rating_value}, this.InsertUpdateRating.getArguments().slice(2));
	},
	GetUserUploadFileInfos: function(TypeAndFolder) {
		return this.invoke("GetUserUploadFileInfos", {"TypeAndFolder":TypeAndFolder}, this.GetUserUploadFileInfos.getArguments().slice(1));
	},
	url: '/ajaxpro/MF.SiteWorks.Core.BLL.AjaxHandler,MF.SiteWorks.Core.ashx'
}));
MF.SiteWorks.Core.BLL.AjaxHandler = new MF.SiteWorks.Core.BLL.AjaxHandler_class();

