TicketServiceBase class abstract

Inheritance
Annotations
  • @GrpcServiceName.new('weebi.ticket.service.TicketService')

Constructors

TicketServiceBase()

Properties

$name String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createMany(ServiceCall call, TicketsRequest request) Future<StatusResponse>
createMany_Pre(ServiceCall $call, Future<TicketsRequest> $request) Future<StatusResponse>
createOne(ServiceCall call, TicketRequest request) Future<StatusResponse>
createOne_Pre(ServiceCall $call, Future<TicketRequest> $request) Future<StatusResponse>
deleteOne(ServiceCall call, TicketRequest request) Future<StatusResponse>
deleteOne_Pre(ServiceCall $call, Future<TicketRequest> $request) Future<StatusResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readAll(ServiceCall call, ReadAllTicketsRequest request) Future<TicketsResponse>
readAll_Pre(ServiceCall $call, Future<ReadAllTicketsRequest> $request) Future<TicketsResponse>
readOne(ServiceCall call, FindTicketRequest request) Future<TicketPb>
readOne_Pre(ServiceCall $call, Future<FindTicketRequest> $request) Future<TicketPb>
toString() String
A string representation of this object.
inherited
updateStatusOne(ServiceCall call, TicketRequest request) Future<StatusResponse>
updateStatusOne_Pre(ServiceCall $call, Future<TicketRequest> $request) Future<StatusResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited