org.bibalex.daf.managers.phase
Class PhaseManager

java.lang.Object
  extended by org.bibalex.daf.managers.phase.PhaseManager

public class PhaseManager
extends java.lang.Object

Contains the main functionalities concerned with the Phase Manager module.

Author:
Fadi.Edward

Constructor Summary
PhaseManager()
           
 
Method Summary
static boolean canRedirectJob()
          Static Method, allows the different modules to detect if the current user can Select a Job or Not.
static boolean canSelectAnyJob()
          Static Method, allows the different modules to detect if the current user can Select a Job or Not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseManager

public PhaseManager()
Method Detail

canSelectAnyJob

public static boolean canSelectAnyJob()
Static Method, allows the different modules to detect if the current user can Select a Job or Not.

Returns:
true if he is, false otherwise.

canRedirectJob

public static boolean canRedirectJob()
Static Method, allows the different modules to detect if the current user can Select a Job or Not.

Returns:
true if he is, false otherwise.