Type.registerNamespace('Aula365');
Aula365.Json=function() {
Aula365.Json.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Aula365.Json.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Aula365.Json._staticInstance.get_path();},
Blogs_GetPosts:function(blogId,itemsPerPage,pageNum,succeededCallback, failedCallback, userContext) {
/// <param name="blogId" type="String">System.String</param>
/// <param name="itemsPerPage" type="String">System.String</param>
/// <param name="pageNum" 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(), 'Blogs_GetPosts',true,{blogId:blogId,itemsPerPage:itemsPerPage,pageNum:pageNum},succeededCallback,failedCallback,userContext); },
Blogs_GetList:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'Blogs_GetList',true,{},succeededCallback,failedCallback,userContext); },
Activities_GetBase:function(solutionId,activityType,ageRange,itemsPerPage,pageNum,classes,succeededCallback, failedCallback, userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="activityType" type="String">System.String</param>
/// <param name="ageRange" type="String">System.String</param>
/// <param name="itemsPerPage" type="String">System.String</param>
/// <param name="pageNum" type="String">System.String</param>
/// <param name="classes" 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(), 'Activities_GetBase',true,{solutionId:solutionId,activityType:activityType,ageRange:ageRange,itemsPerPage:itemsPerPage,pageNum:pageNum,classes:classes},succeededCallback,failedCallback,userContext); },
Activities_GetMinesBase:function(itemsPerPage,pageNum,classes,succeededCallback, failedCallback, userContext) {
/// <param name="itemsPerPage" type="String">System.String</param>
/// <param name="pageNum" type="String">System.String</param>
/// <param name="classes" 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(), 'Activities_GetMinesBase',true,{itemsPerPage:itemsPerPage,pageNum:pageNum,classes:classes},succeededCallback,failedCallback,userContext); },
Activities_GetMostViewed:function(solutionId,classes,age,top,limitTitles,limitBriefs,succeededCallback, failedCallback, userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="classes" type="String">System.String</param>
/// <param name="age" type="String">System.String</param>
/// <param name="top" type="Number">System.Int32</param>
/// <param name="limitTitles" type="Number">System.Int32</param>
/// <param name="limitBriefs" 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(), 'Activities_GetMostViewed',true,{solutionId:solutionId,classes:classes,age:age,top:top,limitTitles:limitTitles,limitBriefs:limitBriefs},succeededCallback,failedCallback,userContext); },
Activities_GetBestRated:function(solutionId,classes,age,top,limitTitles,limitBriefs,succeededCallback, failedCallback, userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="classes" type="String">System.String</param>
/// <param name="age" type="String">System.String</param>
/// <param name="top" type="Number">System.Int32</param>
/// <param name="limitTitles" type="Number">System.Int32</param>
/// <param name="limitBriefs" 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(), 'Activities_GetBestRated',true,{solutionId:solutionId,classes:classes,age:age,top:top,limitTitles:limitTitles,limitBriefs:limitBriefs},succeededCallback,failedCallback,userContext); },
Activities_GetMostCommented:function(solutionId,classes,age,top,limitTitles,limitBriefs,succeededCallback, failedCallback, userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="classes" type="String">System.String</param>
/// <param name="age" type="String">System.String</param>
/// <param name="top" type="Number">System.Int32</param>
/// <param name="limitTitles" type="Number">System.Int32</param>
/// <param name="limitBriefs" 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(), 'Activities_GetMostCommented',true,{solutionId:solutionId,classes:classes,age:age,top:top,limitTitles:limitTitles,limitBriefs:limitBriefs},succeededCallback,failedCallback,userContext); },
Activities_GetUserPostings:function(top,succeededCallback, failedCallback, userContext) {
/// <param name="top" 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(), 'Activities_GetUserPostings',true,{top:top},succeededCallback,failedCallback,userContext); },
Activities_GetLastRegisteredUsers:function(solutionId,qty,succeededCallback, failedCallback, userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="qty" 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(), 'Activities_GetLastRegisteredUsers',true,{solutionId:solutionId,qty:qty},succeededCallback,failedCallback,userContext); },
Activities_Insert:function(akActivity,relatedObjectId,succeededCallback, failedCallback, userContext) {
/// <param name="akActivity" type="String">System.String</param>
/// <param name="relatedObjectId" 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(), 'Activities_Insert',true,{akActivity:akActivity,relatedObjectId:relatedObjectId},succeededCallback,failedCallback,userContext); },
Activities_InsertFull:function(akActivity,relatedObjectId,objectId1,objectId2,objectId3,succeededCallback, failedCallback, userContext) {
/// <param name="akActivity" type="String">System.String</param>
/// <param name="relatedObjectId" type="Number">System.Int32</param>
/// <param name="objectId1" type="Number">System.Int32</param>
/// <param name="objectId2" type="Number">System.Int32</param>
/// <param name="objectId3" 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(), 'Activities_InsertFull',true,{akActivity:akActivity,relatedObjectId:relatedObjectId,objectId1:objectId1,objectId2:objectId2,objectId3:objectId3},succeededCallback,failedCallback,userContext); },
Activities_GetByObject:function(objectId,activityType,top,succeededCallback, failedCallback, userContext) {
/// <param name="objectId" type="Number">System.Int32</param>
/// <param name="activityType" type="String">System.String</param>
/// <param name="top" 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(), 'Activities_GetByObject',true,{objectId:objectId,activityType:activityType,top:top},succeededCallback,failedCallback,userContext); },
Activities_GetLastReaders:function(objectId,top,succeededCallback, failedCallback, userContext) {
/// <param name="objectId" type="Number">System.Int32</param>
/// <param name="top" 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(), 'Activities_GetLastReaders',true,{objectId:objectId,top:top},succeededCallback,failedCallback,userContext); },
General_GetNewCaptcha:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'General_GetNewCaptcha',true,{},succeededCallback,failedCallback,userContext); },
General_ValidateCaptchaCode:function(code,input,succeededCallback, failedCallback, userContext) {
/// <param name="code" type="String">System.String</param>
/// <param name="input" 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(), 'General_ValidateCaptchaCode',true,{code:code,input:input},succeededCallback,failedCallback,userContext); },
General_GetOnlineUserCount:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'General_GetOnlineUserCount',true,{},succeededCallback,failedCallback,userContext); },
WebRemote_GetXml:function(uri,succeededCallback, failedCallback, userContext) {
/// <param name="uri" 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(), 'WebRemote_GetXml',true,{uri:uri},succeededCallback,failedCallback,userContext); },
Weather_GetInfo:function(code,unit,succeededCallback, failedCallback, userContext) {
/// <param name="code" type="String">System.String</param>
/// <param name="unit" 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(), 'Weather_GetInfo',true,{code:code,unit:unit},succeededCallback,failedCallback,userContext); },
Weather_SearchCityCode:function(text,succeededCallback, failedCallback, userContext) {
/// <param name="text" 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(), 'Weather_SearchCityCode',true,{text:text},succeededCallback,failedCallback,userContext); },
Weather_PersistPreferredCity:function(code,name,succeededCallback, failedCallback, userContext) {
/// <param name="code" type="String">System.String</param>
/// <param name="name" 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(), 'Weather_PersistPreferredCity',true,{code:code,name:name},succeededCallback,failedCallback,userContext); },
UserAccessSettings_Get:function(FKInstanciaContexto,FKInstanciaUsuario,FKInstanciaObjeto,succeededCallback, failedCallback, userContext) {
/// <param name="FKInstanciaContexto" type="Number">System.Int32</param>
/// <param name="FKInstanciaUsuario" type="Number">System.Int32</param>
/// <param name="FKInstanciaObjeto" 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(), 'UserAccessSettings_Get',true,{FKInstanciaContexto:FKInstanciaContexto,FKInstanciaUsuario:FKInstanciaUsuario,FKInstanciaObjeto:FKInstanciaObjeto},succeededCallback,failedCallback,userContext); },
Recommend_GetRecommendSessionId:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'Recommend_GetRecommendSessionId',true,{},succeededCallback,failedCallback,userContext); },
Recommend_DiposeSession:function(sessionId,succeededCallback, failedCallback, userContext) {
/// <param name="sessionId" type="String">System.Guid</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(), 'Recommend_DiposeSession',true,{sessionId:sessionId},succeededCallback,failedCallback,userContext); },
Recommend_AddRecipientToSession:function(sessionId,name,email,succeededCallback, failedCallback, userContext) {
/// <param name="sessionId" type="String">System.Guid</param>
/// <param name="name" type="String">System.String</param>
/// <param name="email" 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(), 'Recommend_AddRecipientToSession',true,{sessionId:sessionId,name:name,email:email},succeededCallback,failedCallback,userContext); },
Recommend_RemoveRecipientFromSession:function(sessionId,email,succeededCallback, failedCallback, userContext) {
/// <param name="sessionId" type="String">System.Guid</param>
/// <param name="email" 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(), 'Recommend_RemoveRecipientFromSession',true,{sessionId:sessionId,email:email},succeededCallback,failedCallback,userContext); },
Recommend_GetRecipientsFromSession:function(sessionId,succeededCallback, failedCallback, userContext) {
/// <param name="sessionId" type="String">System.Guid</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(), 'Recommend_GetRecipientsFromSession',true,{sessionId:sessionId},succeededCallback,failedCallback,userContext); },
Ratings_RateObject:function(objectId,rating,succeededCallback, failedCallback, userContext) {
/// <param name="objectId" type="Number">System.Int32</param>
/// <param name="rating" type="Number">System.Byte</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(), 'Ratings_RateObject',true,{objectId:objectId,rating:rating},succeededCallback,failedCallback,userContext); },
Comments_GetForCurrentSolution:function(itemsPerPage,pageNum,limitText,succeededCallback, failedCallback, userContext) {
/// <param name="itemsPerPage" type="Number">System.Int32</param>
/// <param name="pageNum" type="Number">System.Int32</param>
/// <param name="limitText" 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(), 'Comments_GetForCurrentSolution',true,{itemsPerPage:itemsPerPage,pageNum:pageNum,limitText:limitText},succeededCallback,failedCallback,userContext); },
Comments_GetForSolution:function(solutionId,itemsPerPage,pageNum,limitText,succeededCallback, failedCallback, userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="itemsPerPage" type="Number">System.Int32</param>
/// <param name="pageNum" type="Number">System.Int32</param>
/// <param name="limitText" 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(), 'Comments_GetForSolution',true,{solutionId:solutionId,itemsPerPage:itemsPerPage,pageNum:pageNum,limitText:limitText},succeededCallback,failedCallback,userContext); },
Comments_Insert:function(objectId,status,text,succeededCallback, failedCallback, userContext) {
/// <param name="objectId" type="Number">System.Int32</param>
/// <param name="status" type="String">System.String</param>
/// <param name="text" 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(), 'Comments_Insert',true,{objectId:objectId,status:status,text:text},succeededCallback,failedCallback,userContext); },
Users_GetRepresentation:function(userId,succeededCallback, failedCallback, userContext) {
/// <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(), 'Users_GetRepresentation',true,{userId:userId},succeededCallback,failedCallback,userContext); },
ContactsImporter_Get:function(provider,email,password,succeededCallback, failedCallback, userContext) {
/// <param name="provider" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="password" 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(), 'ContactsImporter_Get',true,{provider:provider,email:email,password:password},succeededCallback,failedCallback,userContext); },
UV_Invoke:function(uri,method,succeededCallback, failedCallback, userContext) {
/// <param name="uri" type="String">System.String</param>
/// <param name="method" 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(), 'UV_Invoke',true,{uri:uri,method:method},succeededCallback,failedCallback,userContext); },
StartTab_GetNews:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'StartTab_GetNews',true,{},succeededCallback,failedCallback,userContext); },
Recommend_Send:function(fromName,fromEmail,toName,toEmail,message,succeededCallback, failedCallback, userContext) {
/// <param name="fromName" type="String">System.String</param>
/// <param name="fromEmail" type="String">System.String</param>
/// <param name="toName" type="String">System.String</param>
/// <param name="toEmail" type="String">System.String</param>
/// <param name="message" 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(), 'Recommend_Send',true,{fromName:fromName,fromEmail:fromEmail,toName:toName,toEmail:toEmail,message:message},succeededCallback,failedCallback,userContext); },
Activities_Get:function(solutionId,activityType,ageRange,itemsPerPage,pageNum,succeededCallback, failedCallback, userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="activityType" type="String">System.String</param>
/// <param name="ageRange" type="String">System.String</param>
/// <param name="itemsPerPage" type="String">System.String</param>
/// <param name="pageNum" 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(), 'Activities_Get',true,{solutionId:solutionId,activityType:activityType,ageRange:ageRange,itemsPerPage:itemsPerPage,pageNum:pageNum},succeededCallback,failedCallback,userContext); },
Activities_GetMines:function(itemsPerPage,pageNum,succeededCallback, failedCallback, userContext) {
/// <param name="itemsPerPage" type="String">System.String</param>
/// <param name="pageNum" 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(), 'Activities_GetMines',true,{itemsPerPage:itemsPerPage,pageNum:pageNum},succeededCallback,failedCallback,userContext); },
Comments_GetByNationality:function(solutionId,itemsPerPage,pageNum,limitText,succeededCallback, failedCallback, userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="itemsPerPage" type="Number">System.Int32</param>
/// <param name="pageNum" type="Number">System.Int32</param>
/// <param name="limitText" 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(), 'Comments_GetByNationality',true,{solutionId:solutionId,itemsPerPage:itemsPerPage,pageNum:pageNum,limitText:limitText},succeededCallback,failedCallback,userContext); }}
Aula365.Json.registerClass('Aula365.Json',Sys.Net.WebServiceProxy);
Aula365.Json._staticInstance = new Aula365.Json();
Aula365.Json.set_path = function(value) {
Aula365.Json._staticInstance.set_path(value); }
Aula365.Json.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Aula365.Json._staticInstance.get_path();}
Aula365.Json.set_timeout = function(value) {
Aula365.Json._staticInstance.set_timeout(value); }
Aula365.Json.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Aula365.Json._staticInstance.get_timeout(); }
Aula365.Json.set_defaultUserContext = function(value) { 
Aula365.Json._staticInstance.set_defaultUserContext(value); }
Aula365.Json.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Aula365.Json._staticInstance.get_defaultUserContext(); }
Aula365.Json.set_defaultSucceededCallback = function(value) { 
 Aula365.Json._staticInstance.set_defaultSucceededCallback(value); }
Aula365.Json.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Aula365.Json._staticInstance.get_defaultSucceededCallback(); }
Aula365.Json.set_defaultFailedCallback = function(value) { 
Aula365.Json._staticInstance.set_defaultFailedCallback(value); }
Aula365.Json.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Aula365.Json._staticInstance.get_defaultFailedCallback(); }
Aula365.Json.set_path("/ws/Json.svc");
Aula365.Json.Blogs_GetPosts= function(blogId,itemsPerPage,pageNum,onSuccess,onFailed,userContext) {
/// <param name="blogId" type="String">System.String</param>
/// <param name="itemsPerPage" type="String">System.String</param>
/// <param name="pageNum" 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>
Aula365.Json._staticInstance.Blogs_GetPosts(blogId,itemsPerPage,pageNum,onSuccess,onFailed,userContext); }
Aula365.Json.Blogs_GetList= function(onSuccess,onFailed,userContext) {
/// <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>
Aula365.Json._staticInstance.Blogs_GetList(onSuccess,onFailed,userContext); }
Aula365.Json.Activities_GetBase= function(solutionId,activityType,ageRange,itemsPerPage,pageNum,classes,onSuccess,onFailed,userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="activityType" type="String">System.String</param>
/// <param name="ageRange" type="String">System.String</param>
/// <param name="itemsPerPage" type="String">System.String</param>
/// <param name="pageNum" type="String">System.String</param>
/// <param name="classes" 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>
Aula365.Json._staticInstance.Activities_GetBase(solutionId,activityType,ageRange,itemsPerPage,pageNum,classes,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_GetMinesBase= function(itemsPerPage,pageNum,classes,onSuccess,onFailed,userContext) {
/// <param name="itemsPerPage" type="String">System.String</param>
/// <param name="pageNum" type="String">System.String</param>
/// <param name="classes" 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>
Aula365.Json._staticInstance.Activities_GetMinesBase(itemsPerPage,pageNum,classes,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_GetMostViewed= function(solutionId,classes,age,top,limitTitles,limitBriefs,onSuccess,onFailed,userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="classes" type="String">System.String</param>
/// <param name="age" type="String">System.String</param>
/// <param name="top" type="Number">System.Int32</param>
/// <param name="limitTitles" type="Number">System.Int32</param>
/// <param name="limitBriefs" 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>
Aula365.Json._staticInstance.Activities_GetMostViewed(solutionId,classes,age,top,limitTitles,limitBriefs,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_GetBestRated= function(solutionId,classes,age,top,limitTitles,limitBriefs,onSuccess,onFailed,userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="classes" type="String">System.String</param>
/// <param name="age" type="String">System.String</param>
/// <param name="top" type="Number">System.Int32</param>
/// <param name="limitTitles" type="Number">System.Int32</param>
/// <param name="limitBriefs" 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>
Aula365.Json._staticInstance.Activities_GetBestRated(solutionId,classes,age,top,limitTitles,limitBriefs,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_GetMostCommented= function(solutionId,classes,age,top,limitTitles,limitBriefs,onSuccess,onFailed,userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="classes" type="String">System.String</param>
/// <param name="age" type="String">System.String</param>
/// <param name="top" type="Number">System.Int32</param>
/// <param name="limitTitles" type="Number">System.Int32</param>
/// <param name="limitBriefs" 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>
Aula365.Json._staticInstance.Activities_GetMostCommented(solutionId,classes,age,top,limitTitles,limitBriefs,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_GetUserPostings= function(top,onSuccess,onFailed,userContext) {
/// <param name="top" 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>
Aula365.Json._staticInstance.Activities_GetUserPostings(top,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_GetLastRegisteredUsers= function(solutionId,qty,onSuccess,onFailed,userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="qty" 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>
Aula365.Json._staticInstance.Activities_GetLastRegisteredUsers(solutionId,qty,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_Insert= function(akActivity,relatedObjectId,onSuccess,onFailed,userContext) {
/// <param name="akActivity" type="String">System.String</param>
/// <param name="relatedObjectId" 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>
Aula365.Json._staticInstance.Activities_Insert(akActivity,relatedObjectId,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_InsertFull= function(akActivity,relatedObjectId,objectId1,objectId2,objectId3,onSuccess,onFailed,userContext) {
/// <param name="akActivity" type="String">System.String</param>
/// <param name="relatedObjectId" type="Number">System.Int32</param>
/// <param name="objectId1" type="Number">System.Int32</param>
/// <param name="objectId2" type="Number">System.Int32</param>
/// <param name="objectId3" 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>
Aula365.Json._staticInstance.Activities_InsertFull(akActivity,relatedObjectId,objectId1,objectId2,objectId3,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_GetByObject= function(objectId,activityType,top,onSuccess,onFailed,userContext) {
/// <param name="objectId" type="Number">System.Int32</param>
/// <param name="activityType" type="String">System.String</param>
/// <param name="top" 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>
Aula365.Json._staticInstance.Activities_GetByObject(objectId,activityType,top,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_GetLastReaders= function(objectId,top,onSuccess,onFailed,userContext) {
/// <param name="objectId" type="Number">System.Int32</param>
/// <param name="top" 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>
Aula365.Json._staticInstance.Activities_GetLastReaders(objectId,top,onSuccess,onFailed,userContext); }
Aula365.Json.General_GetNewCaptcha= function(onSuccess,onFailed,userContext) {
/// <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>
Aula365.Json._staticInstance.General_GetNewCaptcha(onSuccess,onFailed,userContext); }
Aula365.Json.General_ValidateCaptchaCode= function(code,input,onSuccess,onFailed,userContext) {
/// <param name="code" type="String">System.String</param>
/// <param name="input" 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>
Aula365.Json._staticInstance.General_ValidateCaptchaCode(code,input,onSuccess,onFailed,userContext); }
Aula365.Json.General_GetOnlineUserCount= function(onSuccess,onFailed,userContext) {
/// <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>
Aula365.Json._staticInstance.General_GetOnlineUserCount(onSuccess,onFailed,userContext); }
Aula365.Json.WebRemote_GetXml= function(uri,onSuccess,onFailed,userContext) {
/// <param name="uri" 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>
Aula365.Json._staticInstance.WebRemote_GetXml(uri,onSuccess,onFailed,userContext); }
Aula365.Json.Weather_GetInfo= function(code,unit,onSuccess,onFailed,userContext) {
/// <param name="code" type="String">System.String</param>
/// <param name="unit" 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>
Aula365.Json._staticInstance.Weather_GetInfo(code,unit,onSuccess,onFailed,userContext); }
Aula365.Json.Weather_SearchCityCode= function(text,onSuccess,onFailed,userContext) {
/// <param name="text" 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>
Aula365.Json._staticInstance.Weather_SearchCityCode(text,onSuccess,onFailed,userContext); }
Aula365.Json.Weather_PersistPreferredCity= function(code,name,onSuccess,onFailed,userContext) {
/// <param name="code" type="String">System.String</param>
/// <param name="name" 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>
Aula365.Json._staticInstance.Weather_PersistPreferredCity(code,name,onSuccess,onFailed,userContext); }
Aula365.Json.UserAccessSettings_Get= function(FKInstanciaContexto,FKInstanciaUsuario,FKInstanciaObjeto,onSuccess,onFailed,userContext) {
/// <param name="FKInstanciaContexto" type="Number">System.Int32</param>
/// <param name="FKInstanciaUsuario" type="Number">System.Int32</param>
/// <param name="FKInstanciaObjeto" 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>
Aula365.Json._staticInstance.UserAccessSettings_Get(FKInstanciaContexto,FKInstanciaUsuario,FKInstanciaObjeto,onSuccess,onFailed,userContext); }
Aula365.Json.Recommend_GetRecommendSessionId= function(onSuccess,onFailed,userContext) {
/// <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>
Aula365.Json._staticInstance.Recommend_GetRecommendSessionId(onSuccess,onFailed,userContext); }
Aula365.Json.Recommend_DiposeSession= function(sessionId,onSuccess,onFailed,userContext) {
/// <param name="sessionId" type="String">System.Guid</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>
Aula365.Json._staticInstance.Recommend_DiposeSession(sessionId,onSuccess,onFailed,userContext); }
Aula365.Json.Recommend_AddRecipientToSession= function(sessionId,name,email,onSuccess,onFailed,userContext) {
/// <param name="sessionId" type="String">System.Guid</param>
/// <param name="name" type="String">System.String</param>
/// <param name="email" 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>
Aula365.Json._staticInstance.Recommend_AddRecipientToSession(sessionId,name,email,onSuccess,onFailed,userContext); }
Aula365.Json.Recommend_RemoveRecipientFromSession= function(sessionId,email,onSuccess,onFailed,userContext) {
/// <param name="sessionId" type="String">System.Guid</param>
/// <param name="email" 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>
Aula365.Json._staticInstance.Recommend_RemoveRecipientFromSession(sessionId,email,onSuccess,onFailed,userContext); }
Aula365.Json.Recommend_GetRecipientsFromSession= function(sessionId,onSuccess,onFailed,userContext) {
/// <param name="sessionId" type="String">System.Guid</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>
Aula365.Json._staticInstance.Recommend_GetRecipientsFromSession(sessionId,onSuccess,onFailed,userContext); }
Aula365.Json.Ratings_RateObject= function(objectId,rating,onSuccess,onFailed,userContext) {
/// <param name="objectId" type="Number">System.Int32</param>
/// <param name="rating" type="Number">System.Byte</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>
Aula365.Json._staticInstance.Ratings_RateObject(objectId,rating,onSuccess,onFailed,userContext); }
Aula365.Json.Comments_GetForCurrentSolution= function(itemsPerPage,pageNum,limitText,onSuccess,onFailed,userContext) {
/// <param name="itemsPerPage" type="Number">System.Int32</param>
/// <param name="pageNum" type="Number">System.Int32</param>
/// <param name="limitText" 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>
Aula365.Json._staticInstance.Comments_GetForCurrentSolution(itemsPerPage,pageNum,limitText,onSuccess,onFailed,userContext); }
Aula365.Json.Comments_GetForSolution= function(solutionId,itemsPerPage,pageNum,limitText,onSuccess,onFailed,userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="itemsPerPage" type="Number">System.Int32</param>
/// <param name="pageNum" type="Number">System.Int32</param>
/// <param name="limitText" 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>
Aula365.Json._staticInstance.Comments_GetForSolution(solutionId,itemsPerPage,pageNum,limitText,onSuccess,onFailed,userContext); }
Aula365.Json.Comments_Insert= function(objectId,status,text,onSuccess,onFailed,userContext) {
/// <param name="objectId" type="Number">System.Int32</param>
/// <param name="status" type="String">System.String</param>
/// <param name="text" 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>
Aula365.Json._staticInstance.Comments_Insert(objectId,status,text,onSuccess,onFailed,userContext); }
Aula365.Json.Users_GetRepresentation= function(userId,onSuccess,onFailed,userContext) {
/// <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>
Aula365.Json._staticInstance.Users_GetRepresentation(userId,onSuccess,onFailed,userContext); }
Aula365.Json.ContactsImporter_Get= function(provider,email,password,onSuccess,onFailed,userContext) {
/// <param name="provider" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="password" 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>
Aula365.Json._staticInstance.ContactsImporter_Get(provider,email,password,onSuccess,onFailed,userContext); }
Aula365.Json.UV_Invoke= function(uri,method,onSuccess,onFailed,userContext) {
/// <param name="uri" type="String">System.String</param>
/// <param name="method" 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>
Aula365.Json._staticInstance.UV_Invoke(uri,method,onSuccess,onFailed,userContext); }
Aula365.Json.StartTab_GetNews= function(onSuccess,onFailed,userContext) {
/// <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>
Aula365.Json._staticInstance.StartTab_GetNews(onSuccess,onFailed,userContext); }
Aula365.Json.Recommend_Send= function(fromName,fromEmail,toName,toEmail,message,onSuccess,onFailed,userContext) {
/// <param name="fromName" type="String">System.String</param>
/// <param name="fromEmail" type="String">System.String</param>
/// <param name="toName" type="String">System.String</param>
/// <param name="toEmail" type="String">System.String</param>
/// <param name="message" 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>
Aula365.Json._staticInstance.Recommend_Send(fromName,fromEmail,toName,toEmail,message,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_Get= function(solutionId,activityType,ageRange,itemsPerPage,pageNum,onSuccess,onFailed,userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="activityType" type="String">System.String</param>
/// <param name="ageRange" type="String">System.String</param>
/// <param name="itemsPerPage" type="String">System.String</param>
/// <param name="pageNum" 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>
Aula365.Json._staticInstance.Activities_Get(solutionId,activityType,ageRange,itemsPerPage,pageNum,onSuccess,onFailed,userContext); }
Aula365.Json.Activities_GetMines= function(itemsPerPage,pageNum,onSuccess,onFailed,userContext) {
/// <param name="itemsPerPage" type="String">System.String</param>
/// <param name="pageNum" 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>
Aula365.Json._staticInstance.Activities_GetMines(itemsPerPage,pageNum,onSuccess,onFailed,userContext); }
Aula365.Json.Comments_GetByNationality= function(solutionId,itemsPerPage,pageNum,limitText,onSuccess,onFailed,userContext) {
/// <param name="solutionId" type="Number">System.Int32</param>
/// <param name="itemsPerPage" type="Number">System.Int32</param>
/// <param name="pageNum" type="Number">System.Int32</param>
/// <param name="limitText" 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>
Aula365.Json._staticInstance.Comments_GetByNationality(solutionId,itemsPerPage,pageNum,limitText,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Competir.Web.Services.DataContracts');
if (typeof(Competir.Web.Services.DataContracts.BlogResponse) === 'undefined') {
Competir.Web.Services.DataContracts.BlogResponse=gtc("BlogResponse:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.BlogResponse.registerClass('Competir.Web.Services.DataContracts.BlogResponse');
}
if (typeof(Competir.Web.Services.DataContracts.BasePaginableResponse) === 'undefined') {
Competir.Web.Services.DataContracts.BasePaginableResponse=gtc("BasePaginableResponse:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.BasePaginableResponse.registerClass('Competir.Web.Services.DataContracts.BasePaginableResponse');
}
if (typeof(Competir.Web.Services.DataContracts.BlogRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.BlogRepresentation=gtc("BlogRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.BlogRepresentation.registerClass('Competir.Web.Services.DataContracts.BlogRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.BlogPostRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.BlogPostRepresentation=gtc("BlogPostRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.BlogPostRepresentation.registerClass('Competir.Web.Services.DataContracts.BlogPostRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.ActivityRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.ActivityRepresentation=gtc("ActivityRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.ActivityRepresentation.registerClass('Competir.Web.Services.DataContracts.ActivityRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.UserRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.UserRepresentation=gtc("UserRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.UserRepresentation.registerClass('Competir.Web.Services.DataContracts.UserRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.BaseDataObjectRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.BaseDataObjectRepresentation=gtc("BaseDataObjectRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.BaseDataObjectRepresentation.registerClass('Competir.Web.Services.DataContracts.BaseDataObjectRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.VolRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.VolRepresentation=gtc("VolRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.VolRepresentation.registerClass('Competir.Web.Services.DataContracts.VolRepresentation');
}
Type.registerNamespace('Competir.Statistics');
if (typeof(Competir.Statistics.CommentsInfo) === 'undefined') {
Competir.Statistics.CommentsInfo=gtc("CommentsInfo:http://schemas.datacontract.org/2004/07/Competir.Statistics");
Competir.Statistics.CommentsInfo.registerClass('Competir.Statistics.CommentsInfo');
}
if (typeof(Competir.Statistics.RatingInfo) === 'undefined') {
Competir.Statistics.RatingInfo=gtc("RatingInfo:http://schemas.datacontract.org/2004/07/Competir.Statistics");
Competir.Statistics.RatingInfo.registerClass('Competir.Statistics.RatingInfo');
}
if (typeof(Competir.Web.Services.DataContracts.CaptchaRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.CaptchaRepresentation=gtc("CaptchaRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.CaptchaRepresentation.registerClass('Competir.Web.Services.DataContracts.CaptchaRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.WeatherInfoRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.WeatherInfoRepresentation=gtc("WeatherInfoRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.WeatherInfoRepresentation.registerClass('Competir.Web.Services.DataContracts.WeatherInfoRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.UserAccessSettingsRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.UserAccessSettingsRepresentation=gtc("UserAccessSettingsRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.UserAccessSettingsRepresentation.registerClass('Competir.Web.Services.DataContracts.UserAccessSettingsRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.CommentsResponse) === 'undefined') {
Competir.Web.Services.DataContracts.CommentsResponse=gtc("CommentsResponse:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.CommentsResponse.registerClass('Competir.Web.Services.DataContracts.CommentsResponse');
}
if (typeof(Competir.Web.Services.DataContracts.CommentRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.CommentRepresentation=gtc("CommentRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.CommentRepresentation.registerClass('Competir.Web.Services.DataContracts.CommentRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.ExternalContactsImportResultRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.ExternalContactsImportResultRepresentation=gtc("ExternalContactsImportResultRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.ExternalContactsImportResultRepresentation.registerClass('Competir.Web.Services.DataContracts.ExternalContactsImportResultRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.ExternalContactRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.ExternalContactRepresentation=gtc("ExternalContactRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.ExternalContactRepresentation.registerClass('Competir.Web.Services.DataContracts.ExternalContactRepresentation');
}
if (typeof(Competir.Web.Services.DataContracts.NewsRepresentation) === 'undefined') {
Competir.Web.Services.DataContracts.NewsRepresentation=gtc("NewsRepresentation:http://schemas.datacontract.org/2004/07/Competir.Web.Services.DataContracts");
Competir.Web.Services.DataContracts.NewsRepresentation.registerClass('Competir.Web.Services.DataContracts.NewsRepresentation');
}
Type.registerNamespace('Competir.MiEmpresa');
if (typeof(Competir.MiEmpresa.eUserAccessResult) === 'undefined') {
Competir.MiEmpresa.eUserAccessResult = function() { throw Error.invalidOperation(); }
Competir.MiEmpresa.eUserAccessResult.prototype = {Ok: 0,NotVerified: 1,InvalidUserType: 2,InvalidLicenseType: 3,NotPurchased: 4,NoCredit: 5,Error: 6}
Competir.MiEmpresa.eUserAccessResult.registerEnum('Competir.MiEmpresa.eUserAccessResult', true);
}
