Liferay 6.1.2-ce-ga3

com.liferay.portlet.assetpublisher.search
Class AssetDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.assetpublisher.search.AssetDisplayTerms
Direct Known Subclasses:
AssetSearchTerms

public class AssetDisplayTerms
extends DisplayTerms


Field Summary
protected  String description
           
static String DESCRIPTION
           
static String GROUP_ID
           
protected  long groupId
           
protected  String title
           
static String TITLE
           
static String USER_NAME
           
protected  String userName
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
AssetDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getDescription()
           
 long getGroupId()
           
 String getTitle()
           
 String getUserName()
           
 
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

GROUP_ID

public static final String GROUP_ID
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

USER_NAME

public static final String USER_NAME
See Also:
Constant Field Values

description

protected String description

groupId

protected long groupId

title

protected String title

userName

protected String userName
Constructor Detail

AssetDisplayTerms

public AssetDisplayTerms(PortletRequest portletRequest)
Method Detail

getDescription

public String getDescription()

getGroupId

public long getGroupId()

getTitle

public String getTitle()

getUserName

public String getUserName()

Liferay 6.1.2-ce-ga3