Liferay 6.0.5

com.liferay.portlet.assetpublisher.search
Class AssetSearchTerms

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

public class AssetSearchTerms
extends AssetDisplayTerms


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

Constructor Detail

AssetSearchTerms

public AssetSearchTerms(PortletRequest portletRequest)
Method Detail

setGroupId

public void setGroupId(long groupId)

Liferay 6.0.5