Package

controllers

Permalink

package controllers

Visibility
  1. Public
  2. All

Type Members

  1. class AdminController extends Controller

    Permalink

    Admin level endpoints.

    Admin level endpoints.

    Annotations
    @Singleton()
  2. class Auth extends AuthCookieController

    Permalink
    Annotations
    @Singleton()
  3. class CacheController extends AuthTokenController with I18nSupport

    Permalink

    Caches are kept to retrieve binned versions of the data (datatapoints) and trends.

    Caches are kept to retrieve binned versions of the data (datatapoints) and trends.

    Annotations
    @Singleton()
  4. class DBController extends Controller

    Permalink
  5. class DatapointController extends AuthTokenController with I18nSupport

    Permalink

    Datapoints contain the actual values together with a location and a time interval.

    Datapoints contain the actual values together with a location and a time interval.

    Annotations
    @Singleton()
  6. class HomeController extends AuthCookieController

    Permalink

    This controller creates an Action to handle HTTP requests to the application's home page.

    This controller creates an Action to handle HTTP requests to the application's home page.

    Annotations
    @Singleton()
  7. class MyAssets extends AssetsBuilder

    Permalink
  8. class ParameterController extends AuthTokenController with I18nSupport

    Permalink
    Annotations
    @Singleton()
  9. class ReverseAdminController extends AnyRef

    Permalink
  10. class ReverseAssets extends AnyRef

    Permalink
  11. class ReverseAuth extends AnyRef

    Permalink
  12. class ReverseCacheController extends AnyRef

    Permalink
  13. class ReverseDBController extends AnyRef

    Permalink
  14. class ReverseDatapointController extends AnyRef

    Permalink
  15. class ReverseHomeController extends AnyRef

    Permalink
  16. class ReverseMyAssets extends AnyRef

    Permalink
  17. class ReverseParameterController extends AnyRef

    Permalink
  18. class ReverseSensorController extends AnyRef

    Permalink
  19. class ReverseStatusController extends AnyRef

    Permalink
  20. class ReverseStreamController extends AnyRef

    Permalink
  21. class ReverseUserController extends AnyRef

    Permalink
  22. class SensorController extends AuthTokenController with I18nSupport

    Permalink

    Sensors or locations are the topmost data structure in the data model.

    Sensors or locations are the topmost data structure in the data model. Sensors contain streams and streams contain datapoints.

  23. case class SensorData(name: String, age: Int) extends Product with Serializable

    Permalink
  24. class StatusController extends Controller

    Permalink

    Status information about the service.

  25. class StreamController extends AuthTokenController with I18nSupport

    Permalink

    Streams are a way of grouping datapoints together.

    Streams are a way of grouping datapoints together. A stream has to belong to a Sensor and and Datapoint has to belong to a Stream.

    Annotations
    @Singleton()
  26. class UserController extends AuthTokenController

    Permalink
    Annotations
    @Singleton()
  27. class routes extends AnyRef

    Permalink

Value Members

  1. package javascript

    Permalink

Ungrouped