if(typeof Geo == "undefined") Geo={};
if(typeof Geo.Plugins == "undefined") Geo.Plugins={};
if(typeof Geo.Plugins.Ajax == "undefined") Geo.Plugins.Ajax={};
Geo.Plugins.Ajax.panelUtils_class = function() {};
Object.extend(Geo.Plugins.Ajax.panelUtils_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DoSearchObras: function(id, procObras, tipoProc, concelho, freguesia, polyGeometry, page, records, lang, controlID) {
		return this.invoke("DoSearchObras", {"id":id, "procObras":procObras, "tipoProc":tipoProc, "concelho":concelho, "freguesia":freguesia, "polyGeometry":polyGeometry, "page":page, "records":records, "lang":lang, "controlID":controlID}, this.DoSearchObras.getArguments().slice(10));
	},
	DoSelectObra: function(idObra, concelho) {
		return this.invoke("DoSelectObra", {"idObra":idObra, "concelho":concelho}, this.DoSelectObra.getArguments().slice(2));
	},
	url: '/ajaxpro/Geo.Plugins.Ajax.panelUtils,Geo.Plugins.ashx'
}));
Geo.Plugins.Ajax.panelUtils = new Geo.Plugins.Ajax.panelUtils_class();

