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
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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    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]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. implicit def createActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[CreateRestActionCategory, Key, Resource, Keyed[Key, Option[Resource]]]
  8. implicit def deleteActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[DeleteRestActionCategory, Key, Resource, Unit]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[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]]]
  13. implicit def getActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[GetRestActionCategory, Key, Resource, Keyed[Key, Resource]]
  14. implicit def getAllActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[GetAllRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. implicit def multiGetActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[MultiGetRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. implicit def patchActionCategoryEngine[Key, Resource](implicit writes: OWrites[Resource], keyWrites: KeyFormat[Key]): RestActionCategoryEngine[PatchRestActionCategory, Key, Resource, Keyed[Key, Resource]]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    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]]]
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped