| Package | Description | 
|---|---|
| org.sourceforge.vlibrary.user.dao | |
| org.sourceforge.vlibrary.user.forms | |
| org.sourceforge.vlibrary.user.logic | 
| Modifier and Type | Method and Description | 
|---|---|
Location | 
LocationDAO.insert(Location location)
Inserts a location into the database and updates the ID of the
 input location parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayList<Location> | 
LocationDAO.getLocations()
Retrieves all locations from the database 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
LocationDAO.getLocationIdByDescription(Location location)
Looks up a location in the database by its description. 
 | 
Location | 
LocationDAO.insert(Location location)
Inserts a location into the database and updates the ID of the
 input location parameter. 
 | 
void | 
LocationDAO.insertNewLocationRecord(Location location)
Inserts a new location record into the database, using description field
 in location input parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LocationDAO.setLocationIds(ArrayList<Location> locations)
Walks input ArrayList, looking up and setting ID properties for
 each Location in the list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayList<Location> | 
TransactionForm.getLocations()  | 
ArrayList<Location> | 
BookSearchForm.getLocations()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransactionForm.setLocations(ArrayList<Location> locations)
Sets the locations property. 
 | 
void | 
BookSearchForm.setLocations(ArrayList<Location> locations)  | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayList<Location> | 
LibraryManager.getLocations()
Returns an ArrayList including all currently defined locations. 
 | 
Copyright © 2003-2017 The Virtual Library Team. All Rights Reserved.