Package com.openbravo.pos.pda.dao

Examples of com.openbravo.pos.pda.dao.TicketLineDAO


        TicketDAO ticket = new TicketDAO();
        ticket.deleteTicket(id);
    }

    public List<TicketLineInfo> findTicketLines(String ticketId) {
        lines = new TicketLineDAO();

        return lines.findLinesByTicket(ticketId);
    }
View Full Code Here

TOP

Related Classes of com.openbravo.pos.pda.dao.TicketLineDAO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.