com.solidstategroup.sitetracker.filters
Class DocumentDownloadFilter

java.lang.Object
  extended by com.solidstategroup.data.AbstractDateFilter
      extended by com.solidstategroup.sitetracker.filters.DocumentDownloadFilter
All Implemented Interfaces:
DataFilter

public class DocumentDownloadFilter
extends AbstractDateFilter

DocumentDownloadFilter


Field Summary
 
Fields inherited from class com.solidstategroup.data.AbstractDateFilter
customWhere, descending, fromDate, groupBy, limit, orderBy, step, toDate
 
Constructor Summary
DocumentDownloadFilter()
           
 
Method Summary
 int[] getRootArticleTypeIds()
           
 int[] getRootDocumentIds()
           
 int[] getUserIds()
           
 void setRootArticleTypeIds(int[] rootArticleTypeIds)
           
 void setRootDocumentIds(int[] rootDocumentIds)
           
 void setUserIds(int[] userIds)
           
 
Methods inherited from class com.solidstategroup.data.AbstractDateFilter
getCustomWhere, getFromDate, getGroupBy, getLimit, getOrderBy, getStep, getToDate, isDescending, setCustomWhere, setDescending, setFromDate, setGroupBy, setLimit, setNoOrder, setOrderBy, setStep, setToDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentDownloadFilter

public DocumentDownloadFilter()
Method Detail

getUserIds

public int[] getUserIds()

setUserIds

public void setUserIds(int[] userIds)

getRootDocumentIds

public int[] getRootDocumentIds()

setRootDocumentIds

public void setRootDocumentIds(int[] rootDocumentIds)

getRootArticleTypeIds

public int[] getRootArticleTypeIds()

setRootArticleTypeIds

public void setRootArticleTypeIds(int[] rootArticleTypeIds)