Uses of Interface
com.qfs.snl.ITimePeriod
Packages that use ITimePeriod
Package
Description
-
Uses of ITimePeriod in com.qfs.repository.persistence.model
Methods in com.qfs.repository.persistence.model that return ITimePeriodModifier and TypeMethodDescriptionIPointValueQuery.getPeriod()
Gets the time period of the query. -
Uses of ITimePeriod in com.qfs.repository.persistence.model.impl
Methods in com.qfs.repository.persistence.model.impl that return ITimePeriodConstructors in com.qfs.repository.persistence.model.impl with parameters of type ITimePeriod -
Uses of ITimePeriod in com.qfs.snl
Methods in com.qfs.snl with parameters of type ITimePeriodModifier and TypeMethodDescriptiondefault boolean
ITimePeriod.equals
(ITimePeriod period, Object other) Tests two objects for equality as ITimePeriod.default int
ITimePeriod.hashCode
(ITimePeriod period) Computes a hashcode for a time period. -
Uses of ITimePeriod in com.qfs.snl.alerts
Methods in com.qfs.snl.alerts with parameters of type ITimePeriodModifier and TypeMethodDescriptionIAlertService.find
(boolean activeOnly, Collection<Long> monitorIds, ITimePeriod timePeriod) Finds alerts with complex conditions. -
Uses of ITimePeriod in com.qfs.snl.alerts.impl
Methods in com.qfs.snl.alerts.impl with parameters of type ITimePeriodModifier and TypeMethodDescriptionCacheAlertService.find
(boolean activeOnly, Collection<Long> monitorIds, ITimePeriod timePeriod) DatabaseAlertService.find
(boolean activeOnly, Collection<Long> monitorIds, ITimePeriod timePeriod) -
Uses of ITimePeriod in com.qfs.snl.dtos
Classes in com.qfs.snl.dtos that implement ITimePeriodMethods in com.qfs.snl.dtos with parameters of type ITimePeriodModifier and TypeMethodDescriptionstatic boolean
TimePeriodDto.contains
(ITimePeriod period, long time) Decides if a time is contained by the period.Constructors in com.qfs.snl.dtos with parameters of type ITimePeriod -
Uses of ITimePeriod in com.qfs.snl.impl
Classes in com.qfs.snl.impl that implement ITimePeriodConstructors in com.qfs.snl.impl with parameters of type ITimePeriod -
Uses of ITimePeriod in com.qfs.snl.monitors
Methods in com.qfs.snl.monitors with parameters of type ITimePeriodModifier and TypeMethodDescriptionCollection
<? extends ISentinelAlert> IMonitorService.getAlerts
(String site, long id, ITimePeriod timePeriod) Gets all the alerts for a particular monitor id. -
Uses of ITimePeriod in com.qfs.snl.monitors.impl
Methods in com.qfs.snl.monitors.impl with parameters of type ITimePeriodModifier and TypeMethodDescriptionCollection
<? extends ISentinelAlert> DatabaseMonitorService.getAlerts
(String site, long id, ITimePeriod timePeriod) Collection
<? extends ISentinelAlert> DataCacheMonitorService.getAlerts
(String site, long monitorId, ITimePeriod timePeriod) List
<? extends ISentinelAlert> RemoteMonitorService.getAlerts
(String site, long id, ITimePeriod timePeriod) Collection
<? extends ISentinelAlert> WorkflowMonitorService.getAlerts
(String site, long id, ITimePeriod timePeriod) -
Uses of ITimePeriod in com.qfs.snl.persistence
Methods in com.qfs.snl.persistence with parameters of type ITimePeriodModifier and TypeMethodDescriptionISentinelAlertDao.find
(boolean activeOnly, Collection<Long> monitorIds, ITimePeriod timePeriod) Finds alerts with complex conditions. -
Uses of ITimePeriod in com.qfs.snl.persistence.impl
Methods in com.qfs.snl.persistence.impl with parameters of type ITimePeriodModifier and TypeMethodDescriptionSentinelAlertDao.find
(boolean activeOnly, Collection<Long> monitorIds, ITimePeriod timePeriod)