Package systextil.bo.pedi
Class PedidoVendaMae
java.lang.Object
systextil.bo.pedi.PedidoVendaMae
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
removeRelacionamentoCapa
(br.com.intersys.systextil.connection.AppConnection conn, int pedido, int sequencia) static void
removeRelacionamentoCapaFaturado
(br.com.intersys.systextil.connection.AppConnection conn, int pedido, int sequencia) static void
validarPedido
(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
-