org.coursera.naptime.actions

RestActionCategoryEngine2

Related Doc: package actions

object RestActionCategoryEngine2

2nd generation engines with Pegasus DataMaps at the core. To use, import them at the top of your file.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RestActionCategoryEngine2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ProcessedResponse(response: DataMap, codec: FlattenedFilteringJacksonDataCodec, etag: (String, String)) extends Product with Serializable

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. object FlattenedFilteringJacksonDataCodec

  5. implicit def actionActionCategoryEngine[Key, Resource, Response](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key], responseWrites: NaptimeSerializer[Response]): RestActionCategoryEngine[ActionRestActionCategory, Key, Resource, Response]

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit def createActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[CreateRestActionCategory, Key, Resource, Keyed[Key, Option[Resource]]]

  9. implicit def deleteActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[DeleteRestActionCategory, Key, Resource, Unit]

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit def finderActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[FinderRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]

  14. implicit def getActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[GetRestActionCategory, Key, Resource, Keyed[Key, Resource]]

  15. implicit def getAllActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[GetAllRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]

  16. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  19. implicit def multiGetActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[MultiGetRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. implicit def patchActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[PatchRestActionCategory, Key, Resource, Keyed[Key, Resource]]

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

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. implicit def updateActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[UpdateRestActionCategory, Key, Resource, Option[Keyed[Key, Resource]]]

  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped