|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.deltava.taglib.functions.PersonFunctions
public class PersonFunctions
A JSP Function Library for Pilot-related functions.
| Constructor Summary | |
|---|---|
PersonFunctions()
|
|
| Method Summary | |
|---|---|
static String |
getNetworkID(Person usr,
String name)
Returns a Person's online network ID. |
static boolean |
isActive(Person usr)
Returns whether the Person is an Active or On Leave Pilot. |
static boolean |
isApplicant(Person usr)
Returns whether the Person is an Applicant. |
static boolean |
isEMailValid(String addr)
Returns whether the supplied e-mail address is valid. |
static boolean |
isPilot(Person usr)
Returns whether the Person is a Pilot. |
static boolean |
isSuspended(Person usr)
Returns whether the Person is a Suspended Pilot. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersonFunctions()
| Method Detail |
|---|
public static boolean isEMailValid(String addr)
addr - the e-mail address
public static boolean isApplicant(Person usr)
usr - the Person
public static boolean isPilot(Person usr)
usr - the Person
public static boolean isSuspended(Person usr)
usr - the Person
public static boolean isActive(Person usr)
usr - the Person
public static String getNetworkID(Person usr,
String name)
usr - the Personname - the network name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||