Class

controllers

VirtualMachineController

Related Doc: package controllers

Permalink

class VirtualMachineController extends GenericApiController[VirtualMachine, VirtualMachineDto, VirtualMachineDto, VirtualMachineDto]

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

    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. 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[VirtualMachine]]

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  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
    Definition Classes
    GenericApiController
  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 getSelfRoute(id: Long): String

    Permalink
    Attributes
    protected[controllers]
    Definition Classes
    VirtualMachineControllerGenericApiController
  16. def getUser(): FrontendUser

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

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

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

    Permalink
    Definition Classes
    GenericApiController
  20. final def loadEntity(id: Long): VirtualMachine

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

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

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

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

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

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

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  27. def postPost(virtualMachine: VirtualMachine): Unit

    Permalink
    Attributes
    protected[controllers]
    Definition Classes
    VirtualMachineControllerGenericApiController
  28. def postPut(entity: VirtualMachine): Unit

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

    Permalink
    Attributes
    protected[controllers]
    Definition Classes
    VirtualMachineControllerGenericApiController
  30. def prePost(postDto: VirtualMachineDto): Unit

    Permalink
    Attributes
    protected[controllers.generic]
    Definition Classes
    GenericApiController
  31. def prePut(putDto: VirtualMachineDto, entity: VirtualMachine): Unit

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

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

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

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

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

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

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