public class KBTemplateSearchTerms extends KBTemplateDisplayTerms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CUR_START_VALUES |
protected int[] |
curStartValues |
anytime, ANYTIME, content, CONTENT, END_DATE_DAY, END_DATE_MONTH, END_DATE_YEAR, endDateDay, endDateMonth, endDateYear, firstDayOfWeek, START_DATE_DAY, START_DATE_MONTH, START_DATE_YEAR, startDateDay, startDateMonth, startDateYear, title, TITLE, yearRangeEnd, yearRangeStart| Constructor and Description |
|---|
KBTemplateSearchTerms(javax.portlet.PortletRequest portletRequest) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getCurStartValues() |
java.util.Date |
getEndDate(java.util.TimeZone timeZone) |
java.util.Date |
getStartDate(java.util.TimeZone timeZone) |
protected boolean |
hasAdvancedSearchTerms() |
protected boolean |
hasBasicSearchTerms() |
boolean |
hasSearchTerms() |
void |
setCurStartValues(int[] curStartValues) |
getContent, getEndDateDay, getEndDateMonth, getEndDateYear, getFirstDayOfWeek, getStartDateDay, getStartDateMonth, getStartDateYear, getTitle, getYearRangeEnd, getYearRangeStart, isAnytimepublic static final java.lang.String CUR_START_VALUES
protected int[] curStartValues
public KBTemplateSearchTerms(javax.portlet.PortletRequest portletRequest)
public int[] getCurStartValues()
public java.util.Date getEndDate(java.util.TimeZone timeZone)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Date getStartDate(java.util.TimeZone timeZone)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic boolean hasSearchTerms()
public void setCurStartValues(int[] curStartValues)
protected boolean hasAdvancedSearchTerms()
protected boolean hasBasicSearchTerms()