ActivitiesController class

Implemented types

Constructors

ActivitiesController()

Properties

commandSet ActivitiesCommandSet?
getter/setter pair
dependencyResolver ↔ DependencyResolver
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
persistence IActivitiesPersistence
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchPartyActivities(String? correlationId, List<PartyActivityV1> activities) Future<List<PartyActivityV1>>
Logs batch of party activities.
override
configure(ConfigParams config) → void
Configures component by passing configuration parameters.
deletePartyActivities(String? correlationId, dynamic filter) Future
Deletes party activities that match to a given filter.
override
getCommandSet() → CommandSet
Gets a command set.
getPartyActivities(String? correlationId, FilterParams filter, PagingParams paging) Future<DataPage<PartyActivityV1>>
Gets a page of party activities retrieved by a given filter.
override
logPartyActivity(String? correlationId, PartyActivityV1 activity) Future<PartyActivityV1?>
Logs party activity.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setReferences(IReferences references) → void
Set references to component.
toString() String
A string representation of this object.
inherited

Operators

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