org.dspace.statistics.content
Class DatasetSearchGenerator

java.lang.Object
  extended by org.dspace.statistics.content.DatasetGenerator
      extended by org.dspace.statistics.content.DatasetTypeGenerator
          extended by 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
static class DatasetSearchGenerator.Mode
           
 
Field Summary
 
Fields inherited from class org.dspace.statistics.content.DatasetGenerator
datasetType, includeTotal
 
Constructor Summary
DatasetSearchGenerator()
           
 
Method Summary
 DatasetSearchGenerator.Mode getMode()
           
 boolean isPercentage()
           
 boolean isRetrievePageViews()
           
 void setMode(DatasetSearchGenerator.Mode mode)
           
 void setPercentage(boolean percentage)
           
 void setRetrievePageViews(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetSearchGenerator

public DatasetSearchGenerator()
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)


Copyright © 2012 DuraSpace. All Rights Reserved.