Packages

trait BookingControllerVerticle extends ScalaVerticle with BookingController

Represents a BookingController which implementation will be bounded to a ScalaVerticle.

Linear Supertypes
BookingController, ScalaVerticle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BookingControllerVerticle
  2. BookingController
  3. ScalaVerticle
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def abortBooking(abortRequest: AbortBookingRequest): Unit

    Aborts a com.wedriveu.services.shared.model.Booking.

    Aborts a com.wedriveu.services.shared.model.Booking.

    abortRequest

    The request data needed to abort a com.wedriveu.services.shared.model.Booking.

    Definition Classes
    BookingController
  2. abstract def changeProcessingBookingLicensePlate(changeRequest: ChangeBookingRequest): Unit

    Changes the license plate of a com.wedriveu.services.shared.model.Booking that is in status Booking.STATUS_PROCESSING.

    Changes the license plate of a com.wedriveu.services.shared.model.Booking that is in status Booking.STATUS_PROCESSING.

    changeRequest

    The request data needed to change an active com.wedriveu.services.shared.model.Booking license plate.

    Definition Classes
    BookingController
  3. abstract def completeBooking(completeRequest: CompleteBookingRequest): Unit

    Completes a com.wedriveu.services.shared.model.Booking.

    Completes a com.wedriveu.services.shared.model.Booking.

    completeRequest

    The request data needed to complete a com.wedriveu.services.shared.model.Booking.

    Definition Classes
    BookingController
  4. abstract def createBooking(bookingRequest: CreateBookingRequest): Unit

    Creates a booking and books a vehicle.

    Creates a booking and books a vehicle.

    bookingRequest

    The request data needed to create a com.wedriveu.services.shared.model.Booking and to book the chosen vehicle.

    Definition Classes
    BookingController
  5. abstract def findAllBookings(getRequest: BookingListRequest): Unit

    Gets all the com.wedriveu.services.shared.model.Bookings stored.

    Gets all the com.wedriveu.services.shared.model.Bookings stored.

    getRequest

    The request data needed to find all the com.wedriveu.services.shared.model.Bookings.

    Definition Classes
    BookingController
  6. abstract def findProcessingBookingPositions(findRequest: FindBookingPositionsRequest): Unit

    Gets the positions of a com.wedriveu.services.shared.model.Booking that is in status Booking.STATUS_PROCESSING.

    Gets the positions of a com.wedriveu.services.shared.model.Booking that is in status Booking.STATUS_PROCESSING.

    findRequest

    The request data needed to find a com.wedriveu.services.shared.model.Booking positions.

    Definition Classes
    BookingController

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asJava(): Verticle
    Definition Classes
    ScalaVerticle
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def config: JsonObject
    Definition Classes
    ScalaVerticle
  8. var ctx: Context
    Attributes
    protected
    Definition Classes
    ScalaVerticle
  9. def deploymentID: String
    Definition Classes
    ScalaVerticle
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit var executionContext: VertxExecutionContext
    Attributes
    protected
    Definition Classes
    ScalaVerticle
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. def init(vertx: Vertx, context: Context, verticle: AbstractVerticle): Unit
    Definition Classes
    ScalaVerticle
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. def processArgs: Buffer[String]
    Definition Classes
    ScalaVerticle
  22. def start(): Unit
    Definition Classes
    ScalaVerticle
  23. def startFuture(): Future[_]
    Definition Classes
    ScalaVerticle
  24. def stop(): Unit
    Definition Classes
    ScalaVerticle
  25. def stopFuture(): Future[_]
    Definition Classes
    ScalaVerticle
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. var vertx: Vertx
    Attributes
    protected
    Definition Classes
    ScalaVerticle
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BookingController

Inherited from ScalaVerticle

Inherited from AnyRef

Inherited from Any

Ungrouped