addNamespace("ITAComponents.Web.UI.Portal");
ITAComponents.Web.UI.Portal.ITAPortalManager_class = function() {};
Object.extend(ITAComponents.Web.UI.Portal.ITAPortalManager_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	StoreQueryParameterAndRewriteUrl: function(QueryParameter) {
		return this.invoke("StoreQueryParameterAndRewriteUrl", {"QueryParameter":QueryParameter}, this.StoreQueryParameterAndRewriteUrl.getArguments().slice(1));
	},
	GeoDove: function(FKPortale, FKLingua, FKGeoElemento, vsGeoDove) {
		return this.invoke("GeoDove", {"FKPortale":FKPortale, "FKLingua":FKLingua, "FKGeoElemento":FKGeoElemento, "vsGeoDove":vsGeoDove}, this.GeoDove.getArguments().slice(4));
	},
	GeoDoveEsteso: function(FKPortale, FKLingua, FKGeoElemento, vsTipoDove, vsRegione, vsProvincia, vsComune, vsLocalita) {
		return this.invoke("GeoDoveEsteso", {"FKPortale":FKPortale, "FKLingua":FKLingua, "FKGeoElemento":FKGeoElemento, "vsTipoDove":vsTipoDove, "vsRegione":vsRegione, "vsProvincia":vsProvincia, "vsComune":vsComune, "vsLocalita":vsLocalita}, this.GeoDoveEsteso.getArguments().slice(8));
	},
	CategoriaFromFKCategoria: function(FKPortale, FKLingua, FKCategoria) {
		return this.invoke("CategoriaFromFKCategoria", {"FKPortale":FKPortale, "FKLingua":FKLingua, "FKCategoria":FKCategoria}, this.CategoriaFromFKCategoria.getArguments().slice(3));
	},
	CategoriaFromDescrizione: function(FKPortale, FKLingua, FKGeoElemento, Descrizione) {
		return this.invoke("CategoriaFromDescrizione", {"FKPortale":FKPortale, "FKLingua":FKLingua, "FKGeoElemento":FKGeoElemento, "Descrizione":Descrizione}, this.CategoriaFromDescrizione.getArguments().slice(4));
	},
	Canale: function(FKPortale, FKLingua, Descrizione) {
		return this.invoke("Canale", {"FKPortale":FKPortale, "FKLingua":FKLingua, "Descrizione":Descrizione}, this.Canale.getArguments().slice(3));
	},
	GetElencoToponimi: function(FKPortale, FKLingua) {
		return this.invoke("GetElencoToponimi", {"FKPortale":FKPortale, "FKLingua":FKLingua}, this.GetElencoToponimi.getArguments().slice(2));
	},
	GetElencoProvincePortale: function(FKPortale, FKLingua, FKGeoElemento, vsRegione) {
		return this.invoke("GetElencoProvincePortale", {"FKPortale":FKPortale, "FKLingua":FKLingua, "FKGeoElemento":FKGeoElemento, "vsRegione":vsRegione}, this.GetElencoProvincePortale.getArguments().slice(4));
	},
	GetElencoComuniPortale: function(FKPortale, FKLingua, FKGeoElemento, vsProvincia) {
		return this.invoke("GetElencoComuniPortale", {"FKPortale":FKPortale, "FKLingua":FKLingua, "FKGeoElemento":FKGeoElemento, "vsProvincia":vsProvincia}, this.GetElencoComuniPortale.getArguments().slice(4));
	},
	AutoSuggest: function(FKPortale, FKLingua, Categoria, MaxNumRisultati) {
		return this.invoke("AutoSuggest", {"FKPortale":FKPortale, "FKLingua":FKLingua, "Categoria":Categoria, "MaxNumRisultati":MaxNumRisultati}, this.AutoSuggest.getArguments().slice(4));
	},
	Cookie: function(vsName, vsValue) {
		return this.invoke("Cookie", {"vsName":vsName, "vsValue":vsValue}, this.Cookie.getArguments().slice(2));
	},
	url: '/ajaxpro/ITAComponents.Web.UI.Portal.ITAPortalManager,ITAComponents.Web.UI.Portal.ashx'
}));
ITAComponents.Web.UI.Portal.ITAPortalManager = new ITAComponents.Web.UI.Portal.ITAPortalManager_class();

