Uses of Class
org.dspace.statistics.content.DatasetGenerator

Packages that use DatasetGenerator
org.dspace.statistics.content Build queries to the statistical subsystem and create UI elements from the results. 
 

Uses of DatasetGenerator in org.dspace.statistics.content
 

Subclasses of DatasetGenerator in org.dspace.statistics.content
 class DatasetDSpaceObjectGenerator
          Represents a dspace object based facet for filtering.
 class DatasetTimeGenerator
          Represents a date facet for filtering.
 class DatasetTypeGenerator
          Represents a simple string facet for filtering.
 

Methods in org.dspace.statistics.content that return types with arguments of type DatasetGenerator
 List<DatasetGenerator> StatisticsDisplay.getDatasetGenerators()
           
 List<DatasetGenerator> StatisticsData.getDatasetGenerators()
          Return the current list of generators.
 

Methods in org.dspace.statistics.content with parameters of type DatasetGenerator
 void StatisticsDisplay.addDatasetGenerator(DatasetGenerator set)
           
 void StatisticsData.addDatasetGenerator(DatasetGenerator set)
          Augment the list of facets (generators).
 



Copyright © 2011 DuraSpace. All Rights Reserved.