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_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);
        }
示例#3
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_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);
        }
示例#5
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_fetch_user_lojista(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
示例#7
0
        public void call_infra_fetchIncomingVersion(string app)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_INFRA_FETCHINCOMINGVERSION.app, app);

            m_Comm.AddEntryPortable(ref send_dp);
        }
        public void call_fetch_edu_messages(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_type_pf_base(string st_telefone)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_TYPE_PF_BASE.st_telefone, st_telefone);

            m_Comm.AddEntryPortable(ref send_dp);
        }
示例#10
0
        public void call_exec_pf_consultaPendencia(string st_telefone)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_PF_CONSULTAPENDENCIA.st_telefone, st_telefone);

            m_Comm.AddEntryPortable(ref send_dp);
        }
示例#11
0
        public void call_fetch_agenda(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_fetch_conveyUsuarios(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
示例#13
0
        public void call_fetch_rel_tarifas(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
示例#14
0
        public void call_type_base(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
示例#15
0
        public void call_fetch_extraGift(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
示例#16
0
        public void call_fetch_cadastros(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_fetch_softwareVersion(string st_version)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_SOFTWAREVERSION.st_version, st_version);

            m_Comm.AddEntryPortable(ref send_dp);
        }
        public void call_infra_fetchFile(string st_part)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_INFRA_FETCHFILE.st_part, st_part);

            m_Comm.AddEntryPortable(ref send_dp);
        }
        public void call_exec_pf_autorizaInstalacao(string st_codigo)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_PF_AUTORIZAINSTALACAO.st_codigo, st_codigo);

            m_Comm.AddEntryPortable(ref send_dp);
        }
示例#20
0
        public void call_fetch_listaFiliais(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
示例#21
0
        public void call_exec_pos_vendaEmpresarial(ref POS_Entrada pe)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_exec_pf_graficoGerencial(string tg_tipo)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_PF_GRAFICOGERENCIAL.tg_tipo, tg_tipo);

            m_Comm.AddEntryPortable(ref send_dp);
        }
示例#23
0
        public void call_exec_logoff(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
示例#24
0
        public void call_fetch_codTerminal(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
        public void call_fetch_empresasGrafica(ref CNetHeader header)
        {
            m_Comm.Clear();

            DataPortable send_dp_cont_0 = new DataPortable();

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

            m_Comm.AddEntryPortable(ref send_dp_cont_0);
        }
示例#26
0
        public void call_fetch_memory(string st_block, string st_bytes)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_MEMORY.st_block, st_block);
            send_dp.MapTagValue(COMM_IN_FETCH_MEMORY.st_bytes, st_bytes);

            m_Comm.AddEntryPortable(ref send_dp);
        }
示例#27
0
        public void call_fetch_extratoWebFuturo(string st_cartao, string st_senha)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_EXTRATOWEBFUTURO.st_cartao, st_cartao);
            send_dp.MapTagValue(COMM_IN_FETCH_EXTRATOWEBFUTURO.st_senha, st_senha);

            m_Comm.AddEntryPortable(ref send_dp);
        }
        public void call_exec_loginWeb(string st_cartao, string st_senha)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_LOGINWEB.st_cartao, st_cartao);
            send_dp.MapTagValue(COMM_IN_EXEC_LOGINWEB.st_senha, st_senha);

            m_Comm.AddEntryPortable(ref send_dp);
        }
        public void call_exec_pf_consultaAutorizacao(string st_tel_lojista, string st_telefone)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_EXEC_PF_CONSULTAAUTORIZACAO.st_tel_lojista, st_tel_lojista);
            send_dp.MapTagValue(COMM_IN_EXEC_PF_CONSULTAAUTORIZACAO.st_telefone, st_telefone);

            m_Comm.AddEntryPortable(ref send_dp);
        }
示例#30
0
        public void call_fetch_listawebConveniosLoja(string st_loja, string st_senha)
        {
            m_Comm.Clear();

            DataPortable send_dp = new DataPortable();

            send_dp.MapTagValue(COMM_IN_FETCH_LISTAWEBCONVENIOSLOJA.st_loja, st_loja);
            send_dp.MapTagValue(COMM_IN_FETCH_LISTAWEBCONVENIOSLOJA.st_senha, st_senha);

            m_Comm.AddEntryPortable(ref send_dp);
        }