|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.org.venice.alert.DatabaseAlertReader
Retrieve alerts stored in the database.
AlertReader| Constructor Summary | |
DatabaseAlertReader(DatabaseManager manager)
|
|
| Method Summary | |
java.util.List |
getAlerts()
Get all alerts currently stored. |
java.util.List |
getAlertsBySymbol(Symbol symbol)
Get all alerts currently stored for the symbol. |
java.util.List |
getAlertsBySymbolList(java.util.List symbols)
Get all alerts currently stored for the given symbols. |
protected java.lang.String |
getUUID(Alert alert)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DatabaseAlertReader(DatabaseManager manager)
| Method Detail |
public java.util.List getAlerts()
getAlerts in interface AlertReader
public java.util.List getAlertsBySymbol(Symbol symbol)
throws AlertException
getAlertsBySymbol in interface AlertReadersymbol - The symbol to filter the alerts on.
AlertException
public java.util.List getAlertsBySymbolList(java.util.List symbols)
throws AlertException
AlertReader
getAlertsBySymbolList in interface AlertReadersymbols - The symbols to filter the alerts on.
AlertExceptionprotected java.lang.String getUUID(Alert alert)
|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||