Package com.openbravo.pos.pda.bo

Examples of com.openbravo.pos.pda.bo.RestaurantManager.findAllFloors()


        DynaActionForm inputFormPlace = (DynaActionForm) form;
        RestaurantManager manager = new RestaurantManager();
        //gets floors
        ArrayList<Floor> floors = new ArrayList<Floor>();
        floors = (ArrayList<Floor>) manager.findAllFloors();
        List busyTables = new ArrayList<Floor>();
        //floorId
        String floorId = (String) inputFormPlace.get("floorId");
        try {
            String deletedPlace = (String) inputFormPlace.get("place");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.