public class AlarmCallbackConfigurationServiceImpl extends PersistedServiceImpl implements AlarmCallbackConfigurationService
mongoConnection| Constructor and Description |
|---|
AlarmCallbackConfigurationServiceImpl(MongoConnection mongoConnection) |
| Modifier and Type | Method and Description |
|---|---|
AlarmCallbackConfiguration |
create(java.lang.String streamId,
CreateAlarmCallbackRequest request,
java.lang.String userId) |
java.util.List<AlarmCallbackConfiguration> |
getForStream(Stream stream) |
java.util.List<AlarmCallbackConfiguration> |
getForStreamId(java.lang.String streamId) |
AlarmCallbackConfiguration |
load(java.lang.String alarmCallbackId) |
collection, collection, count, count, cursorToList, destroy, destroy, destroyAll, destroyAll, destroyAll, embed, findOne, findOne, findOne, findOne, get, get, get, query, query, query, query, query, removeEmbedded, removeEmbedded, save, saveWithoutValidation, totalCount, totalCount, validate, validate, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, destroyAll, save, saveWithoutValidation, validate, validate, validate@Inject public AlarmCallbackConfigurationServiceImpl(MongoConnection mongoConnection)
public java.util.List<AlarmCallbackConfiguration> getForStreamId(java.lang.String streamId)
getForStreamId in interface AlarmCallbackConfigurationServicepublic java.util.List<AlarmCallbackConfiguration> getForStream(Stream stream)
getForStream in interface AlarmCallbackConfigurationServicepublic AlarmCallbackConfiguration load(java.lang.String alarmCallbackId)
load in interface AlarmCallbackConfigurationServicepublic AlarmCallbackConfiguration create(java.lang.String streamId, CreateAlarmCallbackRequest request, java.lang.String userId)
create in interface AlarmCallbackConfigurationServiceCopyright © 2012-2014 TORCH GmbH. All Rights Reserved.