public class FriendshipController extends UserTransform implements Serializable
| Constructor and Description |
|---|
FriendshipController() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptRequest() |
List<UserBean> |
attendeesLogin(es.uvigo.esei.dgss.letta.domain.entities.Event event) |
void |
cancelPending() |
void |
cancelRequest() |
String |
count(es.uvigo.esei.dgss.letta.domain.entities.Event event) |
List<UserBean> |
getFriendData() |
UserBean |
getOwnerEventFriend(es.uvigo.esei.dgss.letta.domain.entities.Event event) |
void |
rejectRequest() |
void |
sendRequest() |
es.uvigo.esei.dgss.letta.domain.entities.FriendshipState |
state(String friend) |
transformUser, transformUserspublic List<UserBean> attendeesLogin(es.uvigo.esei.dgss.letta.domain.entities.Event event)
public es.uvigo.esei.dgss.letta.domain.entities.FriendshipState state(String friend)
public void sendRequest()
throws IOException
IOExceptionpublic void acceptRequest()
throws IOException
IOExceptionpublic void cancelRequest()
throws IOException
IOExceptionpublic void cancelPending()
throws IOException
IOExceptionpublic void rejectRequest()
throws IOException
IOExceptionpublic String count(es.uvigo.esei.dgss.letta.domain.entities.Event event)
public UserBean getOwnerEventFriend(es.uvigo.esei.dgss.letta.domain.entities.Event event)
Copyright © 2017. All rights reserved.