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

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

public class ProfileData
extends java.lang.Object

Version:
$Revision: 1.5 $ - $Date: 2005/08/12 08:33:09 $
Author:
kva (last modified by $Author: bme_jcs $)

Constructor Summary
ProfileData()
           
 
Method Summary
 java.util.List getProfiles()
          Get the list of profiles as configured by the administrator to be presented in a popup menu.
 void setAdminService(org.bejug.javacareers.jobs.service.AdminService adminService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileData

public ProfileData()
Method Detail

setAdminService

public void setAdminService(org.bejug.javacareers.jobs.service.AdminService adminService)
Parameters:
adminService - The jobService to set.

getProfiles

public java.util.List getProfiles()
Get the list of profiles as configured by the administrator to be presented in a popup menu.

Returns:
list of profiles.


Copyright © 2005-2006 BeJUG. All Rights Reserved.