Class

controllers.generic

GenericApiController

Related Doc: package generic

Permalink

abstract class GenericApiController[T <: Model, U <: Dto, V <: Dto, W <: Dto] extends AuthenticationController

Linear Supertypes
AuthenticationController, Controller, HeaderNames, Status, Results, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericApiController
  2. AuthenticationController
  3. Controller
  4. HeaderNames
  5. Status
  6. Results
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericApiController(frontendUserService: FrontendUserService, tenantModelService: ModelService[Tenant], modelService: ModelService[T], typeLiteral: TypeLiteral[T], conversionService: ModelDtoConversionService)

    Permalink

Abstract Value Members

  1. abstract def getSelfRoute(id: Long): String

    Permalink
    Attributes
    protected[controllers.generic]

Concrete 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. def delete(id: Long): Result

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def filter(): Optional[Predicate[T]]

    Permalink
    Attributes
    protected[controllers.generic]
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get(id: Long): Result

    Permalink
  12. def getActiveTenant(): Tenant

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    AuthenticationController
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getCloudCredential(cloud: Cloud): CloudCredential

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    AuthenticationController
  15. def getUser(): FrontendUser

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    AuthenticationController
  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. def list(): Result

    Permalink
  19. final def loadEntity(id: Long): T

    Permalink
    Attributes
    protected[controllers.generic]
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def notFound(id: Long): Result

    Permalink
    Attributes
    protected[controllers.generic]
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def post(): Result

    Permalink
  25. def postDelete(): Unit

    Permalink
    Attributes
    protected[controllers.generic]
  26. def postPost(entity: T): Unit

    Permalink
    Attributes
    protected[controllers.generic]
  27. def postPut(entity: T): Unit

    Permalink
    Attributes
    protected[controllers.generic]
  28. def preDelete(entity: T): Boolean

    Permalink
    Attributes
    protected[controllers.generic]
  29. def prePost(postDto: V): Unit

    Permalink
    Attributes
    protected[controllers.generic]
  30. def prePut(putDto: W, entity: T): Unit

    Permalink
    Attributes
    protected[controllers.generic]
  31. def put(id: Long): Result

    Permalink
  32. def search(attribute: String, value: String): Result

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

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

Inherited from AuthenticationController

Inherited from Controller

Inherited from HeaderNames

Inherited from Status

Inherited from Results

Inherited from AnyRef

Inherited from Any

Ungrouped