Liferay 6.2-ce-ga5

com.liferay.portlet.trash.search
Class EntryDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.trash.search.EntryDisplayTerms
Direct Known Subclasses:
EntrySearchTerms

public class EntryDisplayTerms
extends DisplayTerms


Field Summary
protected  String name
           
static String NAME
           
static String REMOVED_BY
           
static String REMOVED_DATE
           
protected  String removedBy
           
protected  String removedDate
           
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
EntryDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getName()
           
 String getRemovedBy()
           
 String getRemovedDate()
           
 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

NAME

public static final String NAME
See Also:
Constant Field Values

REMOVED_BY

public static final String REMOVED_BY
See Also:
Constant Field Values

REMOVED_DATE

public static final String REMOVED_DATE
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

name

protected String name

removedBy

protected String removedBy

removedDate

protected String removedDate

type

protected String type
Constructor Detail

EntryDisplayTerms

public EntryDisplayTerms(PortletRequest portletRequest)
Method Detail

getName

public String getName()

getRemovedBy

public String getRemovedBy()

getRemovedDate

public String getRemovedDate()

getType

public String getType()

Liferay 6.2-ce-ga5