public class EventRepositoryImpl
extends java.lang.Object
implements com.xebialabs.xltest.service.EventRepository
| Constructor and Description |
|---|
EventRepositoryImpl(java.lang.Object client) |
public EventRepositoryImpl(java.lang.Object client)
throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodExceptionpublic void insert(com.xebialabs.xltest.domain.Event event)
insert in interface com.xebialabs.xltest.service.EventRepositorypublic java.util.List<com.xebialabs.xltest.domain.Event> query(java.lang.String query)
query in interface com.xebialabs.xltest.service.EventRepository