public static interface BaseServiceImplementation.Action<T>
Modifier and Type | Method and Description |
---|---|
T |
run(ReviewDb db)
Perform this action, returning the onSuccess value.
|
T run(ReviewDb db) throws com.google.gwtorm.server.OrmException, BaseServiceImplementation.Failure, NoSuchProjectException, NoSuchGroupException, InvalidQueryException, IOException
db
- an open database handle to be used by this connection.AsyncCallback.onSuccess(Object)
.com.google.gwtorm.server.OrmException
- any schema based action failed.BaseServiceImplementation.Failure
- cause is given to AsyncCallback.onFailure(Throwable)
.NoSuchProjectException
NoSuchGroupException
InvalidQueryException
IOException