Class

org.ada.web.controllers.dataset

DataViewRouter

Related Doc: package dataset

Permalink

final class DataViewRouter extends GenericRouter[ReverseDataViewDispatcher] with CrudRouter[BSONObjectID]

Linear Supertypes
CrudRouter[BSONObjectID], ReadonlyRouter[BSONObjectID], GenericRouter[ReverseDataViewDispatcher], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataViewRouter
  2. CrudRouter
  3. ReadonlyRouter
  4. GenericRouter
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataViewRouter(dataSetId: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val copy: (BSONObjectID) ⇒ Call

    Permalink
  7. val create: Call

    Permalink
    Definition Classes
    DataViewRouter → CrudRouter
  8. val delete: (BSONObjectID) ⇒ Call

    Permalink
    Definition Classes
    DataViewRouter → CrudRouter
  9. val edit: (BSONObjectID) ⇒ Call

    Permalink
    Definition Classes
    CrudRouter
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val get: (BSONObjectID) ⇒ Call

    Permalink
    Definition Classes
    DataViewRouter → ReadonlyRouter
  14. val getAndShowView: (BSONObjectID) ⇒ Call

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. val id: String

    Permalink
    Definition Classes
    GenericRouter
  18. val idAndNamesAccessible: Call

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val list: (Int, String, Seq[FilterCondition]) ⇒ Call

    Permalink
    Definition Classes
    DataViewRouter → ReadonlyRouter
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val plainList: Call

    Permalink
    Definition Classes
    DataViewRouter → ReadonlyRouter
  25. def route(call: Call): Call

    Permalink
    Attributes
    protected
    Definition Classes
    GenericRouter
  26. def routeFun(callFun: (ReverseDataViewDispatcher) ⇒ Call): Call

    Permalink
    Attributes
    protected
    Definition Classes
    GenericRouter
  27. val routes: ReverseDataViewDispatcher

    Permalink
    Attributes
    protected
    Definition Classes
    GenericRouter
  28. val save: Call

    Permalink
    Definition Classes
    DataViewRouter → CrudRouter
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. val update: (BSONObjectID) ⇒ Call

    Permalink
    Definition Classes
    DataViewRouter → CrudRouter
  32. val updateAndShowView: (BSONObjectID) ⇒ Call

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CrudRouter[BSONObjectID]

Inherited from ReadonlyRouter[BSONObjectID]

Inherited from GenericRouter[ReverseDataViewDispatcher]

Inherited from AnyRef

Inherited from Any

Ungrouped