Class

controllers

KeyPairController

Related Doc: package controllers

Permalink

class KeyPairController extends GenericApiController[KeyPair, KeyPairDto, KeyPairDto, KeyPairDto]

Linear Supertypes
GenericApiController[KeyPair, KeyPairDto, KeyPairDto, KeyPairDto], AuthenticationController, Controller, HeaderNames, Status, Results, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyPairController
  2. GenericApiController
  3. AuthenticationController
  4. Controller
  5. HeaderNames
  6. Status
  7. Results
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

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
    Definition Classes
    GenericApiController
  7. def download(id: Long): Result

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

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

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

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    GenericApiController
  13. def getActiveTenant(): Tenant

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

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

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    AuthenticationController
  16. def getSelfRoute(id: Long): String

    Permalink
    Attributes
    protected[controllers]
    Definition Classes
    KeyPairControllerGenericApiController
  17. def getUser(): FrontendUser

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

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

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

    Permalink
    Definition Classes
    GenericApiController
  21. final def loadEntity(id: Long): KeyPair

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  22. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  24. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    GenericApiController
  27. def postDelete(): Unit

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  28. def postPost(entity: KeyPair): Unit

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  29. def postPut(entity: KeyPair): Unit

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  30. def preDelete(entity: KeyPair): Boolean

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  31. def prePost(postDto: KeyPairDto): Unit

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  32. def prePut(putDto: KeyPairDto, entity: KeyPair): Unit

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  33. def put(id: Long): Result

    Permalink
    Definition Classes
    GenericApiController
  34. def search(attribute: String, value: String): Result

    Permalink
    Definition Classes
    GenericApiController
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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