Uses of Interface
com.atlassian.diagnostics.internal.dao.AlertEntity
Packages that use AlertEntity
-
Uses of AlertEntity in com.atlassian.diagnostics.internal.dao
Classes in com.atlassian.diagnostics.internal.dao that implement AlertEntityMethods in com.atlassian.diagnostics.internal.dao that return AlertEntityModifier and TypeMethodDescriptionAlertEntityDao.getById(long id) Retrieves an alert entity by the specified IDInMemoryAlertEntityDao.getById(long id) Stores an alert.Method parameters in com.atlassian.diagnostics.internal.dao with type arguments of type AlertEntityModifier and TypeMethodDescriptionvoidAlertEntityDao.streamAll(AlertCriteria criteria, RowCallback<AlertEntity> callback, PageRequest pageRequest) voidInMemoryAlertEntityDao.streamAll(AlertCriteria criteria, RowCallback<AlertEntity> callback, PageRequest pageRequest) voidAlertEntityDao.streamByIds(Collection<Long> ids, RowCallback<AlertEntity> callback) voidInMemoryAlertEntityDao.streamByIds(Collection<Long> ids, RowCallback<AlertEntity> callback)