| Package | Description |
|---|---|
| es.uvigo.esei.dgss.letta.domain.entities |
| Modifier and Type | Method and Description |
|---|---|
User |
Event.getOwner()
Returns the event's owner as an
User. |
User |
Registration.getUser()
Returns the registered user.
|
User |
UserNotifications.getUser()
Getter method of user global variable
|
| Modifier and Type | Method and Description |
|---|---|
Set<User> |
Event.getAttendees()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.addAttendee(User attendee)
Adds a new
User to this event's attendees set. |
UserNotifications |
Notification.addUserNotifications(User user)
|
boolean |
Event.hasAttendee(User attendee)
Checks whether a given
User is an attendee of the current event. |
void |
Event.removeAttendee(User attendee)
Removes an
User from this event's attendees set. |
void |
Event.setOwner(User owner)
Changes the owner of the event.
|
void |
UserNotifications.setUser(User user)
Setter method of user global variable and userId global variable
|
| Constructor and Description |
|---|
Registration(User user)
Constructs a new instance of
Registration. |
Copyright © 2015. All rights reserved.