Uses of Class
systextil.dao.OrdemConfeccaoItem
Packages that use OrdemConfeccaoItem
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 OrdemConfeccaoItem in systextil.dao
Methods in systextil.dao that return OrdemConfeccaoItemModifier and TypeMethodDescriptionstatic OrdemConfeccaoItemOrdemConfeccaoItem.get(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, int ordem_confeccao, int codigo_estagio) static OrdemConfeccaoItemOrdemConfeccaoItem.getByOrdemConfecAndPeriodo(br.com.intersys.systextil.connection.AppConnection conn, int ordemConfeccao, int periodoProducao) static OrdemConfeccaoItemOrdemConfeccaoItem.getComPcpc040(br.com.intersys.systextil.connection.AppConnection conn, int periodoProducao, int ordemConfeccao, int codigoEstagio, int codigoCancelamento, int ordemProducao) Select utiliza a tabela pcpc_020, procura por pcpc_040.periodo_producao, pcpc_040.codigo_estagio, pcpc_020.cod_cancelamento, pcpc_040.ordem_producao, e pcpc_040.ordem_producao = pcpc_020.ordem_producao.static OrdemConfeccaoItemOrdemConfeccaoItem.getInformacoesDoProximoEstagio(br.com.intersys.systextil.connection.AppConnection conn, int ordem, int estagio) static OrdemConfeccaoItemOrdemConfeccaoItem.getPorPeriodo(br.com.intersys.systextil.connection.AppConnection conn, int ordemProducao, int periodoProducao, int ordemConfeccao, int codEstagio) static OrdemConfeccaoItemOrdemConfeccaoItem.getPorProd(br.com.intersys.systextil.connection.AppConnection conn, int ordemProducao, int ordemConfeccao, int codEstagio, String nivel, String grupo, String subGrupo) static OrdemConfeccaoItem[]OrdemConfeccaoItem.listByCodigoEstagio(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, int codigo_estagio) static OrdemConfeccaoItem[]OrdemConfeccaoItem.listByCodigoEstagioOrderByOndemConf(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, int codigo_estagio) static OrdemConfeccaoItem[]OrdemConfeccaoItem.listBySequenciaEstagio(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, int sequencia_estagio) static OrdemConfeccaoItem[]OrdemConfeccaoItem.listOrderByAsc(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao) static OrdemConfeccaoItem[]OrdemConfeccaoItem.listPorOPeEstagio(br.com.intersys.systextil.connection.AppConnection conn, int ordemProducao, int ordemConfeccao, int codigoEstagio) static OrdemConfeccaoItem[]OrdemConfeccaoItem.listPorOrdemProducaoPeriodoFaixaDeOrdemConfeccaoEEstagio(br.com.intersys.systextil.connection.AppConnection conn, int ordemProducao, int periodoProducao, int ordemConfeccaoIni, int ordemConfeccaoFim, int codigoEstagio) static OrdemConfeccaoItem[]OrdemConfeccaoItem.listPorOrdensPacotesPeriodosEEstagios(br.com.intersys.systextil.connection.AppConnection conn, int ordemProducao, int periodoProducao, int ordemConfeccaoIni, int ordemConfeccaoFim, int codigoEstagio) static OrdemConfeccaoItem[]OrdemConfeccaoItem.listProducaoEstagio(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, int ordem_confeccao) static OrdemConfeccaoItem[]OrdemConfeccaoItem.listSemEstagioAnterior(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao) Retorna os itens comestagio_anterior=0.static OrdemConfeccaoItemOrdemConfeccaoItem.make(br.com.intersys.systextil.connection.AppConnection cn) Fornece um objeto a partir do registro atual de uma conexão ao banco de dados.Methods in systextil.dao that return types with arguments of type OrdemConfeccaoItemModifier and TypeMethodDescriptionstatic List<OrdemConfeccaoItem> OrdemConfeccaoItem.listByOPProdutoEstagio(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, int codigo_estagio, CodProduto codProduto) Methods in systextil.dao with parameters of type OrdemConfeccaoItemModifier and TypeMethodDescriptionstatic OrdemConfeccaoOcorrenciaOrdemConfeccaoOcorrencia.get(br.com.intersys.systextil.connection.AppConnection cn, OrdemConfeccaoItem ocItem, int codigoOcorrencia, int sequenciaLancamento) static intOrdemConfeccaoItem.getMinQtdePecasProd(br.com.intersys.systextil.connection.AppConnection conn, OrdemConfeccaoItem ordem) static voidOrdemConfeccaoItem.updateCodigoEmpresaDoPacote(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa, int ordemProducao, OrdemConfeccaoItem ordemConfeccaoItem) static voidOrdemConfeccaoItem.updateQtdeProgOriginal(br.com.intersys.systextil.connection.AppConnection conn, OrdemConfeccaoItem ordemConfeccaoItemOrigem, int qtdeProgramada) static voidOrdemConfeccaoItem.updateQtdeProgramada(br.com.intersys.systextil.connection.AppConnection conn, OrdemConfeccaoItem ordemConfeccaoItemOrigem, int qtdeSaldoAProgramar)