|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.extensiblecatalog.nacm.model.persistence.AuthorityLinkDAO
public class AuthorityLinkDAO
Provides search functionality for generating reports with AuthorityLinks
Constructor Summary | |
---|---|
AuthorityLinkDAO()
|
Method Summary | |
---|---|
protected java.util.List<AuthorityLink> |
castList(java.util.List unsafe)
|
int |
countAllLinks()
Counts all links between bib records and authority records presently in the system |
java.util.List<AuthorityLink> |
findAll()
Finds all authority links |
java.util.List<AuthorityLink> |
findAllWithFilter(Filter filter)
Finds all authority links and applies a filter |
void |
update(AuthorityLink link)
Updates an authority link An authority link cannot exist without a bibliographic record, so only updating existing records is permitted through this interface |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorityLinkDAO()
Method Detail |
---|
public void update(AuthorityLink link) throws DataAccessException
link
- the link to update
DataAccessException
- if the link does not already existpublic java.util.List<AuthorityLink> findAllWithFilter(Filter filter)
filter
- the filter
public java.util.List<AuthorityLink> findAll()
public int countAllLinks()
protected java.util.List<AuthorityLink> castList(java.util.List unsafe)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |