if(typeof ate_env == "undefined") ate_env={};
ate_env_class = function() {};
Object.extend(ate_env_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Save: function(atendimento) {
		return this.invoke("Save", {"atendimento":atendimento}, this.Save.getArguments().slice(1));
	},
	AjaxLoad_cdAtendAssunto: function(cdAtendTipo) {
		return this.invoke("AjaxLoad_cdAtendAssunto", {"cdAtendTipo":cdAtendTipo}, this.AjaxLoad_cdAtendAssunto.getArguments().slice(1));
	},
	AjaxGetClass: function() {
		return this.invoke("AjaxGetClass", {}, this.AjaxGetClass.getArguments().slice(0));
	},
	Validar: function(validateItemCollection) {
		return this.invoke("Validar", {"validateItemCollection":validateItemCollection}, this.Validar.getArguments().slice(1));
	},
	GetValidateItem: function() {
		return this.invoke("GetValidateItem", {}, this.GetValidateItem.getArguments().slice(0));
	},
	GetValidateItemCollection: function() {
		return this.invoke("GetValidateItemCollection", {}, this.GetValidateItemCollection.getArguments().slice(0));
	},
	url: '/ajaxpro/ate_env,App_Web_y1mp_ed2.ashx'
}));
ate_env = new ate_env_class();

