Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.search
Class FileEntrySearchTerms

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

public class FileEntrySearchTerms
extends FileEntryDisplayTerms


Field Summary
 
Fields inherited from class com.liferay.portlet.journal.search.FileEntryDisplayTerms
document, DOCUMENT, downloads, DOWNLOADS, locked, LOCKED, SELECTED_GROUP_ID, selectedGroupId, size, SIZE
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
FileEntrySearchTerms(PortletRequest portletRequest)
           
 
Method Summary
 void setSelectedGroupId(long selectedGroupId)
           
 
Methods inherited from class com.liferay.portlet.journal.search.FileEntryDisplayTerms
getDocument, getDownloads, getSelectedGroupId, getSize, isLocked
 
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
 

Constructor Detail

FileEntrySearchTerms

public FileEntrySearchTerms(PortletRequest portletRequest)
Method Detail

setSelectedGroupId

public void setSelectedGroupId(long selectedGroupId)
Overrides:
setSelectedGroupId in class FileEntryDisplayTerms

Liferay 6.1.2-ce-ga3