public interface StorageDao
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupArchive() |
void |
dispose() |
Event |
loadEvent(java.util.UUID id) |
java.sql.ResultSet |
queryEvents(Filter filter) |
void |
storeEvent(Event event) |
boolean |
toEventList(java.sql.ResultSet rs,
java.util.Collection<Event> events,
boolean isBeforeFirst,
long count) |
void |
updateComment(java.util.UUID id,
java.lang.String comment) |
void storeEvent(Event event) throws java.lang.Exception
java.lang.Exceptionvoid updateComment(java.util.UUID id,
java.lang.String comment)
throws java.lang.Exception
java.lang.ExceptionEvent loadEvent(java.util.UUID id) throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.ResultSet queryEvents(Filter filter)
throws java.sql.SQLException,
NotSupportedException
java.sql.SQLExceptionNotSupportedExceptionboolean toEventList(java.sql.ResultSet rs,
java.util.Collection<Event> events,
boolean isBeforeFirst,
long count)
throws java.sql.SQLException
java.sql.SQLExceptionvoid dispose()
void cleanupArchive()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0