A B C D E F G H I J M N R S T U

A

AFTER_OTHER_JOB - Static variable in class info.extensiblecatalog.nacm.gui.scheduling.Job
 
AT_DATE_TIME - Static variable in class info.extensiblecatalog.nacm.gui.scheduling.Job
 
AUTH_NAME - Static variable in class info.extensiblecatalog.nacm.model.persistence.Filter
 
AuthorityLink - Class in info.extensiblecatalog.nacm.model
Contains information about a match between a bibliographic record and an authorized name that has been identified by the system
AuthorityLink() - Constructor for class info.extensiblecatalog.nacm.model.AuthorityLink
Creates a new, empty AuthorityLink Note that this does NOT create a viable object, and is only present for JavaBeans compliance Using this constructor is not recommended
AuthorityLink(AuthorityRecord, Name, Date) - Constructor for class info.extensiblecatalog.nacm.model.AuthorityLink
Creates a new AuthorityLink
AuthorityLinkDAO - Class in info.extensiblecatalog.nacm.model.persistence
Provides search functionality for generating reports with AuthorityLinks
AuthorityLinkDAO() - Constructor for class info.extensiblecatalog.nacm.model.persistence.AuthorityLinkDAO
 
AuthorityRecord - Class in info.extensiblecatalog.nacm.model
Represents the necessary fields for an authority record.
AuthorityRecord() - Constructor for class info.extensiblecatalog.nacm.model.AuthorityRecord
Creates a new, empty AuthorityRecord Note that this constructor is only present for JavaBeans compliance and should not be used
AuthorityRecord(Name, String, Integer, Boolean) - Constructor for class info.extensiblecatalog.nacm.model.AuthorityRecord
Creates a new AuthorityRecord
AuthorityRecordDAO - Class in info.extensiblecatalog.nacm.model.persistence
Provides store/find/delete functionality for authority records
AuthorityRecordDAO() - Constructor for class info.extensiblecatalog.nacm.model.persistence.AuthorityRecordDAO
 

B

BIB_NAME - Static variable in class info.extensiblecatalog.nacm.model.persistence.Filter
 
BibliographicRecord - Class in info.extensiblecatalog.nacm.model
Represents the necessary fields in a bibliographic record.
BibliographicRecord() - Constructor for class info.extensiblecatalog.nacm.model.BibliographicRecord
Creates a new, empty BibliographicRecord This constructor is only provided for JavaBeans compliance
BibliographicRecord(String, Integer) - Constructor for class info.extensiblecatalog.nacm.model.BibliographicRecord
 
BibliographicRecordDAO - Class in info.extensiblecatalog.nacm.model.persistence
Provides store/find/delete functionality for bibliographic records
BibliographicRecordDAO() - Constructor for class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
 

C

castList(List) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityLinkDAO
 
castList(List) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityRecordDAO
 
castList(List) - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
 
CONFIDENCE - Static variable in class info.extensiblecatalog.nacm.model.persistence.Filter
 
countAllLinks() - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityLinkDAO
Counts all links between bib records and authority records presently in the system
countUnmatchedRecords() - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
Counts the records that have not been processed

D

DataAccessException - Exception in info.extensiblecatalog.nacm.model.persistence
Represents any exception occurring in the data persistence subsystem
DataAccessException(String) - Constructor for exception info.extensiblecatalog.nacm.model.persistence.DataAccessException
 
DataAccessException(Throwable) - Constructor for exception info.extensiblecatalog.nacm.model.persistence.DataAccessException
 
DataAccessException(String, Throwable) - Constructor for exception info.extensiblecatalog.nacm.model.persistence.DataAccessException
 
DATE_CREATED - Static variable in class info.extensiblecatalog.nacm.model.persistence.Filter
 

E

equals(Object) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
 
equals(Object) - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
 
equals(Object) - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
 
equals(Object) - Method in class info.extensiblecatalog.nacm.model.Name
 

F

Filter - Class in info.extensiblecatalog.nacm.model.persistence
 
Filter() - Constructor for class info.extensiblecatalog.nacm.model.persistence.Filter
 
