Package | Description |
---|---|
org.sourceforge.vlibrary.user.dao | |
org.sourceforge.vlibrary.user.forms | |
org.sourceforge.vlibrary.user.logic | |
org.sourceforge.vlibrary.user.workers |
Modifier and Type | Method and Description |
---|---|
Reader |
ReaderDAOSpringJDBCImpl.retrieve(Reader rd)
Retrieve Reader from the database
|
Reader |
ReaderDAO.retrieve(Reader rd) |
Reader |
ReaderDAOSpringJDBCImpl.retrieveByFirstLastName(String firstName,
String lastName)
Retrieve Reader by first and last name from the database
|
Reader |
ReaderDAOSpringJDBCImpl.retrieveByGenericCriteria(String sqlString,
Object[] criteria)
Retrieve Reader using a parameterized query.
|
Reader |
ReaderDAOSpringJDBCImpl.retrieveById(long id)
Retrieve Reader by id from the database
|
Reader |
ReaderDAO.retrieveById(long id) |
Reader |
ReaderDAOSpringJDBCImpl.retrieveByPhone(String deskphone)
Retrieve Reader by deskphone from the database
|
Reader |
ReaderDAO.retrieveByPhone(String deskPhone) |
Reader |
ReaderDAOSpringJDBCImpl.retrieveByUid(String uid)
Retrieve Reader by uid from the database
|
Reader |
ReaderDAO.retrieveByUid(String uid) |
Modifier and Type | Method and Description |
---|---|
void |
ReaderDAOSpringJDBCImpl.insert(Reader reader)
Inserts Reader into the database.
|
void |
ReaderDAO.insert(Reader reader)
Inserts *this* into the database.
|
Reader |
ReaderDAOSpringJDBCImpl.retrieve(Reader rd)
Retrieve Reader from the database
|
Reader |
ReaderDAO.retrieve(Reader rd) |
void |
ReaderDAOSpringJDBCImpl.update(Reader reader)
Update Reader in the database, using the UID of the Reader to
locate the database record.
|
void |
ReaderDAO.update(Reader reader) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Reader> |
TransactionForm.getReaders()
Getter for property readers.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionForm.setReaders(ArrayList<Reader> readers)
Setter for property readers.
|
Modifier and Type | Method and Description |
---|---|
Reader |
LibraryManager.retrieveByUid(String uid)
Retrieves a
Reader by user id (UID). |
Reader |
LibraryManager.retrieveReader(long id)
Returns a fully populated
Reader corresponding to the
reader having the given ID. |
Modifier and Type | Method and Description |
---|---|
ArrayList<Reader> |
LibraryManager.getReaders()
Returns an
ArrayList of Reader instances including
all currently registered Virtual Library readers. |
Modifier and Type | Method and Description |
---|---|
void |
LibraryManager.insertReader(Reader reader)
Inserts a record corresponding to the given reader into the database.
|
void |
LibraryManager.updateReader(Reader reader)
Updates the database record associated with
reader with the
properties that the given instance has. |
Modifier and Type | Method and Description |
---|---|
void |
MailWorker.sendAcquisitionNotification(Reader requestor,
Book bk,
String location)
Sends notification to the admin email that a request has been made for a book
that is not available (checked into or checked out from) the location where the
request has been made.
|
void |
MailWorker.sendAcquisitionRequestConfirmation(Reader requestor,
Book bk,
String locationDescription)
Sends request confirmation to requestor for a book that is not available
in the location of the order.
|
void |
MailWorker.sendCheckoutNotification(Reader requestor,
Reader newPossessor,
Book bk,
String locationDescription)
Sends checkout notification
|
void |
MailWorker.sendDeleteConfirmation(Reader rd,
Book bk)
Sends deleted request notification
|
void |
MailWorker.sendNewPasswordConfirmation(Reader rd,
String newPassword)
Sends new password generated as a result of Forgot Your Password action
|
void |
MailWorker.sendRequestConfirmation(Reader possessor,
Reader requestor,
Book bk,
String locationDescription)
Sends request confirmation to requestor
|
void |
MailWorker.sendRequestNotification(Reader possessor,
Reader requestor,
Book bk,
String location)
Sends request notification to current possessor
|
void |
MailWorker.sendReturnNotification(Reader rd,
Book bk,
String locationDescription)
Sends return notification
|
Copyright © 2003-2017 The Virtual Library Team. All Rights Reserved.