org.bejug.javacareers.jobs.view.jsf.action
Class ShowJobOfferAction

java.lang.Object
  extended byorg.bejug.javacareers.jobs.view.jsf.action.BaseAction
      extended byorg.bejug.javacareers.jobs.view.jsf.action.ShowJobOfferAction

public class ShowJobOfferAction
extends BaseAction

Version:
$Revision: 1.16 $ - $Date: 2005/09/13 08:11:06 $
Author:
kva (last modified by $Author: schauwvliege $)

Field Summary
 
Fields inherited from class org.bejug.javacareers.jobs.view.jsf.action.BaseAction
outcome, searchCriteriaFactory, searchCriteriaService, token, TOKEN_KEY, TRANSACTION_TOKEN_KEY
 
Constructor Summary
ShowJobOfferAction()
           
 
Method Summary
 javax.faces.component.UIData getJobOfferTable()
           
 void setJobOfferTable(javax.faces.component.UIData jobTable)
           
 java.lang.String showJobOffer()
          Store the job requested to be displayed on session scope so it can be picked up by the next page.
 
Methods inherited from class org.bejug.javacareers.jobs.view.jsf.action.BaseAction
doOutcome, generateToken, getSearchCriteriaFactory, getSearchCriteriaService, getToken, isTokenValid, saveToken, setSearchCriteriaFactory, setSearchCriteriaService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowJobOfferAction

public ShowJobOfferAction()
Method Detail

showJobOffer

public java.lang.String showJobOffer()
Store the job requested to be displayed on session scope so it can be picked up by the next page.

Returns:
next page to display.

setJobOfferTable

public void setJobOfferTable(javax.faces.component.UIData jobTable)
Parameters:
jobTable - The jobOfferTable to set.

getJobOfferTable

public javax.faces.component.UIData getJobOfferTable()
Returns:
Returns the jobOfferTable.


Copyright © 2005-2006 BeJUG. All Rights Reserved.