Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.search
Class RecordSetDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.dynamicdatalists.search.RecordSetDisplayTerms
Direct Known Subclasses:
RecordSetSearchTerms

public class RecordSetDisplayTerms
extends DisplayTerms


Field Summary
protected  String description
           
static String DESCRIPTION
           
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
RecordSetDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getDescription()
           
 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

NAME

public static final String NAME
See Also:
Constant Field Values

description

protected String description

name

protected String name
Constructor Detail

RecordSetDisplayTerms

public RecordSetDisplayTerms(PortletRequest portletRequest)
Method Detail

getDescription

public String getDescription()

getName

public String getName()

Liferay 6.1.2-ce-ga3