findAll() - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityLinkDAO
Finds all authority links
findAllGeneratedRecords() - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityRecordDAO
Finds all authority records that were generated by the NACM
findAllUnmatched() - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
Finds all bibliographic records that have NOT been searched against authority records
findAllWithFilter(Filter) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityLinkDAO
Finds all authority links and applies a filter
findByAlternateName(String) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityRecordDAO
Finds authority records by an alternate name
findByAuthorityRecord(AuthorityRecord) - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
Finds bibliographic records that correspond to a given authority record
findByAuthorizedName(String) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityRecordDAO
Finds authority records by their authorized name
findById(Long) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityRecordDAO
Finds the authority record with the given ID
findById(Long) - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
Finds the bibliographic record with the given ID
findByNormalizedAuthor(String) - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
Find bibliographic records by author (as entered, not authorized)
findByNormalizedSubject(String) - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
Find bibliographic records by subject
findByNormalizedTitle(String) - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
Finds bibliographic records by title
findByRawAlternateName(String) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityRecordDAO
Finds authority records by an alternate name
findByRawAuthorizedName(String) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityRecordDAO
Finds authority records by their authorized name
findUnapprovedByConfidence(Integer, Integer) - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
Finds all biblioraphic records that have been processed, have a level of confidence within a certain range, and have not been approved
FLAGGED - Static variable in class info.extensiblecatalog.nacm.model.persistence.Filter
 

G

getAlternateForms() - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Gets the alternate forms for this name
getApprovedBy() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Gets the person who approved this match
getAuthorizedAuthors() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Gets the authorized authors associated with this record
getAuthorizedForm() - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Gets the authorized form for this name in normalized form
getAuthorizedSubjects() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Gets the authorized subjects associated with this record
getAuthors() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Gets the original authors for this record, as they were entered
getDialogTitle() - Method in class info.extensiblecatalog.nacm.gui.scheduling.ImportTaskPanel
 
getDialogTitle() - Method in class info.extensiblecatalog.nacm.gui.scheduling.MatchTaskPanel
 
getDialogTitle() - Method in class info.extensiblecatalog.nacm.gui.scheduling.TaskPanel
 
getEvidence() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Gets the evidence for this match
getID() - Method in class info.extensiblecatalog.nacm.gui.scheduling.Job
 
getId() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Gets the unique ID associated with this record
getId() - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Gets the unique ID associated with this record
getId() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Gets the unique ID associated with this record
getId() - Method in class info.extensiblecatalog.nacm.model.Name
Gets the unique ID associated with this record
getJobName() - Method in class info.extensiblecatalog.nacm.gui.scheduling.Job
 
getMaxConfidence() - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
getMinConfidence() - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
getNewest() - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
getNormalizedForm() - Method in class info.extensiblecatalog.nacm.model.Name
Gets the normalized form of this name
getOldest() - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
getOriginalForm() - Method in class info.extensiblecatalog.nacm.model.Name
Gets the original form of this name, exactly as entered
getOriginalXML() - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Gets the original, raw XML for this record
getOriginalXML() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Gets the original, raw XML for this record
getPercentConfidence() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Gets the percent confidence for this match
getProgress() - Method in class info.extensiblecatalog.nacm.gui.scheduling.Job
 
getRecord() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Gets the authority record that has been matched
getRecordType() - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Determines the type of record Use static types defined in this class
getRelatedName() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Gets the original name to which this is related
getScheduleDescription() - Method in class info.extensiblecatalog.nacm.gui.scheduling.Job
 
getSeeAlsoReferences() - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Gets other names which may be related to this record
getSortBy() - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
getSubjects() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Gets the original subjects for this record, as they were entered
getTask() - Method in class info.extensiblecatalog.nacm.gui.scheduling.ImportTaskPanel
 
getTask() - Method in class info.extensiblecatalog.nacm.gui.scheduling.MatchTaskPanel
 
getTask() - Method in class info.extensiblecatalog.nacm.gui.scheduling.TaskPanel
 
