public void call_ins_cartaoGift(string st_empresa, string st_matricula, string tg_tipoPag, string tg_tipoCartao, string st_cheque, string vr_carga, ref CNetHeader header, ref ArrayList prod)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_INS_CARTAOGIFT.st_empresa, st_empresa);
            send_dp.MapTagValue(COMM_IN_INS_CARTAOGIFT.st_matricula, st_matricula);
            send_dp.MapTagValue(COMM_IN_INS_CARTAOGIFT.tg_tipoPag, tg_tipoPag);
            send_dp.MapTagValue(COMM_IN_INS_CARTAOGIFT.tg_tipoCartao, tg_tipoCartao);
            send_dp.MapTagValue(COMM_IN_INS_CARTAOGIFT.st_cheque, st_cheque);
            send_dp.MapTagValue(COMM_IN_INS_CARTAOGIFT.vr_carga, vr_carga);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_INS_CARTAOGIFT.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);

            DataPortable send_dp_array_generic_prod = new DataPortable();

            send_dp_array_generic_prod.MapTagArray(COMM_IN_INS_CARTAOGIFT.prod, ref prod);

            m_Comm.AddEntryPortable(ref send_dp_array_generic_prod);
        }
        public void call_fetch_chamados(string nu_categ, string nu_prioridade, string st_operador, string tg_closed, string dt_ini_ab, string dt_fim_ab, string dt_ini_fech, string dt_fim_fech, string tg_tecnico, string st_loja, string st_resp, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.nu_categ, nu_categ);
            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.nu_prioridade, nu_prioridade);
            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.st_operador, st_operador);
            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.tg_closed, tg_closed);
            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.dt_ini_ab, dt_ini_ab);
            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.dt_fim_ab, dt_fim_ab);
            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.dt_ini_fech, dt_ini_fech);
            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.dt_fim_fech, dt_fim_fech);
            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.tg_tecnico, tg_tecnico);
            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.st_loja, st_loja);
            send_dp.MapTagValue(COMM_IN_FETCH_CHAMADOS.st_resp, st_resp);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_CHAMADOS.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
Exemple #3
0
        public void call_exec_repasseLoja(string st_codLoja, string tg_opcao, string st_ident, string vr_valor, ref CNetHeader header, ref ArrayList lstPar)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_REPASSELOJA.st_codLoja, st_codLoja);
            send_dp.MapTagValue(COMM_IN_EXEC_REPASSELOJA.tg_opcao, tg_opcao);
            send_dp.MapTagValue(COMM_IN_EXEC_REPASSELOJA.st_ident, st_ident);
            send_dp.MapTagValue(COMM_IN_EXEC_REPASSELOJA.vr_valor, vr_valor);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_EXEC_REPASSELOJA.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);

            DataPortable send_dp_array_generic_lstPar = new DataPortable();

            send_dp_array_generic_lstPar.MapTagArray(COMM_IN_EXEC_REPASSELOJA.lstPar, ref lstPar);

            m_Comm.AddEntryPortable(ref send_dp_array_generic_lstPar);
        }
        public void call_exec_recargaGift(string st_empresa, string st_matricula, string vr_carga, string tg_tipoPag, string tg_tipoCartao, string st_cheque, string tg_adesao, ref CNetHeader header, ref ArrayList lstProd)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_RECARGAGIFT.st_empresa, st_empresa);
            send_dp.MapTagValue(COMM_IN_EXEC_RECARGAGIFT.st_matricula, st_matricula);
            send_dp.MapTagValue(COMM_IN_EXEC_RECARGAGIFT.vr_carga, vr_carga);
            send_dp.MapTagValue(COMM_IN_EXEC_RECARGAGIFT.tg_tipoPag, tg_tipoPag);
            send_dp.MapTagValue(COMM_IN_EXEC_RECARGAGIFT.tg_tipoCartao, tg_tipoCartao);
            send_dp.MapTagValue(COMM_IN_EXEC_RECARGAGIFT.st_cheque, st_cheque);
            send_dp.MapTagValue(COMM_IN_EXEC_RECARGAGIFT.tg_adesao, tg_adesao);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_EXEC_RECARGAGIFT.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);

            DataPortable send_dp_array_generic_lstProd = new DataPortable();

            send_dp_array_generic_lstProd.MapTagArray(COMM_IN_EXEC_RECARGAGIFT.lstProd, ref lstProd);

            m_Comm.AddEntryPortable(ref send_dp_array_generic_lstProd);
        }
