Uses of Class
systextil.dao.OrdemDeBeneficiamentoAgrupamento
Packages that use OrdemDeBeneficiamentoAgrupamento
Package
Description
Faz o mapeamento de tabelas de banco de dados do Systêxtil 5 para classes Java,
utilizando orientação a objetos e funcionalidades de baixo nível.
-
Uses of OrdemDeBeneficiamentoAgrupamento in systextil.dao
Methods in systextil.dao that return OrdemDeBeneficiamentoAgrupamentoModifier and TypeMethodDescriptionOrdemDeBeneficiamentoAgrupamento.get(br.com.intersys.systextil.connection.AppConnection conn, String tipo, int ordemT, int ordemB) OrdemDeBeneficiamentoAgrupamento.getGroupByOrdemAgrup(br.com.intersys.systextil.connection.AppConnection conn, int ordemProducao) Deprecated.OrdemDeBeneficiamentoAgrupamento.getPorOrdProdAndEstagio(br.com.intersys.systextil.connection.AppConnection conn, int ordemProducao, int estagio) OrdemDeBeneficiamentoAgrupamento.getPorTipo(br.com.intersys.systextil.connection.AppConnection conn, int ordemAgrupamento, String tipoOrdem) static OrdemDeBeneficiamentoAgrupamento[]OrdemDeBeneficiamentoAgrupamento.listNaoCanceladasByOrdemProducao(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao) static OrdemDeBeneficiamentoAgrupamento[]OrdemDeBeneficiamentoAgrupamento.listOrdemProducao(br.com.intersys.systextil.connection.AppConnection conn, int ordemAgrupamento) Methods in systextil.dao that return types with arguments of type OrdemDeBeneficiamentoAgrupamentoModifier and TypeMethodDescriptionstatic List<OrdemDeBeneficiamentoAgrupamento> OrdemDeBeneficiamentoAgrupamento.getListOrdemAgrupPorOrdProdAndEstagio(br.com.intersys.systextil.connection.AppConnection conn, int ordemProducao, int estagio) static List<OrdemDeBeneficiamentoAgrupamento> OrdemDeBeneficiamentoAgrupamento.getListOrdensTingimentoPorOrdProducao(br.com.intersys.systextil.connection.AppConnection conn, int ordemProducao) static List<OrdemDeBeneficiamentoAgrupamento> OrdemDeBeneficiamentoAgrupamento.getOrdemProducao(br.com.intersys.systextil.connection.AppConnection conn, int ordemP)