public class UserPrivateController extends Object
User| Constructor and Description |
|---|
UserPrivateController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIconFor(es.uvigo.esei.dgss.letta.domain.entities.EventType eventType)
Returns a
String representing the path to the corresponding
EventType icon image. |
List<es.uvigo.esei.dgss.letta.domain.entities.Event> |
getOwnEvents()
Returns a
List of Event that were created by the current
user |
boolean |
isPassed(es.uvigo.esei.dgss.letta.domain.entities.Event event)
|
public List<es.uvigo.esei.dgss.letta.domain.entities.Event> getOwnEvents()
List of Event that were created by the current
userList of Eventpublic String getIconFor(es.uvigo.esei.dgss.letta.domain.entities.EventType eventType)
String representing the path to the corresponding
EventType icon image.eventType - the EventType to be translated into a icon path.Copyright © 2015. All rights reserved.