com.plumtree.analytics.openusage
Interface ISearchResultEvent

All Superinterfaces:
IASEvent, IASPortalEvent

public interface ISearchResultEvent
extends IASPortalEvent

Defines an event generated when a Search Result is generated

Since:
3.0
Author:
James Hang

Method Summary
 java.lang.String getCategoryFilter()
          Returns the Category Filter
 java.lang.Integer getEndRange()
          Returns the End Range
 java.lang.String getQueryId()
          Returns the Query ID
 java.lang.Integer getStartRange()
          Returns the Start Range
 java.lang.Integer getTotalMatches()
          Returns the Total Matches
 void setCategoryFilter(java.lang.String categoryFilter)
          Sets the Category Filter
 void setEndRange(java.lang.Integer endRange)
          Sets the End Range
 void setQueryId(java.lang.String str)
          Sets the Query ID
 void setStartRange(java.lang.Integer startRange)
          Sets the Start Range
 void setTotalMatches(java.lang.Integer totalMatches)
          Sets the Total Matches
 
Methods inherited from interface com.plumtree.analytics.openusage.IASPortalEvent
getBrowser, getClientAddress, getCommunityId, getEventSource, getPageId, getPortletId, getReferrer, getResponseTime, getUrl, getUserId, setBrowser, setClientAddress, setCommunityId, setEventSource, setPageId, setPortletId, setReferer, setResponseTime, setUrl, setUserId
 
Methods inherited from interface com.plumtree.analytics.openusage.IASEvent
deserialize, getEventType, getValue, getVersion, init, sendEvent, serialize, setConfig, setConfig, setValue
 

Method Detail

getEndRange

public java.lang.Integer getEndRange()
Returns the End Range

Returns:
endRange.

setEndRange

public void setEndRange(java.lang.Integer endRange)
Sets the End Range

Parameters:
endRange -

getStartRange

public java.lang.Integer getStartRange()
Returns the Start Range

Returns:
startRange.

setStartRange

public void setStartRange(java.lang.Integer startRange)
Sets the Start Range

Parameters:
startRange -

getTotalMatches

public java.lang.Integer getTotalMatches()
Returns the Total Matches

Returns:
totalMatches.

setTotalMatches

public void setTotalMatches(java.lang.Integer totalMatches)
Sets the Total Matches

Parameters:
totalMatches -

getQueryId

public java.lang.String getQueryId()
Returns the Query ID

Returns:
queryId.

setQueryId

public void setQueryId(java.lang.String str)
Sets the Query ID


getCategoryFilter

public java.lang.String getCategoryFilter()
Returns the Category Filter

Returns:
categoryFilter.

setCategoryFilter

public void setCategoryFilter(java.lang.String categoryFilter)
Sets the Category Filter

Parameters:
categoryFilter -


Copyright © 2006 BEA Systems Inc. All Rights Reserved.