object RestActionCategoryEngine2 extends RestActionCategoryEngine2Impls

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RestActionCategoryEngine2
  2. RestActionCategoryEngine2Impls
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
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. implicit def actionActionCategoryEngine[Key, Resource, Response](implicit responseWrites: NaptimeActionSerializer[Response]): 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 naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[CreateRestActionCategory, Key, Resource, Keyed[Key, Option[Resource]]]
  8. implicit def deleteActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: 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 naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine2[FinderRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]
  13. implicit def getActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine2[GetRestActionCategory, Key, Resource, Keyed[Key, Resource]]
  14. implicit def getAllActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine2[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 naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine2[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 naptimeSerializer: NaptimeSerializer[Resource], keyFormat: 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 naptimeSerializer: NaptimeSerializer[Resource], keyFormat: 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