DisplayPaper Class Reference
List of all members.
Detailed Description
Definition at line 15 of file DisplayPaper.java.
Member Function Documentation
String getQueryParam |
( |
String |
param |
) |
|
Definition at line 24 of file DisplayPaper.java.
00024 {
00025 return _reqGlobals.getRequest().getParameter(param);
00026 }
Definition at line 28 of file DisplayPaper.java.
00028 {
00029 return (Long) constructQuery("count").uniqueResult();
00030 }
void setPaper |
( |
Paper |
p |
) |
|
List<Paper> getPapers |
( |
|
) |
|
Definition at line 37 of file DisplayPaper.java.
00037 {
00038 Query q = constructQuery();
00039
00040 return q.list();
00041 }
void setDataset |
( |
Dataset |
d |
) |
|
SortedSet<Dataset> getDatasets |
( |
|
) |
|
Definition at line 47 of file DisplayPaper.java.
00047 {
00048 return _paper.getDatasets();
00049 }
void setYAxis |
( |
YAxis |
y |
) |
|
SortedSet<YAxis> getYAxes |
( |
|
) |
|
Definition at line 55 of file DisplayPaper.java.
00055 {
00056 return _dataset.getYAxes();
00057 }
The documentation for this class was generated from the following file:
- /home/buckley/hepdata/codedocs/src/hepdata/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/DisplayPaper.java