Package | Description |
---|---|
org.sourceforge.vlibrary.user.dao | |
org.sourceforge.vlibrary.user.forms | |
org.sourceforge.vlibrary.user.logic |
Modifier and Type | Method and Description |
---|---|
Subject |
SubjectDAOSpringJDBCImpl.insert(Subject subject)
Inserts a subject into the database and updates the ID of the
input subject parameter.
|
Subject |
SubjectDAO.insert(Subject subject)
Inserts *this* into the database.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Subject> |
BookDAO.getSubjects(Book book)
Returns an ArrayList consisting of the subject classifications
associated with the the given book.
|
Modifier and Type | Method and Description |
---|---|
void |
BookDAO.addSubject(Book book,
Subject subject)
Adds
subject to the subjects associated with
book . |
Long |
SubjectDAOSpringJDBCImpl.getSubjectIdByDescription(Subject subject)
Looks up a subject in the database by its description.
|
Long |
SubjectDAO.getSubjectIdByDescription(Subject subject) |
Subject |
SubjectDAOSpringJDBCImpl.insert(Subject subject)
Inserts a subject into the database and updates the ID of the
input subject parameter.
|
Subject |
SubjectDAO.insert(Subject subject)
Inserts *this* into the database.
|
void |
SubjectDAOSpringJDBCImpl.insertNewSubjectRecord(Subject subject)
Inserts a new subject record into the database, using description field
in subject input parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
BookDAO.setSubjects(Book book,
ArrayList<Subject> subjects)
Sets the list of subjects associated with the given book.
|
ArrayList<Book> |
BookDAO.subjectOrSearch(ArrayList<Subject> subjects)
Returns a list of
Book instances association with all of
the subjects in the input subjects array. |
Modifier and Type | Method and Description |
---|---|
ArrayList<Subject> |
BookSearchForm.getSubjectList()
Getter for property subjectList.
|
ArrayList<Subject> |
BookForm.getSubjectList()
Getter for property subjectList.
|
ArrayList<Subject> |
BookSearchForm.getSubjects() |
ArrayList<Subject> |
BookForm.getSubjects() |
Modifier and Type | Method and Description |
---|---|
void |
BookSearchForm.setSubjectList(ArrayList<Subject> subjectList)
Setter for property subjectList.
|
void |
BookForm.setSubjectList(ArrayList<Subject> subjectList)
Setter for property subjectList.
|
void |
BookSearchForm.setSubjects(ArrayList<Subject> subjects) |
void |
BookForm.setSubjects(ArrayList<Subject> subjects) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Subject> |
LibraryManager.getSubjects()
Returns an ArrayList including all subjects currently defined in the
Virtual Library.
|
ArrayList<Subject> |
LibraryManager.getSubjects(Book book)
Returns an ArrayList including all subjects currently defined in the
Virtual Library.
|
Modifier and Type | Method and Description |
---|---|
Book |
LibraryManager.createBook(Book book,
ArrayList<Subject> subjects,
ArrayList<Author> authors)
Creates a book in the database and associates the given lists of
subjects and authors with the book.
|
void |
LibraryManager.createBookSubjects(Book book,
ArrayList<Subject> subjects)
Sets the subjects for the given book.
|
void |
LibraryManager.createSubjectIds(ArrayList<Subject> subjects)
Walks the input ArrayList of
Subject instances, looking up and
setting ID properties for each Subject in the list. |
ArrayList<Book> |
LibraryManager.subjectOrSearch(ArrayList<Subject> subjects)
|
Copyright © 2003-2017 The Virtual Library Team. All Rights Reserved.