if(typeof Ajinomoto == "undefined") Ajinomoto={};
if(typeof Ajinomoto.Site == "undefined") Ajinomoto.Site={};
if(typeof Ajinomoto.Site.Interface == "undefined") Ajinomoto.Site.Interface={};
if(typeof Ajinomoto.Site.Interface.controls == "undefined") Ajinomoto.Site.Interface.controls={};
if(typeof Ajinomoto.Site.Interface.controls.header == "undefined") Ajinomoto.Site.Interface.controls.header={};
Ajinomoto.Site.Interface.controls.header_class = function() {};
Object.extend(Ajinomoto.Site.Interface.controls.header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	cryptUrl: function(strText) {
		return this.invoke("cryptUrl", {"strText":strText}, this.cryptUrl.getArguments().slice(1));
	},
	setPageIndexNull: function() {
		return this.invoke("setPageIndexNull", {}, this.setPageIndexNull.getArguments().slice(0));
	},
	getAllReceita: function() {
		return this.invoke("getAllReceita", {}, this.getAllReceita.getArguments().slice(0));
	},
	getReceitaProdutoByID: function(intID) {
		return this.invoke("getReceitaProdutoByID", {"intID":intID}, this.getReceitaProdutoByID.getArguments().slice(1));
	},
	getLoginUsuario: function(strLogin, strSenha) {
		return this.invoke("getLoginUsuario", {"strLogin":strLogin, "strSenha":strSenha}, this.getLoginUsuario.getArguments().slice(2));
	},
	getLogoffUsuario: function() {
		return this.invoke("getLogoffUsuario", {}, this.getLogoffUsuario.getArguments().slice(0));
	},
	checkLoginUsuario: function() {
		return this.invoke("checkLoginUsuario", {}, this.checkLoginUsuario.getArguments().slice(0));
	},
	getSortData: function(objDataTable, strParse) {
		return this.invoke("getSortData", {"objDataTable":objDataTable, "strParse":strParse}, this.getSortData.getArguments().slice(2));
	},
	url: '/ajaxpro/Ajinomoto.Site.Interface.controls.header,Ajinomoto.Site.Interface.ashx'
}));
Ajinomoto.Site.Interface.controls.header = new Ajinomoto.Site.Interface.controls.header_class();

