org.bejug.javacareers.jobs.view.jsf.model
Class PdfSearchResultData

java.lang.Object
  extended byorg.bejug.javacareers.jobs.view.jsf.model.PdfSearchResultData

public class PdfSearchResultData
extends java.lang.Object

Todo: PdfListData is the same - good excuse for introducing a general class.

Version:
$Revision: 1.10 $ - $Date: 2005/12/20 15:36:47 $
Author:
Peter Symoens (Last modified by $Author: shally $)

Constructor Summary
PdfSearchResultData()
           
 
Method Summary
 javax.faces.model.DataModel getSearchResults()
           
static void setSearchResults(java.util.List searchResultList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfSearchResultData

public PdfSearchResultData()
Method Detail

setSearchResults

public static void setSearchResults(java.util.List searchResultList)
Parameters:
searchResultList - The searchResults to set.

getSearchResults

public javax.faces.model.DataModel getSearchResults()
Returns:
Returns the dataModel


Copyright © 2005-2006 BeJUG. All Rights Reserved.