|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dataset | |
|---|---|
| org.dspace.statistics.content | Build queries to the statistical subsystem and create UI elements from the results. |
| Uses of Dataset in org.dspace.statistics.content |
|---|
| Methods in org.dspace.statistics.content that return Dataset | |
|---|---|
Dataset |
StatisticsDataVisits.createDataset(Context context)
|
abstract Dataset |
StatisticsData.createDataset(Context context)
Run the accumulated query and return its results. |
Dataset |
StatisticsData.getDataset()
Return the existing query result if there is one. |
Dataset |
StatisticsDisplay.getDataset()
|
Dataset |
StatisticsDisplay.getDataset(Context context)
|
| Methods in org.dspace.statistics.content with parameters of type Dataset | |
|---|---|
void |
StatisticsData.setDataset(Dataset dataset)
Jam an existing query result in. |
void |
StatisticsDisplay.setDataset(Dataset dataset)
|
| Constructors in org.dspace.statistics.content with parameters of type Dataset | |
|---|---|
StatisticsData(Dataset dataset)
Wrap an existing Dataset in an unconfigured query factory. |
|
StatisticsDataVisits(Dataset dataset)
Construct an unconfigured query around a given Dataset. |
|
StatisticsDataVisits(DSpaceObject currentDso,
Dataset dataset)
Construct an unconfigured query around a given DSO and Dataset. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||