Class

controllers

ApplicationInstanceController

Related Doc: package controllers

Permalink

class ApplicationInstanceController extends GenericApiController[ApplicationInstance, ApplicationInstanceDto, ApplicationInstanceDto, ApplicationInstanceDto]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationInstanceController
  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 ApplicationInstanceController(frontendUserService: FrontendUserService, tenantModelService: ModelService[Tenant], modelService: ModelService[ApplicationInstance], typeLiteral: TypeLiteral[ApplicationInstance], conversionService: ModelDtoConversionService, logCollectionService: LogCollectionService)

    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[ApplicationInstance]]

    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
    ApplicationInstanceControllerGenericApiController
  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): ApplicationInstance

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

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  34. def prePut(putDto: ApplicationInstanceDto, entity: ApplicationInstance): Unit

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

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

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

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

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

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

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