Uses of Class
systextil.dao.ProdutoComponente
Packages that use ProdutoComponente
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 ProdutoComponente in systextil.dao
Methods in systextil.dao that return ProdutoComponenteModifier and TypeMethodDescriptionstatic ProdutoComponente[]
ProdutoComponente.encontraEstrutura
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa alt) Implementa a função internaencontra_estrutura
que é utilizada por algumas funções globais do Systêxtil 5.static ProdutoComponente
ProdutoComponente.get
(br.com.intersys.systextil.connection.AppConnection conn, String nivel_tec, String grupo_tec, String subgrupo_tec1, String subgrupo_tec2, String item_tec1, String item_tec2, int alt_item_tec, String nivel_comp1, String nivel_comp2) Deprecated.static ProdutoComponente
ProdutoComponente.get
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa item, int sequencia) Traz o melhor componente encontrado conforme o item informado, ou subgrupo zero ou item zero, na posição da sequência informada.static ProdutoComponente[]
ProdutoComponente.getArrayByItemAndComp
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa item, CodProduto comp) static ProdutoComponente
ProdutoComponente.getByItemAndComp
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa item, CodProduto comp) Retorna um componente encontrado conforme a alternativa (produto) e componente informado, ou subgrupo zero ou item zero para ambos.static ProdutoComponente[]
ProdutoComponente.getByItemAndComponente
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa item) static ProdutoComponente
ProdutoComponente.getByNivelItemAndComp
(br.com.intersys.systextil.connection.AppConnection cn, String nivelItem, Alternativa alterComp) static ProdutoComponente[]
ProdutoComponente.getEstrutura
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa alternativa) static ProdutoComponente
ProdutoComponente.getEstruturaByEstagio
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa alt, int codEstagio) static ProdutoComponente
ProdutoComponente.getPorNivelReferencia
(br.com.intersys.systextil.connection.AppConnection cn, String nivelItem, String grupoItem, String nivelComp) static ProdutoComponente[]
ProdutoComponente.list
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa alternativa) Traz os componentes conforme a alternativa informada, ou subgrupo zero ou item zero.static ProdutoComponente[]
ProdutoComponente.listByAlternativa
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa item) static ProdutoComponente[]
ProdutoComponente.listByEstagio
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa alternativa, int estagio) Traz os componentes conforme a alternativa informada e o estágio desejado.static ProdutoComponente[]
ProdutoComponente.listByNiveisComp
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa prod, String[] niveis_comp) static ProdutoComponente[]
ProdutoComponente.listByNivelAndGrupoComp
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa prod, String nivel_comp, String ref) static ProdutoComponente[]
ProdutoComponente.listByNivelComp
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa prod, String nivel_comp) static ProdutoComponente[]
ProdutoComponente.listByNivelCompOrdenandoSequencia
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa prod, String nivel_comp) static ProdutoComponente[]
ProdutoComponente.listByNivelGrupoSubComp
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa item) static ProdutoComponente
ProdutoComponente.make
(br.com.intersys.systextil.connection.AppConnection cn) Obtém um objeto a partir do registro atual de uma consulta qualquer que traz todos os campos da tabela BASI_050.static ProdutoComponente[]
ProdutoComponente.toArray
(br.com.intersys.systextil.connection.AppConnection cn) Executa uma consulta SQL já preparada, lê todos os registros e fecha o cursor.Methods in systextil.dao that return types with arguments of type ProdutoComponenteModifier and TypeMethodDescriptionstatic List
<ProdutoComponente> ProdutoComponente.getCompByEstagio
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa alternativa, int estagio) static List
<ProdutoComponente> ProdutoComponente.getEstruturaOrderByItem
(br.com.intersys.systextil.connection.AppConnection cn, Alternativa alt0, Alternativa alt1) static List
<ProdutoComponente> ProdutoComponente.getEstruturaZeroOrX
(br.com.intersys.systextil.connection.AppConnection cn, Alternativa alt) Methods in systextil.dao with parameters of type ProdutoComponenteModifier and TypeMethodDescriptionstatic double
ProdutoComponentePorCor.getConsumoComp
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa item, ProdutoComponente comp) static String
ProdutoComponentePorCor.getItemComp
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa item, ProdutoComponente comp) static int
Produto.getProdutoAtivo
(br.com.intersys.systextil.connection.AppConnection conn, ProdutoComponente compProd) static String
ProdutoComponentePorCor.getSubComp
(br.com.intersys.systextil.connection.AppConnection conn, Alternativa item, ProdutoComponente comp) Lê do banco o novosub_comp
conforme os parâmetros informados.
listByNiveisComp(AppConnection, Alternativa, String[])