addNamespace("ITAComponents.Web.UI.Portal");
ITAComponents.Web.UI.Portal.ITAPortalRicerca_class = function() {};
Object.extend(ITAComponents.Web.UI.Portal.ITAPortalRicerca_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDove: function(vsDove) {
		return this.invoke("GetDove", {"vsDove":vsDove}, this.GetDove.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));
	},
	GetElencoProvincePortale: function(FKPortale, vsRegione) {
		return this.invoke("GetElencoProvincePortale", {"FKPortale":FKPortale, "vsRegione":vsRegione}, this.GetElencoProvincePortale.getArguments().slice(2));
	},
	GetElencoComuniPortale: function(FKPortale, vsProvincia) {
		return this.invoke("GetElencoComuniPortale", {"FKPortale":FKPortale, "vsProvincia":vsProvincia}, this.GetElencoComuniPortale.getArguments().slice(2));
	},
	url: '/ajaxpro/ITAComponents.Web.UI.Portal.ITAPortalRicerca,ITAComponents.Web.UI.Portal.ashx'
}));
ITAComponents.Web.UI.Portal.ITAPortalRicerca = new ITAComponents.Web.UI.Portal.ITAPortalRicerca_class();

