Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions c92b61 ... vs d30bcc ... for ruralHouses/src/businessLogic/HouseManager.java

Diff revisions: vs.
  @@ -60,24 +60,5 @@
60 60 return this.dbMngr.getRuralHouses( ow, name ,town, nBed, nKit, nBath, nPark, nLiv);
61 61 }
62 62
63 - @Override
64 - public Vector<RuralHouse> getAllRuralHouses() throws RemoteException,
65 - Exception {
66 - return dbMngr.getAllRuralHouses();
67 - }
68 -
69 -
70 -
71 - // For future implementation
72 - // @Override
73 - // public void modifyHouse(int houseName, Owner owner, String description,
74 - // String town, int nRooms, int nKitchens, int nBaths, int nLivings,
75 - // int nParkings) {
76 - // // TODO Auto-generated method stub
77 - //
78 - // }
79 -
80 - // Maybe returning the offer is not necessary. Depends on GUI
81 - // implementation.
82 63
83 64 }