Type.registerNamespace('WebServices.User');
WebServices.User.Learn=function() {
WebServices.User.Learn.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebServices.User.Learn.prototype={
GetLearnMembersAndComment:function(learnL,pageIndex,pageSize,succeededCallback, failedCallback, userContext) {
return this._invoke(WebServices.User.Learn.get_path(), 'GetLearnMembersAndComment',false,{learnL:learnL,pageIndex:pageIndex,pageSize:pageSize},succeededCallback,failedCallback,userContext); },
AddComments:function(learn,content,memberno,succeededCallback, failedCallback, userContext) {
return this._invoke(WebServices.User.Learn.get_path(), 'AddComments',false,{learn:learn,content:content,memberno:memberno},succeededCallback,failedCallback,userContext); }}
WebServices.User.Learn.registerClass('WebServices.User.Learn',Sys.Net.WebServiceProxy);
WebServices.User.Learn._staticInstance = new WebServices.User.Learn();
WebServices.User.Learn.set_path = function(value) { WebServices.User.Learn._staticInstance._path = value; }
WebServices.User.Learn.get_path = function() { return WebServices.User.Learn._staticInstance._path; }
WebServices.User.Learn.set_timeout = function(value) { WebServices.User.Learn._staticInstance._timeout = value; }
WebServices.User.Learn.get_timeout = function() { return WebServices.User.Learn._staticInstance._timeout; }
WebServices.User.Learn.set_defaultUserContext = function(value) { WebServices.User.Learn._staticInstance._userContext = value; }
WebServices.User.Learn.get_defaultUserContext = function() { return WebServices.User.Learn._staticInstance._userContext; }
WebServices.User.Learn.set_defaultSucceededCallback = function(value) { WebServices.User.Learn._staticInstance._succeeded = value; }
WebServices.User.Learn.get_defaultSucceededCallback = function() { return WebServices.User.Learn._staticInstance._succeeded; }
WebServices.User.Learn.set_defaultFailedCallback = function(value) { WebServices.User.Learn._staticInstance._failed = value; }
WebServices.User.Learn.get_defaultFailedCallback = function() { return WebServices.User.Learn._staticInstance._failed; }
WebServices.User.Learn.set_path("/WebServices/User/Learn.asmx");
WebServices.User.Learn.GetLearnMembersAndComment= function(learnL,pageIndex,pageSize,onSuccess,onFailed,userContext) {WebServices.User.Learn._staticInstance.GetLearnMembersAndComment(learnL,pageIndex,pageSize,onSuccess,onFailed,userContext); }
WebServices.User.Learn.AddComments= function(learn,content,memberno,onSuccess,onFailed,userContext) {WebServices.User.Learn._staticInstance.AddComments(learn,content,memberno,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Model');
if (typeof(Model.CommonMessage) === 'undefined') {
Model.CommonMessage=gtc("Model.CommonMessage");
Model.CommonMessage.registerClass('Model.CommonMessage');
}
