Liferay 6.0.5

com.liferay.portlet.journal.search
Class StructureDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.journal.search.StructureDisplayTerms
Direct Known Subclasses:
StructureSearchTerms

public class StructureDisplayTerms
extends DisplayTerms


Field Summary
protected  String description
           
static String DESCRIPTION
           
static String GROUP_ID
           
protected  long groupId
           
protected  String name
           
static String NAME
           
static String STRUCTURE_ID
           
protected  String structureId
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
StructureDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getDescription()
           
 long getGroupId()
           
 String getName()
           
 String getStructureId()
           
 
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

NAME

public static final String NAME
See Also:
Constant Field Values

STRUCTURE_ID

public static final String STRUCTURE_ID
See Also:
Constant Field Values

description

protected String description

groupId

protected long groupId

name

protected String name

structureId

protected String structureId
Constructor Detail

StructureDisplayTerms

public StructureDisplayTerms(PortletRequest portletRequest)
Method Detail

getDescription

public String getDescription()

getGroupId

public long getGroupId()

getName

public String getName()

getStructureId

public String getStructureId()

Liferay 6.0.5