public class SearchEventDataset extends Object
| Constructor and Description |
|---|
SearchEventDataset() |
| Modifier and Type | Method and Description |
|---|---|
static List<es.uvigo.esei.dgss.teama.letta.entities.Event> |
attendeesDescEvents()
Gets all events that have as title the word 'OnlyAttendeesDesc'.
|
static List<es.uvigo.esei.dgss.teama.letta.entities.Event> |
commonTitleAndDescriptionEvents()
Gets all events that have the word 'Common' in title or in description.
|
static es.uvigo.esei.dgss.teama.letta.entities.Event[] |
events()
Gets all events of user-search-event.xml.
|
static List<es.uvigo.esei.dgss.teama.letta.entities.Event> |
musicEvents()
Gets all events that have as title the word 'music'.
|
static List<es.uvigo.esei.dgss.teama.letta.entities.Event> |
rareDescriptionEvents()
Gets all events that have as description the words 'Rare Description'.
|
static List<es.uvigo.esei.dgss.teama.letta.entities.Event> |
rareTitleEvents()
Gets all events that have as title the words 'Rare title'.
|
static List<es.uvigo.esei.dgss.teama.letta.entities.Event> |
startDescAndAttendeesDescEvents()
Gets all events that have as title the word 'StartDescAssisDesc'.
|
static List<es.uvigo.esei.dgss.teama.letta.entities.Event> |
startDescEvents()
Gets all events that have as title the word 'OnlyStartDesc'.
|
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> musicEvents() throws ParseException
ParseException - when date has a bad formatpublic static List<es.uvigo.esei.dgss.teama.letta.entities.Event> commonTitleAndDescriptionEvents() throws ParseException
ParseException - when date has a bad formatpublic static List<es.uvigo.esei.dgss.teama.letta.entities.Event> rareTitleEvents() throws ParseException
ParseException - when date has a bad formatpublic static List<es.uvigo.esei.dgss.teama.letta.entities.Event> rareDescriptionEvents() throws ParseException
ParseException - when date has a bad formatpublic static List<es.uvigo.esei.dgss.teama.letta.entities.Event> startDescEvents() throws ParseException
ParseException - when date has a bad formatpublic static List<es.uvigo.esei.dgss.teama.letta.entities.Event> attendeesDescEvents() throws ParseException
ParseException - when date has a bad formatpublic static List<es.uvigo.esei.dgss.teama.letta.entities.Event> startDescAndAttendeesDescEvents() throws ParseException
ParseException - when date has a bad formatCopyright © 2016. All rights reserved.