class: SearchResultListSessionBean

public class: SearchResultListSessionBean
Author: : Thomas Diebäcker; Tobias Schraut, created 10.01.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:33:22; Modified: 16.07.2009 15:33:22;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4172C3B8-820E-4b7d-84DE-61671923D2FF}
Keeps all attributes that are used for the whole session by the SearchResultList.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: SearchType, FacesBean

Appears in: search

Connections
 
Custom Properties
 
SearchResultListSessionBean Attributes
Attribute Details
private AffiliationVO
  affiliation
Notes: Affiliation in case of affiliation search
public static const String
  BEAN_NAME
Initial: "SearchResultListSessionBean"
private ArrayList
  criteria
Notes: Search criteria in case of advanced search
private boolean
  includeFiles
Initial: false
private static Logger
  logger
Initial: Logger.getLogger(SearchResultListSessionBean.class)
annotations=@SuppressWarnings("unused")
private String
  searchString
Initial: new String()
private static const long
  serialVersionUID
Initial: 1L
private SearchType
  type
 
SearchResultListSessionBean Methods
Operation Details
public
getAffiliation():AffiliationVO
Sequential
public
getIncludeFiles():boolean
Sequential
public
getSearchCriteria():ArrayList
Sequential
public
getSearchString():String
Sequential
public
getType():SearchType
Sequential
public
init():void
Sequential
Notes: This method is called when this bean is initially added to session scope. Typically, this occurs as a result of evaluating a value binding or method binding expression, which utilizes the managed bean facility to instantiate this bean and store it into session scope.
public
SearchResultListSessionBean():
Sequential
Notes: Public constructor.
public
setAffiliation(
   AffiliationVO affiliation):void
Sequential
public
setIncludeFiles(
   boolean includeFiles):void
Sequential
public
setSearchCriteria(
   ArrayList criteria):void
Sequential
public
setSearchString(
   String searchString):void
Sequential
public
setType(
   SearchType type):void
Sequential