Package systextil.bo.pedi
Class PedidoVendaMae
java.lang.Object
systextil.bo.pedi.PedidoVendaMae
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidremoveRelacionamentoCapa(br.com.intersys.systextil.connection.AppConnection conn, int pedido, int sequencia) static voidremoveRelacionamentoCapaFaturado(br.com.intersys.systextil.connection.AppConnection conn, int pedido, int sequencia) static voidvalidarPedido(br.com.intersys.systextil.connection.AppConnection conn, int pedido)  
- 
Constructor Details
- 
PedidoVendaMae
public PedidoVendaMae() 
 - 
 - 
Method Details
- 
validarPedido
public static void validarPedido(br.com.intersys.systextil.connection.AppConnection conn, int pedido) throws Exception - Throws:
 Exception
 - 
removeRelacionamentoCapa
public static void removeRelacionamentoCapa(br.com.intersys.systextil.connection.AppConnection conn, int pedido, int sequencia) throws Exception - Throws:
 Exception
 - 
removeRelacionamentoCapaFaturado
public static void removeRelacionamentoCapaFaturado(br.com.intersys.systextil.connection.AppConnection conn, int pedido, int sequencia) throws Exception - Throws:
 Exception
 
 -