Package | Description |
---|---|
unidue.ub.statistics |
Contains several tools for analysis.
|
Modifier and Type | Method and Description |
---|---|
DayInTimeline |
DayInTimeline.plus(DayInTimeline dit)
adds another
DayInTimeline counter. all the individual
counters are summed up, the day is kept from the original one. |
DayInTimeline |
DayInTimeline.setDay(java.lang.String day)
sets the day these parameters are set for.
|
DayInTimeline |
DayInTimeline.setElseLoans(int elseLoans)
sets the value of items which are loaned by other users at this day.
|
DayInTimeline |
DayInTimeline.setElseRequests(int elseRequests)
sets the value of items which are requested by other users at this day.
|
DayInTimeline |
DayInTimeline.setExternLoans(int externLoans)
sets the value of items which are loaned by external users at this day.
|
DayInTimeline |
DayInTimeline.setExternRequests(int externRequests)
sets the value of items which are requested by external users at this
day.
|
DayInTimeline |
DayInTimeline.setHappLoans(int happLoans)
sets the value of items which are located in permanent loan in scientific
departments.
|
DayInTimeline |
DayInTimeline.setHappRequests(int happRequests)
sets the value of items which are requested to be located in permanent
loan in scientific departments at this day.
|
DayInTimeline |
DayInTimeline.setInternLoans(int internLoans)
sets the value of items which are loaned by non-student members of the
university at this day.
|
DayInTimeline |
DayInTimeline.setInternRequests(int internRequests)
sets the value of items which are requested by non-student members of the
university at this day.
|
DayInTimeline |
DayInTimeline.setStock(int stock)
sets the value of all items at this day.
|
DayInTimeline |
DayInTimeline.setStockDeleted(int stockDeleted)
sets the value of items being deleted up to that day.
|
DayInTimeline |
DayInTimeline.setStockLBS(int stockLBS)
sets the value of items in the textbook collection at this day.
|
DayInTimeline |
DayInTimeline.setStockLendable(int stockLendable)
sets the value of all circulation items at this day.
|
DayInTimeline |
DayInTimeline.setStockLendableNonLBS(int stockLendableNonLBS)
sets the value of circulation items being not part of the textbook
collection at this day.
|
DayInTimeline |
DayInTimeline.setStockNonLendable(int stockNonLendable)
sets the value of non-circulation items at this day.
|
DayInTimeline |
DayInTimeline.setStudentLoans(int studentLoans)
sets the value of items which are loaned by students at this day.
|
DayInTimeline |
DayInTimeline.setStudentRequests(int studentRequests)
sets the value of items which are requested by students at this day.
|
DayInTimeline |
DayInTimeline.times(int days)
multiplies all counters with a given number of days.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DayInTimeline> |
TimelineGeneratorServlet.getTimeline()
returns the timeline as list of
DayInTimeline objects. |
Modifier and Type | Method and Description |
---|---|
DayInTimeline |
DayInTimeline.plus(DayInTimeline dit)
adds another
DayInTimeline counter. all the individual
counters are summed up, the day is kept from the original one. |