コード例 #1
0
  // return all my friends
  @Override
  public ArrayList<User> getContacts(int id) throws RemoteException {

    return dataBaseOpeartions.getMyFrined(id);
  }