public class AvailabilityServiceHibernateImpl extends Object implements AvailabilityService
AvailabilityService
uses database calls
and stored procedures to calculate the availability percentages.Constructor and Description |
---|
AvailabilityServiceHibernateImpl() |
Modifier and Type | Method and Description |
---|---|
Map<String,RTCCategory> |
getCategories()
Builds a map of configured categories, keyed by label.
|
EuiLevel |
getEuiLevel(RTCCategory category)
Optimized method for calculating the category statistics.
|
public Map<String,RTCCategory> getCategories()
getCategories
in interface AvailabilityService
@Transactional(readOnly=true) public EuiLevel getEuiLevel(RTCCategory category)
getEuiLevel
in interface AvailabilityService
EuiLevel
object.Copyright © 2021. All rights reserved.