getTitles() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Gets the titles associated with this record
getWhenApproved() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Gets the date when this was approved
getWhenFound() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Gets the date when this match was found
getXMLHash() - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Gets a hash code for the original XML Useful for determining whether this record is duplicated The hash code is identical for identical records
getXMLHash() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Gets a hash code for the original XML Useful for determining whether this record is duplicated The hash code is identical for identical records

H

hashCode() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
 
hashCode() - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
 
hashCode() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
 
hashCode() - Method in class info.extensiblecatalog.nacm.model.Name
 

I

IMMEDIATELY - Static variable in class info.extensiblecatalog.nacm.gui.scheduling.Job
 
ImportTask - Class in info.extensiblecatalog.nacm.gui.scheduling
 
ImportTask(Object, File) - Constructor for class info.extensiblecatalog.nacm.gui.scheduling.ImportTask
 
ImportTaskPanel - Class in info.extensiblecatalog.nacm.gui.scheduling
 
ImportTaskPanel(Object) - Constructor for class info.extensiblecatalog.nacm.gui.scheduling.ImportTaskPanel
 
info.extensiblecatalog.nacm.gui.scheduling - package info.extensiblecatalog.nacm.gui.scheduling
 
info.extensiblecatalog.nacm.model - package info.extensiblecatalog.nacm.model
 
info.extensiblecatalog.nacm.model.persistence - package info.extensiblecatalog.nacm.model.persistence
 
isApproved() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Gets the approval status for this match
isFlagged() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Determines whether this link has been flagged for review
isGenerated() - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Determines whether this record was imported or generated
isMatched() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Determines if matching has been performed on this record
isRejected() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Determines whether or not this link has been rejected
isShowAccepted() - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
isShowOnlyFlagged() - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
isShowRejected() - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
isShowUnverified() - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 

J

Job - Class in info.extensiblecatalog.nacm.gui.scheduling
 
Job(Task) - Constructor for class info.extensiblecatalog.nacm.gui.scheduling.Job
 
Job(Task, Date) - Constructor for class info.extensiblecatalog.nacm.gui.scheduling.Job
 
Job(Task, Job) - Constructor for class info.extensiblecatalog.nacm.gui.scheduling.Job
 

M

MARC - Static variable in class info.extensiblecatalog.nacm.model.AuthorityRecord
 
MARKED_AS - Static variable in class info.extensiblecatalog.nacm.model.persistence.Filter
 
MARKED_BY - Static variable in class info.extensiblecatalog.nacm.model.persistence.Filter
 
MatchTask - Class in info.extensiblecatalog.nacm.gui.scheduling
 
MatchTask(Object) - Constructor for class info.extensiblecatalog.nacm.gui.scheduling.MatchTask
 
MatchTaskPanel - Class in info.extensiblecatalog.nacm.gui.scheduling
 
MatchTaskPanel(Object) - Constructor for class info.extensiblecatalog.nacm.gui.scheduling.MatchTaskPanel
 

N

Name - Class in info.extensiblecatalog.nacm.model
Represents a single name in the model
Name() - Constructor for class info.extensiblecatalog.nacm.model.Name
Creates a new, empty Name This constructor is only provided for JavaBeans compliance
Name(String, String) - Constructor for class info.extensiblecatalog.nacm.model.Name
Creates a new Name
NUM_FIELDS - Static variable in class info.extensiblecatalog.nacm.model.persistence.Filter
number of columns in the results table

R

REASON - Static variable in class info.extensiblecatalog.nacm.model.persistence.Filter
 
remove(AuthorityRecord) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityRecordDAO
Removes an authority record from the database
remove(BibliographicRecord) - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
Removes a bibliographic record from the database
run() - Method in class info.extensiblecatalog.nacm.gui.scheduling.ImportTask
 
run() - Method in class info.extensiblecatalog.nacm.gui.scheduling.MatchTask
 
run() - Method in class info.extensiblecatalog.nacm.gui.scheduling.Task
 

S

setAlternateForms(Set<Name>) - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Sets the alternate forms for this name
setApproved(Boolean) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets the approval status for this match
setApprovedBy(String) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets the person who approved this match
setAuthorizedAuthors(Set<AuthorityLink>) - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Sets the authorized authors associated with this record
setAuthorizedForm(Name) - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Sets the authorized form for this name in normalized form
setAuthorizedSubjects(Set<AuthorityLink>) - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Sets the authorized subjects associated with this record
setAuthors(Set<Name>) - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Sets the original authors for this record, as they were entered
setCompleted() - Method in class info.extensiblecatalog.nacm.gui.scheduling.Task
 