Exemple #5
0
        public void call_ins_cartaoProprietario(string st_csv_deps, ref DadosCartao dc, ref DadosProprietario dp, ref DadosAdicionais da, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_INS_CARTAOPROPRIETARIO.st_csv_deps, st_csv_deps);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();
            DataPortable send_dp_cont_1 = new DataPortable();
            DataPortable send_dp_cont_2 = new DataPortable();
            DataPortable send_dp_cont_3 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_INS_CARTAOPROPRIETARIO.dc, dc as DataPortable);
            send_dp_cont_1.MapTagContainer(COMM_IN_INS_CARTAOPROPRIETARIO.dp, dp as DataPortable);
            send_dp_cont_2.MapTagContainer(COMM_IN_INS_CARTAOPROPRIETARIO.da, da as DataPortable);
            send_dp_cont_3.MapTagContainer(COMM_IN_INS_CARTAOPROPRIETARIO.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
            m_Comm.AddEntryPortable(ref send_dp_cont_1);
            m_Comm.AddEntryPortable(ref send_dp_cont_2);
            m_Comm.AddEntryPortable(ref send_dp_cont_3);
        }
        public void call_exec_alteraCartao(ref DadosCartao dc, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();
            DataPortable send_dp_cont_1 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_EXEC_ALTERACARTAO.dc, dc as DataPortable);
            send_dp_cont_1.MapTagContainer(COMM_IN_EXEC_ALTERACARTAO.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
            m_Comm.AddEntryPortable(ref send_dp_cont_1);
        }
Exemple #7
0
        public void call_exec_alteraEmpresa(ref DadosEmpresa de, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();
            DataPortable send_dp_cont_1 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_EXEC_ALTERAEMPRESA.de, de as DataPortable);
            send_dp_cont_1.MapTagContainer(COMM_IN_EXEC_ALTERAEMPRESA.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
            m_Comm.AddEntryPortable(ref send_dp_cont_1);
        }
Exemple #8
0
        public void call_fetch_consultaAuditoria(ref DadosConsultaAuditoria dca, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();
            DataPortable send_dp_cont_1 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_CONSULTAAUDITORIA.dca, dca as DataPortable);
            send_dp_cont_1.MapTagContainer(COMM_IN_FETCH_CONSULTAAUDITORIA.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
            m_Comm.AddEntryPortable(ref send_dp_cont_1);
        }
Exemple #9
0
        public void call_fetch_consultaCartao(ref DadosConsultaCartoes dcc, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();
            DataPortable send_dp_cont_1 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_CONSULTACARTAO.dcc, dcc as DataPortable);
            send_dp_cont_1.MapTagContainer(COMM_IN_FETCH_CONSULTACARTAO.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
            m_Comm.AddEntryPortable(ref send_dp_cont_1);
        }
Exemple #10
0
        public void call_ins_edu_msg(ref DadosEduMessage dem, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();
            DataPortable send_dp_cont_1 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_INS_EDU_MSG.dem, dem as DataPortable);
            send_dp_cont_1.MapTagContainer(COMM_IN_INS_EDU_MSG.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
            m_Comm.AddEntryPortable(ref send_dp_cont_1);
        }
Exemple #11
0
        public void call_fetch_consultaTransacao(ref DadosConsultaTransacao dct, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();
            DataPortable send_dp_cont_1 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_CONSULTATRANSACAO.dct, dct as DataPortable);
            send_dp_cont_1.MapTagContainer(COMM_IN_FETCH_CONSULTATRANSACAO.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
            m_Comm.AddEntryPortable(ref send_dp_cont_1);
        }
        public void call_fetch_consultaEmpresa(ref DadosConsultaEmpresa dce, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();
            DataPortable send_dp_cont_1 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_CONSULTAEMPRESA.dce, dce as DataPortable);
            send_dp_cont_1.MapTagContainer(COMM_IN_FETCH_CONSULTAEMPRESA.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
            m_Comm.AddEntryPortable(ref send_dp_cont_1);
        }
