AdminEventServiceBase class abstract

Constructors

AdminEventServiceBase()

Properties

$name String
no setter
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
completeOrder(ServiceCall call, EventAdminRequest request) Future<EventAdminResponse>
completeOrder_Pre(ServiceCall call, Future<EventAdminRequest> request) Future<EventAdminResponse>
createEvent(ServiceCall call, EventAdminRequest request) Future<EventAdminResponse>
createEvent_Pre(ServiceCall call, Future<EventAdminRequest> request) Future<EventAdminResponse>
createTicket(ServiceCall call, EventAdminRequest request) Future<EventAdminResponse>
createTicket_Pre(ServiceCall call, Future<EventAdminRequest> request) Future<EventAdminResponse>
getEventById(ServiceCall call, EventAdminRequest request) Future<EventAdminResponse>
getEventById_Pre(ServiceCall call, Future<EventAdminRequest> request) Future<EventAdminResponse>
getPreviousEvents(ServiceCall call, EventAdminRequest request) Future<EventAdminResponse>
getPreviousEvents_Pre(ServiceCall call, Future<EventAdminRequest> request) Future<EventAdminResponse>
getTicketsForEvent(ServiceCall call, EventAdminRequest request) Future<EventAdminResponse>
getTicketsForEvent_Pre(ServiceCall call, Future<EventAdminRequest> request) Future<EventAdminResponse>
getUpcomingEvents(ServiceCall call, EventAdminRequest request) Future<EventAdminResponse>
getUpcomingEvents_Pre(ServiceCall call, Future<EventAdminRequest> request) Future<EventAdminResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateEventDetails(ServiceCall call, EventAdminRequest request) Future<EventAdminResponse>
updateEventDetails_Pre(ServiceCall call, Future<EventAdminRequest> request) Future<EventAdminResponse>
updateTicketSale(ServiceCall call, EventAdminRequest request) Future<EventAdminResponse>
updateTicketSale_Pre(ServiceCall call, Future<EventAdminRequest> request) Future<EventAdminResponse>
useTicket(ServiceCall call, EventAdminRequest request) Future<EventAdminResponse>
useTicket_Pre(ServiceCall call, Future<EventAdminRequest> request) Future<EventAdminResponse>

Operators

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