Liferay 6.1.2-ce-ga3

com.liferay.portlet.blogsadmin.search
Class EntryDisplayTerms

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

public class EntryDisplayTerms
extends DisplayTerms


Field Summary
protected  String author
           
static String AUTHOR
           
protected  String status
           
static String STATUS
           
protected  String title
           
static String TITLE
           
 
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 getAuthor()
           
 String getStatus()
           
 String getTitle()
           
 
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

AUTHOR

public static final String AUTHOR
See Also:
Constant Field Values

STATUS

public static final String STATUS
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

author

protected String author

status

protected String status

title

protected String title
Constructor Detail

EntryDisplayTerms

public EntryDisplayTerms(PortletRequest portletRequest)
Method Detail

getAuthor

public String getAuthor()

getStatus

public String getStatus()

getTitle

public String getTitle()

Liferay 6.1.2-ce-ga3