PublicPartnerServiceBase class abstract

Constructors

PublicPartnerServiceBase()

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
acceptTerms(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
acceptTerms_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
createEvent(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
createEvent_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
createOrganization(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
createOrganization_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
getAllGroups(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
getAllGroups_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
getAllStudents(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
getAllStudents_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
getCurrentOrganization(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
getCurrentOrganization_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
getEventById(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
getEventById_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
getPreviousEvents(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
getPreviousEvents_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
getTicketsForEvent(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
getTicketsForEvent_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
getUpcomingEvents(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
getUpcomingEvents_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ping(ServiceCall call, Request request) Future<Response>
ping_Pre(ServiceCall call, Future<Request> request) Future<Response>
refundTicket(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
refundTicket_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
toString() String
A string representation of this object.
inherited
updateBankInformation(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
updateBankInformation_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
updateEditors(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
updateEditors_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
updateEventDetails(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
updateEventDetails_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
updateFinanceEmails(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
updateFinanceEmails_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
updateOrganization(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
updateOrganization_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
updateTicketSale(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
updateTicketSale_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>
useTicket(ServiceCall call, PartnerPublicRequest request) Future<PartnerPublicResponse>
useTicket_Pre(ServiceCall call, Future<PartnerPublicRequest> request) Future<PartnerPublicResponse>

Operators

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