org.sakaiproject.search.tool.model
Interface SearchOutputItem


public interface SearchOutputItem

Author:
ieb

Method Summary
 String getSearchResult()
          the highlighted content of the hit
 String getSiteTitle()
           
 String getSiteURL()
           
 String getTitle()
          the title of the hit
 String getTool()
          the tool the hit comes from
 String getUrl()
          the url for the hit
 boolean hasPortalUrl()
          This item has a proper portal view url
 boolean isVisible()
          This item is visible to to the user viewing - used for optional rendering in the tool view
 

Method Detail

getTool

String getTool()
the tool the hit comes from

Returns:

getUrl

String getUrl()
the url for the hit

Returns:

getTitle

String getTitle()
the title of the hit

Returns:

getSearchResult

String getSearchResult()
the highlighted content of the hit

Returns:

getSiteTitle

String getSiteTitle()

getSiteURL

String getSiteURL()

isVisible

boolean isVisible()
This item is visible to to the user viewing - used for optional rendering in the tool view

Returns:

hasPortalUrl

boolean hasPortalUrl()
This item has a proper portal view url

Returns:


Copyright © 2003-2012 Sakai Project. All Rights Reserved.