org.deltava.taglib.functions
Class AcademyFunctions

java.lang.Object
  extended by org.deltava.taglib.functions.AcademyFunctions

public class AcademyFunctions
extends Object

A JSP Function Library to define FlightAcademy-related functions.

Since:
1.0
Version:
1.0
Author:
Luke

Constructor Summary
AcademyFunctions()
           
 
Method Summary
static boolean isBusy(CalendarEntry ce)
          Returns whether this object is an Instructor busy time entry.
static boolean isFlight(CalendarEntry ce)
          Returns whether this object is an Instruction Flight.
static boolean isSession(CalendarEntry ce)
          Returns whether this object is an Instruction Session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcademyFunctions

public AcademyFunctions()
Method Detail

isFlight

public static boolean isFlight(CalendarEntry ce)
Returns whether this object is an Instruction Flight.

Parameters:
ce - the CalendarEntry
Returns:
TRUE if the entry is an InstructionFlight bean, otherwise FALSE

isSession

public static boolean isSession(CalendarEntry ce)
Returns whether this object is an Instruction Session.

Parameters:
ce - the CalendarEntry
Returns:
TRUE if the entry is an InstructionSession bean, otherwise FALSE

isBusy

public static boolean isBusy(CalendarEntry ce)
Returns whether this object is an Instructor busy time entry.

Parameters:
ce - the CalendarEntry
Returns:
TRUE if the entry is an InstructionBusy bean, otherwise FALSE


Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.