if(typeof Geo == "undefined") Geo={};
if(typeof Geo.Plugins == "undefined") Geo.Plugins={};
if(typeof Geo.Plugins.Urbanismo == "undefined") Geo.Plugins.Urbanismo={};
if(typeof Geo.Plugins.Urbanismo.Ajax == "undefined") Geo.Plugins.Urbanismo.Ajax={};
Geo.Plugins.Urbanismo.Ajax.panelUrbanismo_class = function() {};
Object.extend(Geo.Plugins.Urbanismo.Ajax.panelUrbanismo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DoSearchRGP: function(numProc, anoProc, numReq, anoReq, albcad, polyGeometry, page, records, lang, controlID) {
		return this.invoke("DoSearchRGP", {"numProc":numProc, "anoProc":anoProc, "numReq":numReq, "anoReq":anoReq, "albcad":albcad, "polyGeometry":polyGeometry, "page":page, "records":records, "lang":lang, "controlID":controlID}, this.DoSearchRGP.getArguments().slice(10));
	},
	DoSelectRGPById: function(id) {
		return this.invoke("DoSelectRGPById", {"id":id}, this.DoSelectRGPById.getArguments().slice(1));
	},
	DoSelectRGPByALBCAD: function(albcad) {
		return this.invoke("DoSelectRGPByALBCAD", {"albcad":albcad}, this.DoSelectRGPByALBCAD.getArguments().slice(1));
	},
	DoSearchLoteamentos: function(numProc, anoProc, numAlvara, anoAlvara, polyGeometry, page, records, lang, controlID) {
		return this.invoke("DoSearchLoteamentos", {"numProc":numProc, "anoProc":anoProc, "numAlvara":numAlvara, "anoAlvara":anoAlvara, "polyGeometry":polyGeometry, "page":page, "records":records, "lang":lang, "controlID":controlID}, this.DoSearchLoteamentos.getArguments().slice(9));
	},
	DoSelectLoteamentoById: function(id) {
		return this.invoke("DoSelectLoteamentoById", {"id":id}, this.DoSelectLoteamentoById.getArguments().slice(1));
	},
	url: '/geoportal/ajaxpro/Geo.Plugins.Urbanismo.Ajax.panelUrbanismo,Geo.Plugins.Urbanismo.ashx'
}));
Geo.Plugins.Urbanismo.Ajax.panelUrbanismo = new Geo.Plugins.Urbanismo.Ajax.panelUrbanismo_class();


