Trait/Object

org.coursera.naptime.actions

PlayJsonRestActionCategoryEngine

Related Docs: object PlayJsonRestActionCategoryEngine | package actions

Permalink

trait PlayJsonRestActionCategoryEngine extends AnyRef

Define the mappings between category engines.

TODO: consider moving these to be defined in the same trait that defines the resource. (e.g. the org.coursera.naptime.resources.CollectionResource.) By moving the engines to the trait, this would allow for different resources to have different engines available. That said, this must all be sealed to disallow further 'customization'.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlayJsonRestActionCategoryEngine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit def actionActionCategoryEngine[Key, Resource, Response](implicit responseWrites: Writes[Response], writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[ActionRestActionCategory, Key, Resource, Response]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def createActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[CreateRestActionCategory, Key, Resource, Keyed[Key, Option[Resource]]]

    Permalink
  8. implicit def deleteActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[DeleteRestActionCategory, Key, Resource, Unit]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. implicit def finderActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[FinderRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]

    Permalink
  13. implicit def getActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[GetRestActionCategory, Key, Resource, Keyed[Key, Resource]]

    Permalink
  14. implicit def getAllActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[GetAllRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. implicit def multiGetActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[MultiGetRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. implicit def patchActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[PatchRestActionCategory, Key, Resource, Keyed[Key, Resource]]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. implicit def updateActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[UpdateRestActionCategory, Key, Resource, Option[Keyed[Key, Resource]]]

    Permalink
  26. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped