public class AttendedEventsDataset extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXISTENT_LOGIN_REGISTERED_USER_ZERO_EVENTS |
static String |
NON_EXISTENT_LOGIN |
static String |
REGISTERED_USER |
static String |
REGISTERED_USER_START_DESC_EVENTS |
static String |
REGISTERED_USER_TITLE_ASC_EVENTS |
| Constructor and Description |
|---|
AttendedEventsDataset() |
| Modifier and Type | Method and Description |
|---|---|
static es.uvigo.esei.dgss.teama.letta.entities.Event[] |
events()
Gets all events of user-get-attended-events.xml.
|
static List<es.uvigo.esei.dgss.teama.letta.entities.Event> |
startDescAndTitleAscAttendedEvents()
Gets all events that their title contains 'StartDescTitleAsc'.
|
static List<es.uvigo.esei.dgss.teama.letta.entities.Event> |
startDescAttendedEvents()
Gets all events that their title is 'StartDesc'.
|
static List<es.uvigo.esei.dgss.teama.letta.entities.Event> |
titleAscAttendedEvents()
Gets all events that their title contains 'TitleAsc_'.
|
public static final String REGISTERED_USER_START_DESC_EVENTS
public static final String REGISTERED_USER_TITLE_ASC_EVENTS
public static final String EXISTENT_LOGIN_REGISTERED_USER_ZERO_EVENTS
public static final String REGISTERED_USER
public static final String NON_EXISTENT_LOGIN
public static es.uvigo.esei.dgss.teama.letta.entities.Event[] events()
throws ParseException
ParseException - when date has a bad format.public static List<es.uvigo.esei.dgss.teama.letta.entities.Event> startDescAttendedEvents() throws ParseException
ParseException - when date has a bad formatpublic static List<es.uvigo.esei.dgss.teama.letta.entities.Event> titleAscAttendedEvents() throws ParseException
ParseException - when date has a bad formatpublic static List<es.uvigo.esei.dgss.teama.letta.entities.Event> startDescAndTitleAscAttendedEvents() throws ParseException
ParseException - when date has a bad formatCopyright © 2016. All rights reserved.