Type.registerNamespace('EdJoy.Web.Service');
EdJoy.Web.Service.BlogService=function() {
EdJoy.Web.Service.BlogService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
EdJoy.Web.Service.BlogService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return EdJoy.Web.Service.BlogService._staticInstance.get_path();},
GetBlogArticleList:function(userId,pageIndex,pageSize,blogArticleCategoryId,CalendarDate,postShowMode,blogId,dns,moreMenuId,categoryType,articleNature,articleListShowWay,polyCategoryIds,selectMode,categoryFilterids,succeededCallback, failedCallback, userContext) {
/// <param name="userId" type="Number">System.Int32</param>
/// <param name="pageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="blogArticleCategoryId" type="Number">System.Int32</param>
/// <param name="CalendarDate" type="String">System.String</param>
/// <param name="postShowMode" type="Number">System.Int32</param>
/// <param name="blogId" type="Number">System.Int32</param>
/// <param name="dns" type="String">System.String</param>
/// <param name="moreMenuId" type="Number">System.Int32</param>
/// <param name="categoryType" type="Number">System.Int32</param>
/// <param name="articleNature" type="Number">System.Int32</param>
/// <param name="articleListShowWay" type="Number">System.Int32</param>
/// <param name="polyCategoryIds" type="String">System.String</param>
/// <param name="selectMode" type="Number">System.Int32</param>
/// <param name="categoryFilterids" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetBlogArticleList',false,{userId:userId,pageIndex:pageIndex,pageSize:pageSize,blogArticleCategoryId:blogArticleCategoryId,CalendarDate:CalendarDate,postShowMode:postShowMode,blogId:blogId,dns:dns,moreMenuId:moreMenuId,categoryType:categoryType,articleNature:articleNature,articleListShowWay:articleListShowWay,polyCategoryIds:polyCategoryIds,selectMode:selectMode,categoryFilterids:categoryFilterids},succeededCallback,failedCallback,userContext); },
GetBlogArticleSearchList:function(userId,pageIndex,pageSize,kw,type,dns,blogId,succeededCallback, failedCallback, userContext) {
/// <param name="userId" type="Number">System.Int32</param>
/// <param name="pageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="kw" type="String">System.String</param>
/// <param name="type" type="Number">System.Int32</param>
/// <param name="dns" type="String">System.String</param>
/// <param name="blogId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetBlogArticleSearchList',false,{userId:userId,pageIndex:pageIndex,pageSize:pageSize,kw:kw,type:type,dns:dns,blogId:blogId},succeededCallback,failedCallback,userContext); },
GetArticle:function(articleID,dns,succeededCallback, failedCallback, userContext) {
/// <param name="articleID" type="Number">System.Int32</param>
/// <param name="dns" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetArticle',false,{articleID:articleID,dns:dns},succeededCallback,failedCallback,userContext); },
CheckBlogPwdAccess:function(pwd,blogId,succeededCallback, failedCallback, userContext) {
/// <param name="pwd" type="String">System.String</param>
/// <param name="blogId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CheckBlogPwdAccess',false,{pwd:pwd,blogId:blogId},succeededCallback,failedCallback,userContext); },
CheckBlogArticlePwdAccess:function(pwd,pkId,succeededCallback, failedCallback, userContext) {
/// <param name="pwd" type="String">System.String</param>
/// <param name="pkId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CheckBlogArticlePwdAccess',false,{pwd:pwd,pkId:pkId},succeededCallback,failedCallback,userContext); },
GetBlogCommentsByArticleId:function(articleId,succeededCallback, failedCallback, userContext) {
/// <param name="articleId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetBlogCommentsByArticleId',false,{articleId:articleId},succeededCallback,failedCallback,userContext); },
GetAlbum:function(pageIndex,pageSize,blogId,newsMenuId,moreMenuId,dns,succeededCallback, failedCallback, userContext) {
/// <param name="pageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="blogId" type="Number">System.Int32</param>
/// <param name="newsMenuId" type="Number">System.Int32</param>
/// <param name="moreMenuId" type="Number">System.Int32</param>
/// <param name="dns" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAlbum',false,{pageIndex:pageIndex,pageSize:pageSize,blogId:blogId,newsMenuId:newsMenuId,moreMenuId:moreMenuId,dns:dns},succeededCallback,failedCallback,userContext); },
LogIndexCount:function(objectId,succeededCallback, failedCallback, userContext) {
/// <param name="objectId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'LogIndexCount',false,{objectId:objectId},succeededCallback,failedCallback,userContext); },
LogArticleCount:function(articleId,blogId,succeededCallback, failedCallback, userContext) {
/// <param name="articleId" type="Number">System.Int32</param>
/// <param name="blogId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'LogArticleCount',false,{articleId:articleId,blogId:blogId},succeededCallback,failedCallback,userContext); },
GetMessageBoardList:function(userId,pageIndex,pageSize,succeededCallback, failedCallback, userContext) {
/// <param name="userId" type="Number">System.Int32</param>
/// <param name="pageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetMessageBoardList',false,{userId:userId,pageIndex:pageIndex,pageSize:pageSize},succeededCallback,failedCallback,userContext); },
AddMessageBoard:function(content,userId,succeededCallback, failedCallback, userContext) {
/// <param name="content" type="String">System.String</param>
/// <param name="userId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddMessageBoard',false,{content:content,userId:userId},succeededCallback,failedCallback,userContext); },
ReplyMessageBoard:function(content,id,isSendForMessage,succeededCallback, failedCallback, userContext) {
/// <param name="content" type="String">System.String</param>
/// <param name="id" type="Number">System.Int32</param>
/// <param name="isSendForMessage" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ReplyMessageBoard',false,{content:content,id:id,isSendForMessage:isSendForMessage},succeededCallback,failedCallback,userContext); },
DeleteMessageBoard:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteMessageBoard',false,{id:id},succeededCallback,failedCallback,userContext); },
GetStrForUdiskVideoPlay:function(path,succeededCallback, failedCallback, userContext) {
/// <param name="path" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetStrForUdiskVideoPlay',false,{path:path},succeededCallback,failedCallback,userContext); }}
EdJoy.Web.Service.BlogService.registerClass('EdJoy.Web.Service.BlogService',Sys.Net.WebServiceProxy);
EdJoy.Web.Service.BlogService._staticInstance = new EdJoy.Web.Service.BlogService();
EdJoy.Web.Service.BlogService.set_path = function(value) {
EdJoy.Web.Service.BlogService._staticInstance.set_path(value); }
EdJoy.Web.Service.BlogService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return EdJoy.Web.Service.BlogService._staticInstance.get_path();}
EdJoy.Web.Service.BlogService.set_timeout = function(value) {
EdJoy.Web.Service.BlogService._staticInstance.set_timeout(value); }
EdJoy.Web.Service.BlogService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return EdJoy.Web.Service.BlogService._staticInstance.get_timeout(); }
EdJoy.Web.Service.BlogService.set_defaultUserContext = function(value) { 
EdJoy.Web.Service.BlogService._staticInstance.set_defaultUserContext(value); }
EdJoy.Web.Service.BlogService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return EdJoy.Web.Service.BlogService._staticInstance.get_defaultUserContext(); }
EdJoy.Web.Service.BlogService.set_defaultSucceededCallback = function(value) { 
 EdJoy.Web.Service.BlogService._staticInstance.set_defaultSucceededCallback(value); }
EdJoy.Web.Service.BlogService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return EdJoy.Web.Service.BlogService._staticInstance.get_defaultSucceededCallback(); }
EdJoy.Web.Service.BlogService.set_defaultFailedCallback = function(value) { 
EdJoy.Web.Service.BlogService._staticInstance.set_defaultFailedCallback(value); }
EdJoy.Web.Service.BlogService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return EdJoy.Web.Service.BlogService._staticInstance.get_defaultFailedCallback(); }
EdJoy.Web.Service.BlogService.set_path("/Service/BlogService.asmx");
EdJoy.Web.Service.BlogService.GetBlogArticleList= function(userId,pageIndex,pageSize,blogArticleCategoryId,CalendarDate,postShowMode,blogId,dns,moreMenuId,categoryType,articleNature,articleListShowWay,polyCategoryIds,selectMode,categoryFilterids,onSuccess,onFailed,userContext) {
/// <param name="userId" type="Number">System.Int32</param>
/// <param name="pageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="blogArticleCategoryId" type="Number">System.Int32</param>
/// <param name="CalendarDate" type="String">System.String</param>
/// <param name="postShowMode" type="Number">System.Int32</param>
/// <param name="blogId" type="Number">System.Int32</param>
/// <param name="dns" type="String">System.String</param>
/// <param name="moreMenuId" type="Number">System.Int32</param>
/// <param name="categoryType" type="Number">System.Int32</param>
/// <param name="articleNature" type="Number">System.Int32</param>
/// <param name="articleListShowWay" type="Number">System.Int32</param>
/// <param name="polyCategoryIds" type="String">System.String</param>
/// <param name="selectMode" type="Number">System.Int32</param>
/// <param name="categoryFilterids" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.GetBlogArticleList(userId,pageIndex,pageSize,blogArticleCategoryId,CalendarDate,postShowMode,blogId,dns,moreMenuId,categoryType,articleNature,articleListShowWay,polyCategoryIds,selectMode,categoryFilterids,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.GetBlogArticleSearchList= function(userId,pageIndex,pageSize,kw,type,dns,blogId,onSuccess,onFailed,userContext) {
/// <param name="userId" type="Number">System.Int32</param>
/// <param name="pageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="kw" type="String">System.String</param>
/// <param name="type" type="Number">System.Int32</param>
/// <param name="dns" type="String">System.String</param>
/// <param name="blogId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.GetBlogArticleSearchList(userId,pageIndex,pageSize,kw,type,dns,blogId,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.GetArticle= function(articleID,dns,onSuccess,onFailed,userContext) {
/// <param name="articleID" type="Number">System.Int32</param>
/// <param name="dns" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.GetArticle(articleID,dns,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.CheckBlogPwdAccess= function(pwd,blogId,onSuccess,onFailed,userContext) {
/// <param name="pwd" type="String">System.String</param>
/// <param name="blogId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.CheckBlogPwdAccess(pwd,blogId,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.CheckBlogArticlePwdAccess= function(pwd,pkId,onSuccess,onFailed,userContext) {
/// <param name="pwd" type="String">System.String</param>
/// <param name="pkId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.CheckBlogArticlePwdAccess(pwd,pkId,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.GetBlogCommentsByArticleId= function(articleId,onSuccess,onFailed,userContext) {
/// <param name="articleId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.GetBlogCommentsByArticleId(articleId,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.GetAlbum= function(pageIndex,pageSize,blogId,newsMenuId,moreMenuId,dns,onSuccess,onFailed,userContext) {
/// <param name="pageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="blogId" type="Number">System.Int32</param>
/// <param name="newsMenuId" type="Number">System.Int32</param>
/// <param name="moreMenuId" type="Number">System.Int32</param>
/// <param name="dns" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.GetAlbum(pageIndex,pageSize,blogId,newsMenuId,moreMenuId,dns,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.LogIndexCount= function(objectId,onSuccess,onFailed,userContext) {
/// <param name="objectId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.LogIndexCount(objectId,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.LogArticleCount= function(articleId,blogId,onSuccess,onFailed,userContext) {
/// <param name="articleId" type="Number">System.Int32</param>
/// <param name="blogId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.LogArticleCount(articleId,blogId,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.GetMessageBoardList= function(userId,pageIndex,pageSize,onSuccess,onFailed,userContext) {
/// <param name="userId" type="Number">System.Int32</param>
/// <param name="pageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.GetMessageBoardList(userId,pageIndex,pageSize,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.AddMessageBoard= function(content,userId,onSuccess,onFailed,userContext) {
/// <param name="content" type="String">System.String</param>
/// <param name="userId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.AddMessageBoard(content,userId,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.ReplyMessageBoard= function(content,id,isSendForMessage,onSuccess,onFailed,userContext) {
/// <param name="content" type="String">System.String</param>
/// <param name="id" type="Number">System.Int32</param>
/// <param name="isSendForMessage" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.ReplyMessageBoard(content,id,isSendForMessage,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.DeleteMessageBoard= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.DeleteMessageBoard(id,onSuccess,onFailed,userContext); }
EdJoy.Web.Service.BlogService.GetStrForUdiskVideoPlay= function(path,onSuccess,onFailed,userContext) {
/// <param name="path" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
EdJoy.Web.Service.BlogService._staticInstance.GetStrForUdiskVideoPlay(path,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(EdJoy.Web.Service.ArticleModule) === 'undefined') {
EdJoy.Web.Service.ArticleModule=gtc("EdJoy.Web.Service.ArticleModule");
EdJoy.Web.Service.ArticleModule.registerClass('EdJoy.Web.Service.ArticleModule');
}
Type.registerNamespace('EdJoy.Model');
if (typeof(EdJoy.Model.BlogArticleCategoryInfo) === 'undefined') {
EdJoy.Model.BlogArticleCategoryInfo=gtc("EdJoy.Model.BlogArticleCategoryInfo");
EdJoy.Model.BlogArticleCategoryInfo.registerClass('EdJoy.Model.BlogArticleCategoryInfo');
}
if (typeof(EdJoy.Model.ArticleInfo) === 'undefined') {
EdJoy.Model.ArticleInfo=gtc("EdJoy.Model.ArticleInfo");
EdJoy.Model.ArticleInfo.registerClass('EdJoy.Model.ArticleInfo');
}
Type.registerNamespace('EdJoy.BLLModel');
if (typeof(EdJoy.BLLModel.ArticleModel) === 'undefined') {
EdJoy.BLLModel.ArticleModel=gtc("EdJoy.BLLModel.ArticleModel");
EdJoy.BLLModel.ArticleModel.registerClass('EdJoy.BLLModel.ArticleModel');
}
if (typeof(EdJoy.Model.CommentsInfo) === 'undefined') {
EdJoy.Model.CommentsInfo=gtc("EdJoy.Model.CommentsInfo");
EdJoy.Model.CommentsInfo.registerClass('EdJoy.Model.CommentsInfo');
}
if (typeof(EdJoy.BLLModel.AlbumListModel) === 'undefined') {
EdJoy.BLLModel.AlbumListModel=gtc("EdJoy.BLLModel.AlbumListModel");
EdJoy.BLLModel.AlbumListModel.registerClass('EdJoy.BLLModel.AlbumListModel');
}
if (typeof(EdJoy.BLLModel.MessageBoardListModel) === 'undefined') {
EdJoy.BLLModel.MessageBoardListModel=gtc("EdJoy.BLLModel.MessageBoardListModel");
EdJoy.BLLModel.MessageBoardListModel.registerClass('EdJoy.BLLModel.MessageBoardListModel');
}
