Uses of Class
project35.soa.alerts.ListFieldComparator

Packages that use ListFieldComparator
project35.soa.alerts The Project35 Alerts system is based on the concept of an Alert, which is a collection of matching criteria associated with an intent such as an error, a warning, a request for communication or a desire to post a bulletin. 
 

Uses of ListFieldComparator in project35.soa.alerts
 

Fields in project35.soa.alerts declared as ListFieldComparator
static ListFieldComparator ListFieldComparator.EQUAL
           
static ListFieldComparator ListFieldComparator.GREATER_THAN
           
static ListFieldComparator ListFieldComparator.GREATER_THAN_OR_EQUAL
           
static ListFieldComparator ListFieldComparator.LESS_THAN
           
static ListFieldComparator ListFieldComparator.LESS_THAN_OR_EQUAL
           
static ListFieldComparator ListFieldComparator.NOT_EQUAL
           
 

Methods in project35.soa.alerts that return ListFieldComparator
static ListFieldComparator ListFieldComparator.getComparatorForPhrase(java.lang.String phrase)
           
 

Methods in project35.soa.alerts with parameters of type ListFieldComparator
static java.lang.String ListFieldComparator.getPhraseForComparator(ListFieldComparator comparator)