public abstract class AbstractNotificationServiceFilter extends java.lang.Object implements INotificationServiceFilter
INotificationServiceFilter implementations that provides an
implementation of Comparable.compareTo.| Modifier and Type | Field and Description |
|---|---|
static int |
ORDER_EARLY |
static int |
ORDER_FIRST |
static int |
ORDER_LAST |
static int |
ORDER_LATE |
static int |
ORDER_NORMAL |
static int |
ORDER_VERY_EARLY |
static int |
ORDER_VERY_LATE |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNotificationServiceFilter(int order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(INotificationServiceFilter filter) |
int |
getOrder()
Sorting is based on this property, using natural order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoFilterpublic static final int ORDER_FIRST
public static final int ORDER_VERY_EARLY
public static final int ORDER_EARLY
public static final int ORDER_NORMAL
public static final int ORDER_LATE
public static final int ORDER_VERY_LATE
public static final int ORDER_LAST
protected AbstractNotificationServiceFilter(int order)
public int getOrder()
INotificationServiceFiltergetOrder in interface INotificationServiceFilterpublic int compareTo(INotificationServiceFilter filter)
compareTo in interface java.lang.Comparable<INotificationServiceFilter>