Villatripas de arriba districs added and the option of searching houses with diferent...
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / HouseManagerInterface.java
index 5e56aed..321b82e 100644 (file)
@@ -21,8 +21,9 @@ public interface HouseManagerInterface {
        // String description, String town, int nRooms, int nKitchens,
        // int nBaths, int nLivings, int nParkings);
 
-       public void removeHouse(String houseName);
+       public void removeHouse(RuralHouse rh, Owner owner);
 
+       public Vector<RuralHouse> getHouses(String town,int nBed , int nKit, int nBath, int nPark, int nLiv) ;
 
        /**
         * @param district