Exemple #13
0
        public void call_ins_chamado(ref DadosChamado dc, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();
            DataPortable send_dp_cont_1 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_INS_CHAMADO.dc, dc as DataPortable);
            send_dp_cont_1.MapTagContainer(COMM_IN_INS_CHAMADO.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
            m_Comm.AddEntryPortable(ref send_dp_cont_1);
        }
        public void call_ins_extraGift(ref DadosProdutoGift prod, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();
            DataPortable send_dp_cont_1 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_INS_EXTRAGIFT.prod, prod as DataPortable);
            send_dp_cont_1.MapTagContainer(COMM_IN_INS_EXTRAGIFT.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
            m_Comm.AddEntryPortable(ref send_dp_cont_1);
        }
Exemple #15
0
        public void call_fetch_listaCartoes(string st_csv_cartoes, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_LISTACARTOES.st_csv_cartoes, st_csv_cartoes);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_LISTACARTOES.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
Exemple #16
0
        public void call_exec_pos_confirmaVendaEmpresarial(string st_nsu, ref POS_Entrada pe)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_POS_CONFIRMAVENDAEMPRESARIAL.st_nsu, st_nsu);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_EXEC_POS_CONFIRMAVENDAEMPRESARIAL.pe, pe as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
Exemple #17
0
        public void call_fetch_cartoes_grafica(string st_empresa, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_CARTOES_GRAFICA.st_empresa, st_empresa);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_CARTOES_GRAFICA.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_fetch_repasseData(string dt_ini, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_REPASSEDATA.dt_ini, dt_ini);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_REPASSEDATA.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
Exemple #19
0
        public void call_fetch_proprietario(string st_cpf, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_PROPRIETARIO.st_cpf, st_cpf);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_PROPRIETARIO.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_fetch_nomeLojaTerminal(string st_terminal, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_NOMELOJATERMINAL.st_terminal, st_terminal);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_NOMELOJATERMINAL.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_fetch_quiosque(string st_empresa, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_QUIOSQUE.st_empresa, st_empresa);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_QUIOSQUE.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
		public void call_fetch_rel_residuo_gift ( string st_empresa, ref CNetHeader header ) 
		{
			m_Comm.Clear();
			
			DataPortable send_dp = new DataPortable();
			
			send_dp.MapTagValue ( COMM_IN_FETCH_REL_RESIDUO_GIFT.st_empresa, st_empresa );
			
			m_Comm.AddEntryPortable ( ref send_dp );
			
			DataPortable send_dp_cont_0 = new DataPortable();
			
			send_dp_cont_0.MapTagContainer ( COMM_IN_FETCH_REL_RESIDUO_GIFT.header, header as DataPortable );
			
			m_Comm.AddEntryPortable ( ref send_dp_cont_0 );
		}
        public void call_exec_processaArqBancario(string st_id, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_PROCESSAARQBANCARIO.st_id, st_id);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_EXEC_PROCESSAARQBANCARIO.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_fetch_listaAuditoria(string st_csv_auditoria, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_LISTAAUDITORIA.st_csv_auditoria, st_csv_auditoria);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_LISTAAUDITORIA.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
Exemple #25
0
        public void call_fetch_edu_nomeAluno(string st_nome, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_EDU_NOMEALUNO.st_nome, st_nome);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_EDU_NOMEALUNO.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_fetch_chequeGift(string st_ident, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_CHEQUEGIFT.st_ident, st_ident);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_CHEQUEGIFT.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_fetch_termLoja(string st_cod_loja, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_TERMLOJA.st_cod_loja, st_cod_loja);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_FETCH_TERMLOJA.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_exec_edu_cancelaCartao(string st_cartao, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_EDU_CANCELACARTAO.st_cartao, st_cartao);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_EXEC_EDU_CANCELACARTAO.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
Exemple #29
0
        public void call_exec_desbloq_loja(string st_cnpj, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_DESBLOQ_LOJA.st_cnpj, st_cnpj);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_EXEC_DESBLOQ_LOJA.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
Exemple #30
0
        public void call_del_extraGift(string id, ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_DEL_EXTRAGIFT.id, id);

            m_Comm.AddEntryPortable(ref send_dp);

            DataPortable send_dp_cont_0 = new DataPortable();

            send_dp_cont_0.MapTagContainer(COMM_IN_DEL_EXTRAGIFT.header, header as DataPortable);

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }