io.github.positionpal.location.application.groups.UserGroupsStore
A store for user groups related information, supporting both read and write operations.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Add the given user to the given groupId.
Add the given user to the given groupId.
Attributes
-
Inherited from:
-
UserGroupsWriter
Attributes
-
Returns
-
the groups of the given userId.
-
Inherited from:
-
UserGroupsReader
Attributes
-
Returns
-
the members of the given groupId.
-
Inherited from:
-
UserGroupsReader
Remove the user with the given userId from the given groupId.
Remove the user with the given userId from the given groupId.
Attributes
-
Inherited from:
-
UserGroupsWriter