Liferay 6.0.5

com.liferay.portlet.enterpriseadmin.search
Class RoleDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.enterpriseadmin.search.RoleDisplayTerms
Direct Known Subclasses:
RoleSearchTerms

public class RoleDisplayTerms
extends DisplayTerms


Field Summary
protected  String description
           
static String DESCRIPTION
           
protected  String name
           
static String NAME
           
protected  int 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
RoleDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 int getType()
           
 String getTypeString()
           
 
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 int type
Constructor Detail

RoleDisplayTerms

public RoleDisplayTerms(PortletRequest portletRequest)
Method Detail

getDescription

public String getDescription()

getName

public String getName()

getType

public int getType()

getTypeString

public String getTypeString()

Liferay 6.0.5