Liferay 6.2-ce-ga5

com.liferay.portlet.sitesadmin.search
Class TeamDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.sitesadmin.search.TeamDisplayTerms

public class TeamDisplayTerms
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
TeamDisplayTerms(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

TeamDisplayTerms

public TeamDisplayTerms(PortletRequest portletRequest)
Method Detail

getDescription

public String getDescription()

getName

public String getName()

Liferay 6.2-ce-ga5