Package org.dspace.statistics.content
Class DatasetSearchGenerator
- java.lang.Object
-
- org.dspace.statistics.content.DatasetGenerator
-
- org.dspace.statistics.content.DatasetTypeGenerator
-
- org.dspace.statistics.content.DatasetSearchGenerator
-
public class DatasetSearchGenerator extends DatasetTypeGenerator
- Author:
- Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatasetSearchGenerator.Mode
-
Field Summary
-
Fields inherited from class org.dspace.statistics.content.DatasetGenerator
datasetType, includeTotal
-
-
Constructor Summary
Constructors Constructor Description DatasetSearchGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetSearchGenerator.ModegetMode()booleanisPercentage()booleanisRetrievePageViews()voidsetMode(DatasetSearchGenerator.Mode mode)voidsetPercentage(boolean percentage)voidsetRetrievePageViews(boolean retrievePageViews)-
Methods inherited from class org.dspace.statistics.content.DatasetTypeGenerator
getMax, getType, setMax, setType
-
Methods inherited from class org.dspace.statistics.content.DatasetGenerator
getDatasetType, isIncludeTotal, setDatasetType, setIncludeTotal
-
-
-
-
Method Detail
-
isRetrievePageViews
public boolean isRetrievePageViews()
-
setRetrievePageViews
public void setRetrievePageViews(boolean retrievePageViews)
-
setPercentage
public void setPercentage(boolean percentage)
-
isPercentage
public boolean isPercentage()
-
getMode
public DatasetSearchGenerator.Mode getMode()
-
setMode
public void setMode(DatasetSearchGenerator.Mode mode)
-
-