|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseAttributeTester | |
---|---|
org.jasig.portal.groups.pags.testers |
Uses of BaseAttributeTester in org.jasig.portal.groups.pags.testers |
---|
Subclasses of BaseAttributeTester in org.jasig.portal.groups.pags.testers | |
---|---|
class |
IntegerEQTester
Tests if any of the possibly multiple values of the attribute are EQ (equal to) the test value. |
class |
IntegerGETester
Tests if any of the possibly multiple values of the attribute are GE (greater than or equal to) the test value. |
class |
IntegerGTTester
Tests if any of the possibly multiple values of the attribute are GT (greater than) the test value. |
class |
IntegerLETester
Tests if any of the possibly multiple values of the attribute are GE (greater than or equal to) the test value. |
class |
IntegerLTTester
Tests if any of the possibly multiple values of the attribute are LT (less than) the test value. |
class |
IntegerTester
Abstract class tests the possibly multiple values of an IPerson integer attribute. |
class |
RegexTester
A tester for matching the possibly multiple values of an attribute against a regular expression. |
class |
StringEqualsIgnoreCaseTester
Tests an IPerson attribute for String equality
regardless of case and answers true if any of the possibly
multiple values of the attribute equals the test value. |
class |
StringEqualsTester
Tests an IPerson attribute for String equality and
answers true if any of the possibly multiple values of the
attribute equals the test value. |
class |
StringTester
Abstract class tests a possibly multi-valued attribute against a test value. |
class |
ValueExistsTester
Tests whether or not the user has some value for a particular attribute. |
class |
ValueMissingTester
Tests whether the attribute is null or none of the values of the attribute equal the specified attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |