Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.search
Class FeedDisplayTerms

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

public class FeedDisplayTerms
extends DisplayTerms


Field Summary
protected  String description
           
static String DESCRIPTION
           
static String FEED_ID
           
protected  String feedId
           
static String GROUP_ID
           
protected  long groupId
           
protected  String name
           
static String NAME
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
FeedDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getDescription()
           
 String getFeedId()
           
 long getGroupId()
           
 String getName()
           
 
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

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

FEED_ID

public static final String FEED_ID
See Also:
Constant Field Values

GROUP_ID

public static final String GROUP_ID
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

description

protected String description

feedId

protected String feedId

groupId

protected long groupId

name

protected String name
Constructor Detail

FeedDisplayTerms

public FeedDisplayTerms(PortletRequest portletRequest)
Method Detail

getDescription

public String getDescription()

getFeedId

public String getFeedId()

getGroupId

public long getGroupId()

getName

public String getName()

Liferay 6.1.2-ce-ga3