Package | Description |
---|---|
unidue.ub.statistics.eUsage |
Handling and evaluation of COUNTER Report for the usage of electronic media.
|
Modifier and Type | Method and Description |
---|---|
Counter |
Counter.add(Counter other)
adds another COUNTER report to the actual one.
|
static Counter |
CounterDAO.getSingleCounter(java.lang.String issn,
int year,
int month,
javax.persistence.EntityManager em)
retrieves a single
Counter object from the database |
Counter |
Counter.setAbbreviation(java.lang.String abbreviation)
sets the abbreviation of the journal
|
Counter |
Counter.setFullName(java.lang.String fullName)
sets the full name of the journal
|
Counter |
Counter.setHtmlRequests(int htmlRequests)
sets the number of successful HTML request
|
Counter |
Counter.setHtmlRequestsMobile(int htmlRequestsMobile)
sets the number of successful mobile HTML request
|
Counter |
Counter.setMonth(int month)
sets the month of the report
|
Counter |
Counter.setOnlineISSN(java.lang.String onlineISSN)
sets the ISSNs of online journals
|
Counter |
Counter.setPdfRequests(int pdfRequests)
sets the number of successful PDF request
|
Counter |
Counter.setPdfRequestsMobile(int pdfRequestsMobile)
sets the number of successful mobile PDF request
|
Counter |
Counter.setPrintISSN(java.lang.String printISSN)
sets the ISSNs of print journals
|
Counter |
Counter.setPsRequests(int psRequests)
sets the number of successful PostScript request
|
Counter |
Counter.setPsRequestsMobile(int psRequestsMobile)
sets the number of successful mobile PostScript request
|
Counter |
Counter.setPublisher(java.lang.String publisher)
sets the SUSHI provider of the journal
|
Counter |
Counter.setTotalRequests(int totalRequests)
sets the total number of successful requests independent of the type
|
Counter |
Counter.setType(java.lang.String type)
sets the type of the COUNTER report (e.g.
|
Counter |
Counter.setYear(int year)
sets the year of the report
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Counter> |
CounterConverter.convertSOAPMessageToCounters(javax.xml.soap.SOAPMessage sushi)
returns a list of
Counter objects generated from the response of a SUSHI request. |
static java.util.List<Counter> |
CounterDAO.getCounters(java.lang.String onlineISSN)
retrieves a list of
Counter objects for one journal from the database |
static java.util.List<Counter> |
CounterDAO.getCountersForYear(java.lang.String issn,
int year,
javax.persistence.EntityManager em)
retrieves a list of
Counter objects for one journal and one year from the database |
Modifier and Type | Method and Description |
---|---|
Counter |
Counter.add(Counter other)
adds another COUNTER report to the actual one.
|
int |
Counter.compareTo(Counter other)
compares one COUNTER report to the other.
|
static void |
CounterDAO.persistCounter(Counter counter)
Persists a counter objects to the database
|
Modifier and Type | Method and Description |
---|---|
static void |
CounterDAO.persistCounter(java.util.List<Counter> counters)
persists a list of
Counter objects to the database |