addNamespace("_6SNS.MyShowNew.Manages.Message");
_6SNS.MyShowNew.Manages.Message.UCMessageAjax_class = Class.create();
_6SNS.MyShowNew.Manages.Message.UCMessageAjax_class.prototype = (new AjaxPro.Request()).extend({
	GetAlbumMessageTitle: function(aid, pid, callback) {
		return this.invoke("GetAlbumMessageTitle", {"aid":aid, "pid":pid}, callback);
	},
	AddMessage: function(uname, upwd, strTitle, strContent, strViewName, strRecordCount, strRelationType, strRelationID, strTableWidth, strDisplayAllowRReply, strAuthorID, strBgColor, strNeedValidateCode, code, callback) {
		return this.invoke("AddMessage", {"uname":uname, "upwd":upwd, "strTitle":strTitle, "strContent":strContent, "strViewName":strViewName, "strRecordCount":strRecordCount, "strRelationType":strRelationType, "strRelationID":strRelationID, "strTableWidth":strTableWidth, "strDisplayAllowRReply":strDisplayAllowRReply, "strAuthorID":strAuthorID, "strBgColor":strBgColor, "strNeedValidateCode":strNeedValidateCode, "code":code}, callback);
	},
	GetMessage: function(nCurrentPage, strViewName, strRecordCount, strRelationType, strRelationID, strTableWidth, strDisplayAllowRReply, strAuthorID, strBgColor, callback) {
		return this.invoke("GetMessage", {"nCurrentPage":nCurrentPage, "strViewName":strViewName, "strRecordCount":strRecordCount, "strRelationType":strRelationType, "strRelationID":strRelationID, "strTableWidth":strTableWidth, "strDisplayAllowRReply":strDisplayAllowRReply, "strAuthorID":strAuthorID, "strBgColor":strBgColor}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_6SNS.MyShowNew.Manages.Message.UCMessageAjax,6SNS.ashx";
	}
})
_6SNS.MyShowNew.Manages.Message.UCMessageAjax = new _6SNS.MyShowNew.Manages.Message.UCMessageAjax_class();

