Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.search
Class TemplateDisplayTerms

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

public class TemplateDisplayTerms
extends DisplayTerms


Field Summary
protected  String description
           
static String DESCRIPTION
           
static String GROUP_IDS
           
protected  long[] groupIds
           
protected  String name
           
static String NAME
           
static String STRUCTURE_ID
           
protected  String structureId
           
static String TEMPLATE_ID
           
protected  String templateId
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
TemplateDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getDescription()
           
 long getGroupId()
           
 long[] getGroupIds()
           
 String getGroupIds(PortletRequest portletRequest)
           
 String getName()
           
 String getStructureId()
           
 String getTemplateId()
           
protected  long[] setGroupIds(PortletRequest portletRequest)
           
 
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_IDS

public static final String GROUP_IDS
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

TEMPLATE_ID

public static final String TEMPLATE_ID
See Also:
Constant Field Values

description

protected String description

groupIds

protected long[] groupIds

name

protected String name

structureId

protected String structureId

templateId

protected String templateId
Constructor Detail

TemplateDisplayTerms

public TemplateDisplayTerms(PortletRequest portletRequest)
Method Detail

getDescription

public String getDescription()

getGroupId

public long getGroupId()

getGroupIds

public long[] getGroupIds()

getGroupIds

public String getGroupIds(PortletRequest portletRequest)

getName

public String getName()

getStructureId

public String getStructureId()

getTemplateId

public String getTemplateId()

setGroupIds

protected long[] setGroupIds(PortletRequest portletRequest)

Liferay 6.1.2-ce-ga3