Class RoteiroEspelhoDAO
java.lang.Object
br.com.intersys.systextil.function.rote.dao.RoteiroEspelhoDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
limparTabelasEspelho
(br.com.intersys.systextil.connection.AppConnection conn, ProdutoDTO produto) listByRoteiroEspelho
(br.com.intersys.systextil.connection.AppConnection connection, ProdutoDTO produto) void
popularTabelasEspelho
(br.com.intersys.systextil.connection.AppConnection conn, ProdutoDTO produto) void
popularTabelasEspelhoNovasSequencias
(br.com.intersys.systextil.connection.AppConnection conn, ProdutoDTO produtoDestino, ProdutoDTO produtoOrigem, List<Integer> sequenciasCopia, Integer estagioCopia)
-
Constructor Details
-
RoteiroEspelhoDAO
public RoteiroEspelhoDAO()
-
-
Method Details
-
listByRoteiroEspelho
public List<RoteiroDTO> listByRoteiroEspelho(br.com.intersys.systextil.connection.AppConnection connection, ProdutoDTO produto) -
limparTabelasEspelho
public void limparTabelasEspelho(br.com.intersys.systextil.connection.AppConnection conn, ProdutoDTO produto) -
popularTabelasEspelho
public void popularTabelasEspelho(br.com.intersys.systextil.connection.AppConnection conn, ProdutoDTO produto) -
popularTabelasEspelhoNovasSequencias
public void popularTabelasEspelhoNovasSequencias(br.com.intersys.systextil.connection.AppConnection conn, ProdutoDTO produtoDestino, ProdutoDTO produtoOrigem, List<Integer> sequenciasCopia, Integer estagioCopia)
-