Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping.search
Class TemplateDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.dynamicdatamapping.search.TemplateDisplayTerms
Direct Known Subclasses:
TemplateSearchTerms

public class TemplateDisplayTerms
extends DisplayTerms


Field Summary
protected  String description
           
static String DESCRIPTION
           
protected  String name
           
static String NAME
           
protected  String type
           
static String TYPE
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
TemplateDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getType()
           
 
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

TYPE

public static final String TYPE
See Also:
Constant Field Values

description

protected String description

name

protected String name

type

protected String type
Constructor Detail

TemplateDisplayTerms

public TemplateDisplayTerms(PortletRequest portletRequest)
Method Detail

getDescription

public String getDescription()

getName

public String getName()

getType

public String getType()

Liferay 6.2-ce-ga5