Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.search
Class FileEntryDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.journal.search.FileEntryDisplayTerms
Direct Known Subclasses:
FileEntrySearchTerms

public class FileEntryDisplayTerms
extends DisplayTerms


Field Summary
protected  String document
           
static String DOCUMENT
           
protected  int downloads
           
static String DOWNLOADS
           
protected  boolean locked
           
static String LOCKED
           
static String SELECTED_GROUP_ID
           
protected  long selectedGroupId
           
protected  String size
           
static String SIZE
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
FileEntryDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getDocument()
           
 int getDownloads()
           
 long getSelectedGroupId()
           
 String getSize()
           
 boolean isLocked()
           
 void setSelectedGroupId(long selectedGroupId)
           
 
Methods inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
getKeywords, isAdvancedSearch, isAndOperator, setAdvancedSearch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENT

public static final String DOCUMENT
See Also:
Constant Field Values

DOWNLOADS

public static final String DOWNLOADS
See Also:
Constant Field Values

LOCKED

public static final String LOCKED
See Also:
Constant Field Values

SELECTED_GROUP_ID

public static final String SELECTED_GROUP_ID
See Also:
Constant Field Values

SIZE

public static final String SIZE
See Also:
Constant Field Values

document

protected String document

downloads

protected int downloads

locked

protected boolean locked

selectedGroupId

protected long selectedGroupId

size

protected String size
Constructor Detail

FileEntryDisplayTerms

public FileEntryDisplayTerms(PortletRequest portletRequest)
Method Detail

getDocument

public String getDocument()

getDownloads

public int getDownloads()

getSelectedGroupId

public long getSelectedGroupId()

getSize

public String getSize()

isLocked

public boolean isLocked()

setSelectedGroupId

public void setSelectedGroupId(long selectedGroupId)

Liferay 6.1.2-ce-ga3