Interface AvailabilityService

  • All Known Implementing Classes:
    AvailabilityServiceHibernateImpl, DataManager

    public interface AvailabilityService
    This interface contains all of the methods that RTC needs to fetch availability data when posting the data to the web UI.
    Author:
    Seth
    • Method Detail

      • getCategories

        java.util.Map<java.lang.String,​RTCCategory> getCategories()
        Builds a map of configured categories, keyed by label.
        Returns:
        the categories
      • getEuiLevel

        EuiLevel getEuiLevel​(RTCCategory category)
        Retrieves the availability statistics for the given category
        Returns:
        a EuiLevel object.