JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.agistep.event.storages
Interface EventStorage
All Known Implementing Classes:
MapEventStorage
public interface
EventStorage
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
Event
>
findAll
()
List
<
Event
>
findById
(long id)
void
save
(
List
<
Event
> events)
Method Details
save
void
save
(
List
<
Event
> events)
findAll
List
<
Event
>
findAll
()
findById
List
<
Event
>
findById
(long id)