Type.registerNamespace('com.imc.WrsShop.WebServices');
com.imc.WrsShop.WebServices.WrsShopFrontEndWS=function() {
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.prototype={
SegnalaProdottoAmico:function(mailTo,mailFromName,pageUrl,succeededCallback, failedCallback, userContext) {
return this._invoke(com.imc.WrsShop.WebServices.WrsShopFrontEndWS.get_path(), 'SegnalaProdottoAmico',false,{mailTo:mailTo,mailFromName:mailFromName,pageUrl:pageUrl},succeededCallback,failedCallback,userContext); },
GetNodes:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(com.imc.WrsShop.WebServices.WrsShopFrontEndWS.get_path(), 'GetNodes',false,{context:context},succeededCallback,failedCallback,userContext); },
GetMarche:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(com.imc.WrsShop.WebServices.WrsShopFrontEndWS.get_path(), 'GetMarche',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetProduttori:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(com.imc.WrsShop.WebServices.WrsShopFrontEndWS.get_path(), 'GetProduttori',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetModelli:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(com.imc.WrsShop.WebServices.WrsShopFrontEndWS.get_path(), 'GetModelli',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); }}
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.registerClass('com.imc.WrsShop.WebServices.WrsShopFrontEndWS',Sys.Net.WebServiceProxy);
com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance = new com.imc.WrsShop.WebServices.WrsShopFrontEndWS();
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance._path = value; }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.get_path = function() { return com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance._path; }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance._timeout = value; }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.get_timeout = function() { 
return com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance._timeout; }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.set_defaultUserContext = function(value) { 
com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance._userContext = value; }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.get_defaultUserContext = function() { 
return com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance._userContext; }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance._succeeded = value; }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.get_defaultSucceededCallback = function() { 
return com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance._succeeded; }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance._failed = value; }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.get_defaultFailedCallback = function() { 
return com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance._failed; }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.set_path("/WebServices/WrsShopFrontEndWS.asmx");
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.SegnalaProdottoAmico= function(mailTo,mailFromName,pageUrl,onSuccess,onFailed,userContext) {com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance.SegnalaProdottoAmico(mailTo,mailFromName,pageUrl,onSuccess,onFailed,userContext); }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.GetNodes= function(context,onSuccess,onFailed,userContext) {com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance.GetNodes(context,onSuccess,onFailed,userContext); }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.GetMarche= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance.GetMarche(knownCategoryValues,category,onSuccess,onFailed,userContext); }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.GetProduttori= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance.GetProduttori(knownCategoryValues,category,onSuccess,onFailed,userContext); }
com.imc.WrsShop.WebServices.WrsShopFrontEndWS.GetModelli= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {com.imc.WrsShop.WebServices.WrsShopFrontEndWS._staticInstance.GetModelli(knownCategoryValues,category,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Telerik.Web.UI');
if (typeof(Telerik.Web.UI.RadTreeNodeData) === 'undefined') {
Telerik.Web.UI.RadTreeNodeData=gtc("Telerik.Web.UI.RadTreeNodeData");
Telerik.Web.UI.RadTreeNodeData.registerClass('Telerik.Web.UI.RadTreeNodeData');
}
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}

