var MyWebServices=function() {
MyWebServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MyWebServices.prototype={
AjxSingleCheckBoxCall:function(call_id,value,checked,ctrl_info,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'AjxSingleCheckBoxCall',false,{call_id:call_id,value:value,checked:checked,ctrl_info:ctrl_info},succeededCallback,failedCallback,userContext); },
AjxPhotoInappropriateCall:function(pid,memid,control,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'AjxPhotoInappropriateCall',false,{pid:pid,memid:memid,control:control},succeededCallback,failedCallback,userContext); },
AjxInappropriateCall:function(vid,memid,param,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'AjxInappropriateCall',false,{vid:vid,memid:memid,param:param},succeededCallback,failedCallback,userContext); },
AjxTextButtonCall:function(cid,id,val,clientInfo,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'AjxTextButtonCall',false,{cid:cid,id:id,val:val,clientInfo:clientInfo},succeededCallback,failedCallback,userContext); },
AjxRadioCall:function(cid,id,val,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'AjxRadioCall',false,{cid:cid,id:id,val:val},succeededCallback,failedCallback,userContext); },
AjxFavoriteCall:function(cid,mem_id,video_id,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'AjxFavoriteCall',false,{cid:cid,mem_id:mem_id,video_id:video_id},succeededCallback,failedCallback,userContext); },
AjxRemoveFavoriteCall:function(cid,mem_id,video_id,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'AjxRemoveFavoriteCall',false,{cid:cid,mem_id:mem_id,video_id:video_id},succeededCallback,failedCallback,userContext); },
AjxRateCall:function(cid,id,val,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'AjxRateCall',false,{cid:cid,id:id,val:val},succeededCallback,failedCallback,userContext); },
AjxCheckBoxCall:function(cid,id,checked,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'AjxCheckBoxCall',false,{cid:cid,id:id,checked:checked},succeededCallback,failedCallback,userContext); },
AjxGridSimpleColumnCall:function(cid,id,newValue,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'AjxGridSimpleColumnCall',false,{cid:cid,id:id,newValue:newValue},succeededCallback,failedCallback,userContext); },
GetCountry:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'GetCountry',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetCity:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'GetCity',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetCategory:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'GetCategory',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetMainGroup:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(MyWebServices.get_path(), 'GetMainGroup',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); }}
MyWebServices.registerClass('MyWebServices',Sys.Net.WebServiceProxy);
MyWebServices._staticInstance = new MyWebServices();
MyWebServices.set_path = function(value) { MyWebServices._staticInstance._path = value; }
MyWebServices.get_path = function() { return MyWebServices._staticInstance._path; }
MyWebServices.set_timeout = function(value) { MyWebServices._staticInstance._timeout = value; }
MyWebServices.get_timeout = function() { return MyWebServices._staticInstance._timeout; }
MyWebServices.set_defaultUserContext = function(value) { MyWebServices._staticInstance._userContext = value; }
MyWebServices.get_defaultUserContext = function() { return MyWebServices._staticInstance._userContext; }
MyWebServices.set_defaultSucceededCallback = function(value) { MyWebServices._staticInstance._succeeded = value; }
MyWebServices.get_defaultSucceededCallback = function() { return MyWebServices._staticInstance._succeeded; }
MyWebServices.set_defaultFailedCallback = function(value) { MyWebServices._staticInstance._failed = value; }
MyWebServices.get_defaultFailedCallback = function() { return MyWebServices._staticInstance._failed; }
MyWebServices.set_path("/mywebservices.asmx");
MyWebServices.AjxSingleCheckBoxCall= function(call_id,value,checked,ctrl_info,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.AjxSingleCheckBoxCall(call_id,value,checked,ctrl_info,onSuccess,onFailed,userContext); }
MyWebServices.AjxPhotoInappropriateCall= function(pid,memid,control,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.AjxPhotoInappropriateCall(pid,memid,control,onSuccess,onFailed,userContext); }
MyWebServices.AjxInappropriateCall= function(vid,memid,param,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.AjxInappropriateCall(vid,memid,param,onSuccess,onFailed,userContext); }
MyWebServices.AjxTextButtonCall= function(cid,id,val,clientInfo,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.AjxTextButtonCall(cid,id,val,clientInfo,onSuccess,onFailed,userContext); }
MyWebServices.AjxRadioCall= function(cid,id,val,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.AjxRadioCall(cid,id,val,onSuccess,onFailed,userContext); }
MyWebServices.AjxFavoriteCall= function(cid,mem_id,video_id,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.AjxFavoriteCall(cid,mem_id,video_id,onSuccess,onFailed,userContext); }
MyWebServices.AjxRemoveFavoriteCall= function(cid,mem_id,video_id,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.AjxRemoveFavoriteCall(cid,mem_id,video_id,onSuccess,onFailed,userContext); }
MyWebServices.AjxRateCall= function(cid,id,val,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.AjxRateCall(cid,id,val,onSuccess,onFailed,userContext); }
MyWebServices.AjxCheckBoxCall= function(cid,id,checked,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.AjxCheckBoxCall(cid,id,checked,onSuccess,onFailed,userContext); }
MyWebServices.AjxGridSimpleColumnCall= function(cid,id,newValue,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.AjxGridSimpleColumnCall(cid,id,newValue,onSuccess,onFailed,userContext); }
MyWebServices.GetCountry= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.GetCountry(knownCategoryValues,category,onSuccess,onFailed,userContext); }
MyWebServices.GetCity= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.GetCity(knownCategoryValues,category,onSuccess,onFailed,userContext); }
MyWebServices.GetCategory= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.GetCategory(knownCategoryValues,category,onSuccess,onFailed,userContext); }
MyWebServices.GetMainGroup= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {MyWebServices._staticInstance.GetMainGroup(knownCategoryValues,category,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}
