public override bool finish( )
        {
            if (base.finish() == false)
            {
                return(false);
            }

            Registry("finish fetch_dadosLoja ");

            /// USER [ finish ]
            /// USER [ finish ] END

            Registry("finish done fetch_dadosLoja ");

            if (remoteTransaction == true)
            {
                return(true);
            }

            DataPortable dp_cont_1 = new DataPortable();

            dp_cont_1.MapTagContainer(COMM_OUT_FETCH_DADOSLOJA.dl, output_cont_dl as DataPortable);

            var_Comm.AddExitPortable(ref dp_cont_1);

            return(true);
        }
        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);
        }
        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 #4
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);
        }
Exemple #5
0
        public override bool finish( )
        {
            Registry("finish web_fetch_edu_virtual ");

            /// USER [ finish ]
            /// USER [ finish ] END

            Registry("finish done web_fetch_edu_virtual ");

            if (remoteTransaction == true)
            {
                return(true);
            }

            DataPortable dp_cont_1 = new DataPortable();

            dp_cont_1.MapTagContainer(COMM_OUT_WEB_FETCH_EDU_VIRTUAL.dce, output_cont_dce as DataPortable);

            var_Comm.AddExitPortable(ref dp_cont_1);

            DataPortable dp_array_generic_lst    = new DataPortable();
            DataPortable dp_array_generic_lstEmp = new DataPortable();

            dp_array_generic_lst.MapTagArray(COMM_OUT_WEB_FETCH_EDU_VIRTUAL.lst, ref output_array_generic_lst);
            dp_array_generic_lstEmp.MapTagArray(COMM_OUT_WEB_FETCH_EDU_VIRTUAL.lstEmp, ref output_array_generic_lstEmp);

            var_Comm.AddExitPortable(ref dp_array_generic_lst);
            var_Comm.AddExitPortable(ref dp_array_generic_lstEmp);

            return(true);
        }
Exemple #6
0
        public override bool finish( )
        {
            if (base.finish() == false)
            {
                return(false);
            }

            Registry("finish fetch_reciboRepasse ");

            /// USER [ finish ]
            /// USER [ finish ] END

            Registry("finish done fetch_reciboRepasse ");

            if (remoteTransaction == true)
            {
                return(true);
            }

            DataPortable dp_cont_1 = new DataPortable();

            dp_cont_1.MapTagContainer(COMM_OUT_FETCH_RECIBOREPASSE.rec, output_cont_rec as DataPortable);

            var_Comm.AddExitPortable(ref dp_cont_1);

            DataPortable dp_array_generic_lst = new DataPortable();

            dp_array_generic_lst.MapTagArray(COMM_OUT_FETCH_RECIBOREPASSE.lst, ref output_array_generic_lst);

            var_Comm.AddExitPortable(ref dp_array_generic_lst);

            return(true);
        }
Exemple #7
0
        public override bool finish( )
        {
            if (base.finish() == false)
            {
                return(false);
            }

            Registry("finish fetch_chamadoHist ");

            /// USER [ finish ]
            /// USER [ finish ] END

            Registry("finish done fetch_chamadoHist ");

            if (remoteTransaction == true)
            {
                return(true);
            }

            DataPortable dp_cont_1 = new DataPortable();

            dp_cont_1.MapTagContainer(COMM_OUT_FETCH_CHAMADOHIST.dc, output_cont_dc as DataPortable);

            var_Comm.AddExitPortable(ref dp_cont_1);

            DataPortable dp_array_generic_lst = new DataPortable();

            dp_array_generic_lst.MapTagArray(COMM_OUT_FETCH_CHAMADOHIST.lst, ref output_array_generic_lst);

            var_Comm.AddExitPortable(ref dp_array_generic_lst);

            return(true);
        }
        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);
        }
Exemple #9
0
        public override bool finish( )
        {
            if (base.finish() == false)
            {
                return(false);
            }

            Registry("finish fetch_rel_dirCont ");

            /// USER [ finish ]
            /// USER [ finish ] END

            Registry("finish done fetch_rel_dirCont ");

            if (remoteTransaction == true)
            {
                return(true);
            }

            DataPortable dp_out = new DataPortable();

            dp_out.MapTagValue(COMM_OUT_FETCH_REL_DIRCONT.st_csv_contents, output_st_csv_contents);
            dp_out.MapTagValue(COMM_OUT_FETCH_REL_DIRCONT.st_nome_empresa, output_st_nome_empresa);

            var_Comm.AddExitPortable(ref dp_out);

            DataPortable dp_cont_1 = new DataPortable();

            dp_cont_1.MapTagContainer(COMM_OUT_FETCH_REL_DIRCONT.dsc, output_cont_dsc as DataPortable);

            var_Comm.AddExitPortable(ref dp_cont_1);

            return(true);
        }
Exemple #10
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 override bool finish( )
        {
            if (base.finish() == false)
            {
                return(false);
            }

            Registry("finish fetch_proprietario ");

            /// USER [ finish ]
            /// USER [ finish ] END

            Registry("finish done fetch_proprietario ");

            if (remoteTransaction == true)
            {
                return(true);
            }

            DataPortable dp_cont_1 = new DataPortable();

            dp_cont_1.MapTagContainer(COMM_OUT_FETCH_PROPRIETARIO.dp, output_cont_dp as DataPortable);

            var_Comm.AddExitPortable(ref dp_cont_1);

            return(true);
        }
Exemple #12
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);
        }
Exemple #13
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);
        }
Exemple #15
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);
        }
        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);
        }
Exemple #17
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);
        }
        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);
        }
Exemple #20
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_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);
        }
Exemple #22
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);
        }
Exemple #23
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_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);
        }
Exemple #25
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 #26
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 #27
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_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);
        }
        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 #30
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);
        }