Class

controllers

ApplicationController

Related Doc: package controllers

Permalink

class ApplicationController extends GenericApiController[Application, ApplicationDto, ApplicationDto, ApplicationDto]

Linear Supertypes
GenericApiController[Application, ApplicationDto, ApplicationDto, ApplicationDto], AuthenticationController, Controller, HeaderNames, Status, Results, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationController
  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 ApplicationController(frontendUserService: FrontendUserService, tenantModelService: ModelService[Tenant], modelService: ModelService[Application], typeLiteral: TypeLiteral[Application], 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 display(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[Application]]

    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
    ApplicationControllerGenericApiController
  17. def getUser(): FrontendUser

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    AuthenticationController
  18. def graph(id: Long): Result

    Permalink
  19. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    GenericApiController
  22. final def loadEntity(id: Long): Application

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  33. def prePut(putDto: ApplicationDto, entity: Application): Unit

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

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

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

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

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

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

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