Class ItemPedidoDao

java.lang.Object
systextil.integracao.dao.ItemPedidoDao
All Implemented Interfaces:
br.com.intersys.systextil.connection.IDAO<ItemPedidoDTO>

public class ItemPedidoDao extends Object implements br.com.intersys.systextil.connection.IDAO<ItemPedidoDTO>
Representa a tabela SUPR_100
  • Constructor Details

    • ItemPedidoDao

      public ItemPedidoDao()
  • Method Details

    • parse

      public ItemPedidoDTO parse(br.com.intersys.systextil.connection.AppConnection conn)
      Specified by:
      parse in interface br.com.intersys.systextil.connection.IDAO<ItemPedidoDTO>
    • getTableName

      public String getTableName()
      Specified by:
      getTableName in interface br.com.intersys.systextil.connection.IDAO<ItemPedidoDTO>
    • listPrimaryKeys

      public String[] listPrimaryKeys()
      Specified by:
      listPrimaryKeys in interface br.com.intersys.systextil.connection.IDAO<ItemPedidoDTO>
    • get

      public ItemPedidoDTO get(br.com.intersys.systextil.connection.AppConnection conn, int numeroPedido, int sequencia)
    • get

      public List<ItemPedidoDTO> get(br.com.intersys.systextil.connection.AppConnection conn, int numeroPedido)