50515253545556
/** * Refresh the list from the database. */ public void refreshList() { aList.clear(); aList.addAll(new AdvertisementController().getAdvertisements()); }