|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.deltava.taglib.functions.AcademyFunctions
public class AcademyFunctions
A JSP Function Library to define FlightAcademy-related functions.
| 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 |
|---|
public AcademyFunctions()
| Method Detail |
|---|
public static boolean isFlight(CalendarEntry ce)
ce - the CalendarEntry
public static boolean isSession(CalendarEntry ce)
ce - the CalendarEntry
public static boolean isBusy(CalendarEntry ce)
ce - the CalendarEntry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||