Package systextil.confeccao
Class ReservaRolos
java.lang.Object
systextil.confeccao.ReservaRolos
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voiddesfaz(br.com.intersys.systextil.connection.AppConnection conn, int numeroOrdem, int tipoReserva, int areaProducaoReserva) static voidreservar(br.com.intersys.systextil.connection.AppConnection conn, int numeroOrdem, Map<systextil.dao.CodProduto, Double> tecidosQuantidade) static voidreservar(br.com.intersys.systextil.connection.AppConnection conn, int numeroOrdem, systextil.dao.CodProduto prodTec)  
- 
Constructor Details
- 
ReservaRolos
public ReservaRolos() 
 - 
 - 
Method Details
- 
reservar
public static void reservar(br.com.intersys.systextil.connection.AppConnection conn, int numeroOrdem, systextil.dao.CodProduto prodTec) throws TagException - Throws:
 TagException
 - 
reservar
public static void reservar(br.com.intersys.systextil.connection.AppConnection conn, int numeroOrdem, Map<systextil.dao.CodProduto, Double> tecidosQuantidade) throws TagException- Throws:
 TagException
 - 
desfaz
public static void desfaz(br.com.intersys.systextil.connection.AppConnection conn, int numeroOrdem, int tipoReserva, int areaProducaoReserva)  
 -