class: SearchResultListPage

public class: SearchResultListPage
Author: : Thomas Diebäcker, created 24.01.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 2349 $ $LastChangedDate: 2009-03-11 1; Complexity: 1
Dates: Created: 16.07.2009 15:34:22; Modified: 16.07.2009 15:34:22;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9447E29B-F916-4c0f-B0D5-5C8E48EC463B}
BackingBean for SearchResultListPage.jsp.
 

Goto: Custom Properties, Fields, Methods

Extends: BreadcrumbPage

See also: BreadcrumbPage

Appears in: pubman

Connections
 
Custom Properties
 
SearchResultListPage Attributes
Attribute Details
public static const String
  GT_SEARCH_RESULTLIST_PAGE
Initial: "GTSearchResultListPage.jsp"
Notes: ScT: The referring GUI Tool Page
private static Logger
  logger
Initial: Logger.getLogger(SearchResultListPage.class)
private static const long
  serialVersionUID
Initial: 1L
public static const String
  URL_PARAM_INCLUDE_FILES
Initial: "includeFiles"
public static const String
  URL_PARAM_TXT_SEARCH
Initial: "txtSearch"
Notes: URL params
 
SearchResultListPage Methods
Operation Details
protected
getCommonSessionBean():CommonSessionBean
Sequential
Notes: Returns the CommonSessionBean.
@return a reference to the scoped data bean (CommonSessionBean)
protected
getItemListSessionBean():ItemListSessionBean
Sequential
Notes: Returns the ItemListSessionBean.
@return a reference to the scoped data bean (ItemListSessionBean)
protected
getSearchResultList():SearchResultList
Sequential
Notes: Returns the SearchResultList.
@return a reference to the scoped data bean (SearchResultList)
protected
getSessionBean():SearchResultListSessionBean
Sequential
Notes: Returns the SearchResultListSessionBean.
@return a reference to the scoped data bean (SearchResultListSessionBean)
protected
getViewItemSessionBean():ViewItemSessionBean
Sequential
Notes: Returns the ViewItemSessionBean.
@return a reference to the scoped data bean (ViewItemSessionBean)
public
init():void
Sequential
Notes: Callback method that is called whenever a page containing this page fragment is navigated to, either directly via a URL, or indirectly via page navigation.
public
isItemSpecific():boolean
Sequential
Tags: annotations=@Override
protected
redirectToGUITool():String
Sequential
Notes: Redirects to the referring GUI Tool page.
@author Tobias Schraut
@return a navigation string
public
SearchResultListPage():
Sequential
Notes: Public constructor.