toggle menu
Social-Network
0.1.0-archeo+31d6ff7
jvm
switch theme
search in API
friendship-service
/
social.friendship.application
/
FriendshipProcessor
Friendship
Processor
interface
FriendshipProcessor
:
Processor
Interface to represent a friendship processor, that is able to process data about friendships.
Inheritors
FriendshipService
Members
Functions
add
Friendship
Link copied to clipboard
abstract
fun
addFriendship
(
friendship
:
Friendship
)
delete
Friendship
Link copied to clipboard
abstract
fun
deleteFriendship
(
friendshipID
:
Friendship.FriendshipID
)
:
Friendship
?
get
All
Friends
By
User
Id
Link copied to clipboard
abstract
fun
getAllFriendsByUserId
(
userID
:
User.UserID
)
:
Iterable
<
User
>
get
All
Friendships
Link copied to clipboard
abstract
fun
getAllFriendships
(
)
:
Array
<
Friendship
>
get
Friendship
Link copied to clipboard
abstract
fun
getFriendship
(
friendshipID
:
Friendship.FriendshipID
)
:
Friendship
?