setEvidence(String) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets the evidence for this match
setFlagged(Boolean) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets whether or not this link has been flagged
setGenerated(Boolean) - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Sets whether this record was imported or generated
setId(Long) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets the unique ID associated with this record
setId(Long) - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Sets the unique ID associated with this record
setId(Long) - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Sets the unique ID associated with this record
setId(Long) - Method in class info.extensiblecatalog.nacm.model.Name
Sets the unique ID associated with this record
setLengthOfTask(int) - Method in class info.extensiblecatalog.nacm.gui.scheduling.Task
 
setMatched(Boolean) - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Set whether matching has been performed on this record
setMaxConfidence(double) - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
setMinConfidence(double) - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
setNewest(Date) - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
setNormalizedForm(String) - Method in class info.extensiblecatalog.nacm.model.Name
Sets the normalized form of this name
setOldest(Date) - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
setOriginalForm(String) - Method in class info.extensiblecatalog.nacm.model.Name
Sets the original form of this name, exactly as entered
setOriginalXML(String) - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Sets the original source XML for this record
setOriginalXML(String) - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Sets the original source XML for this record
setPercentConfidence(int) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets the percent confidence for this match
setProgress(int) - Method in class info.extensiblecatalog.nacm.gui.scheduling.Task
 
setRecord(AuthorityRecord) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets the authority record that has been matched
setRecordType(String) - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Sets the record type
setRejected(Boolean) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets whether or not this link has been rejected
setRelatedName(Name) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets the original name to which this is related
setSeeAlsoReferences(Set<Name>) - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Sets other names which may be related to this record
setShowAccepted(boolean) - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
setShowOnlyFlagged(boolean) - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
setShowRejected(boolean) - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
setShowUnverified(boolean) - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
setSortBy(int) - Method in class info.extensiblecatalog.nacm.model.persistence.Filter
 
setSubjects(Set<Name>) - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Sets the original subjects for this record, as they were entered
setTitles(Set<Name>) - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Sets the titles associated with this record
setWhenApproved(Date) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets when this was approved
setWhenFound(Date) - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
Sets the date when this match was found
setXMLHash(Integer) - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
Sets a hash code for the original XML This must be identical for identical XML
setXMLHash(Integer) - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
Sets a hash code for the original XML This must be identical for identical XML
start() - Method in class info.extensiblecatalog.nacm.gui.scheduling.Job
 
store(AuthorityRecord) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityRecordDAO
Stores an authority record in the database If the ID is not set (-1), one will be set
store(BibliographicRecord) - Method in class info.extensiblecatalog.nacm.model.persistence.BibliographicRecordDAO
Stores a bibliographic record in the database If the ID is not set (-1), one will be set

T

Task - Class in info.extensiblecatalog.nacm.gui.scheduling
 
Task() - Constructor for class info.extensiblecatalog.nacm.gui.scheduling.Task
 
TaskPanel - Class in info.extensiblecatalog.nacm.gui.scheduling
 
TaskPanel() - Constructor for class info.extensiblecatalog.nacm.gui.scheduling.TaskPanel
 
toString() - Method in class info.extensiblecatalog.nacm.model.AuthorityLink
 
toString() - Method in class info.extensiblecatalog.nacm.model.AuthorityRecord
 
toString() - Method in class info.extensiblecatalog.nacm.model.BibliographicRecord
 
toString() - Method in class info.extensiblecatalog.nacm.model.Name
 

U

update(AuthorityLink) - Method in class info.extensiblecatalog.nacm.model.persistence.AuthorityLinkDAO
Updates an authority link An authority link cannot exist without a bibliographic record, so only updating existing records is permitted through this interface
uponAddingToScheduler(JobScheduler) - Method in class info.extensiblecatalog.nacm.gui.scheduling.Job
 

A B C D E F G H I J M N R S T U