addNamespace("blog_NoteIndex");
blog_NoteIndex_class = Class.create();
Object.extend(blog_NoteIndex_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLogListContentAjax: function(BlogId, CatalogId, PageSize, CurrentPage, PageCommend, Identity, DataSourceType) {
		return this.invoke("GetLogListContentAjax", {"BlogId":BlogId, "CatalogId":CatalogId, "PageSize":PageSize, "CurrentPage":CurrentPage, "PageCommend":PageCommend, "Identity":Identity, "DataSourceType":DataSourceType}, this.GetLogListContentAjax.getArguments().slice(7));
	},
	GetLogCatalogListContentAjax: function(BlogId, PageSize, CurrentPage, PageCommend) {
		return this.invoke("GetLogCatalogListContentAjax", {"BlogId":BlogId, "PageSize":PageSize, "CurrentPage":CurrentPage, "PageCommend":PageCommend}, this.GetLogCatalogListContentAjax.getArguments().slice(4));
	},
	GetLogCommentContentAjax: function(LogId, PageSize, CurrentPage, PageCommend) {
		return this.invoke("GetLogCommentContentAjax", {"LogId":LogId, "PageSize":PageSize, "CurrentPage":CurrentPage, "PageCommend":PageCommend}, this.GetLogCommentContentAjax.getArguments().slice(4));
	},
	AddLogCatalog: function(Name, Intro, BlogId) {
		return this.invoke("AddLogCatalog", {"Name":Name, "Intro":Intro, "BlogId":BlogId}, this.AddLogCatalog.getArguments().slice(3));
	},
	RemoveBoard: function(TranferId, IdPK) {
		return this.invoke("RemoveBoard", {"TranferId":TranferId, "IdPK":IdPK}, this.RemoveBoard.getArguments().slice(2));
	},
	GetBlogCatalogByBlogIdDelete: function(BlogId, lngCatalogPKId) {
		return this.invoke("GetBlogCatalogByBlogIdDelete", {"BlogId":BlogId, "lngCatalogPKId":lngCatalogPKId}, this.GetBlogCatalogByBlogIdDelete.getArguments().slice(2));
	},
	AddLog: function(yyId, BoardId, Title, Content, UseIdiograph, HasFile, LogPopedom, IsNotify, Password, Tag, Limit) {
		return this.invoke("AddLog", {"yyId":yyId, "BoardId":BoardId, "Title":Title, "Content":Content, "UseIdiograph":UseIdiograph, "HasFile":HasFile, "LogPopedom":LogPopedom, "IsNotify":IsNotify, "Password":Password, "Tag":Tag, "Limit":Limit}, this.AddLog.getArguments().slice(11));
	},
	SavaLog: function(yyId, BoardId, Title, Content, UseIdiograph, HasFile, LogPopedom, IsNotify, Password, Tag, Limit, PKId) {
		return this.invoke("SavaLog", {"yyId":yyId, "BoardId":BoardId, "Title":Title, "Content":Content, "UseIdiograph":UseIdiograph, "HasFile":HasFile, "LogPopedom":LogPopedom, "IsNotify":IsNotify, "Password":Password, "Tag":Tag, "Limit":Limit, "PKId":PKId}, this.SavaLog.getArguments().slice(12));
	},
	AddLogComment: function(yyId, ArticleListId, Content) {
		return this.invoke("AddLogComment", {"yyId":yyId, "ArticleListId":ArticleListId, "Content":Content}, this.AddLogComment.getArguments().slice(3));
	},
	GetLogCatalogAll: function(BlogId) {
		return this.invoke("GetLogCatalogAll", {"BlogId":BlogId}, this.GetLogCatalogAll.getArguments().slice(1));
	},
	GetReturnLogInfo: function(IdPk, Identity) {
		return this.invoke("GetReturnLogInfo", {"IdPk":IdPk, "Identity":Identity}, this.GetReturnLogInfo.getArguments().slice(2));
	},
	DeleteLog: function(IdPK) {
		return this.invoke("DeleteLog", {"IdPK":IdPK}, this.DeleteLog.getArguments().slice(1));
	},
	DeleteCommend: function(IdPK) {
		return this.invoke("DeleteCommend", {"IdPK":IdPK}, this.DeleteCommend.getArguments().slice(1));
	},
	GetLogInfoForEditor: function(IdPK) {
		return this.invoke("GetLogInfoForEditor", {"IdPK":IdPK}, this.GetLogInfoForEditor.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/blog_NoteIndex,App_Web_noteindex.aspx.cdcab7d2.ashx';
	}
}));
blog_NoteIndex = new blog_NoteIndex_class();

