Package | Description |
---|---|
unidue.ub.statistics.blacklist |
Managing items and books excluded from analysis
|
Modifier and Type | Method and Description |
---|---|
Ignored |
Ignored.setComment(java.lang.String comment)
sets the comment connected to the ignored document(s)
|
Ignored |
Ignored.setExpire(long expire)
set the timestamp when the ignorance expires
|
Ignored |
Ignored.setIdentifier(java.lang.String identifier)
returns the identifier connected to the ignored document(s) (document number or basic shelfmark)
|
Ignored |
Ignored.setMab(java.lang.String mab)
sets the bibliographic data
|
Ignored |
Ignored.setShelfmark(java.lang.String shelfmark)
sets the shelfmark
|
Ignored |
Ignored.setTimestamp(long timestamp)
set the timestamp when the ignorance was set
|
Ignored |
Ignored.setType(java.lang.String type)
sets the type
|
Ignored |
Ignored.setWho(java.lang.String who)
sets the author of the ignored document(s)
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Ignored> |
IgnoredDAO.listIgnored()
returns a list of all
Ignored objects in the database |
Modifier and Type | Method and Description |
---|---|
static void |
IgnoredDAO.persistIgnorance(Ignored ignored)
persists a single
Ignored object to the database |