public interface EventMgrIf
Modifier and Type | Method and Description |
---|---|
int |
getHighestIndex() |
KKEventIf[] |
getKKEvents(KKEventSearchIf search,
DataDescriptorIf desc)
Search for events
|
int |
insertKKEvent(KKEventIf event)
Insert an event
|
KKEventIf[] getKKEvents(KKEventSearchIf search, DataDescriptorIf desc) throws java.lang.Exception
search
- KKEventSearchIf search object that defines the records to retrievedesc
- DataDescriptorIf generic search object that can be used to set the offset, limit
and order by clauses. Options for order by are:
java.lang.Exception
- an unexpected exceptionint getHighestIndex() throws java.lang.Exception
java.lang.Exception
- an unexpected exceptionint insertKKEvent(KKEventIf event) throws java.lang.Exception
event
- a KKEvent objectjava.lang.Exception
- an unexpected exceptionCopyright © 2018 DS Data Systems UK Ltd.