uPortal 2.4.1
API Documentation

Package org.jasig.portal.groups.pags.testers

Class Summary
BaseAttributeTester A tester for examining IPerson attributes.
IntegerEQTester Tests if any of the possibly multiple values of the attribute are EQ (equal to) the test value.
IntegerGETester Tests if any of the possibly multiple values of the attribute are GE (greater than or equal to) the test value.
IntegerGTTester Tests if any of the possibly multiple values of the attribute are GT (greater than) the test value.
IntegerLETester Tests if any of the possibly multiple values of the attribute are GE (greater than or equal to) the test value.
IntegerLTTester Tests if any of the possibly multiple values of the attribute are LT (less than) the test value.
IntegerTester Abstract class tests the possibly multiple values of an IPerson integer attribute.
RegexTester A tester for matching the possibly multiple values of an attribute against a regular expression.
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.
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.
StringTester Abstract class tests a possibly multi-valued attribute against a test value.
 


uPortal 2.4.1
API Documentation