if(typeof CE == "undefined") CE={};
if(typeof CE.Components == "undefined") CE.Components={};
if(typeof CE.Components.Blog == "undefined") CE.Components.Blog={};
if(typeof CE.Components.Blog.PersonSpace == "undefined") CE.Components.Blog.PersonSpace={};
if(typeof CE.Components.Blog.PersonSpace.UI == "undefined") CE.Components.Blog.PersonSpace.UI={};
if(typeof CE.Components.Blog.PersonSpace.UI.BlogLogList == "undefined") CE.Components.Blog.PersonSpace.UI.BlogLogList={};
CE.Components.Blog.PersonSpace.UI.BlogLogList_class = function() {};
Object.extend(CE.Components.Blog.PersonSpace.UI.BlogLogList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxGetLogList: function(userID, visitorLevel_string, isMasterAndIsManage_String) {
		return this.invoke("AjaxGetLogList", {"userID":userID, "visitorLevel_string":visitorLevel_string, "isMasterAndIsManage_String":isMasterAndIsManage_String}, this.AjaxGetLogList.getArguments().slice(3));
	},
	LogIsExsit: function(logID) {
		return this.invoke("LogIsExsit", {"logID":logID}, this.LogIsExsit.getArguments().slice(1));
	},
	DeleteData: function(logID) {
		return this.invoke("DeleteData", {"logID":logID}, this.DeleteData.getArguments().slice(1));
	},
	LogIsExist: function(logID) {
		return this.invoke("LogIsExist", {"logID":logID}, this.LogIsExist.getArguments().slice(1));
	},
	checklanguageDele: function() {
		return this.invoke("checklanguageDele", {}, this.checklanguageDele.getArguments().slice(0));
	},
	checklanguageNotExit: function() {
		return this.invoke("checklanguageNotExit", {}, this.checklanguageNotExit.getArguments().slice(0));
	},
	checklanguageDeleOk: function() {
		return this.invoke("checklanguageDeleOk", {}, this.checklanguageDeleOk.getArguments().slice(0));
	},
	url: '/ajaxpro/CE.Components.Blog.PersonSpace.UI.BlogLogList, CE.Components.Blog.PersonSpace.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=47f47970983e3719.ashx'
}));
CE.Components.Blog.PersonSpace.UI.BlogLogList = new CE.Components.Blog.PersonSpace.UI.BlogLogList_class();


