A C D E F G H I J M P R S T U V

G

get() - Static method in class com.fabula.timeline.service.rest.impl.PMF
 
GetAllExperiences() - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
GET
Gets all experiences in server
URL: /experiences/
Gets all the experiences stored.
GetAllExperiencesWithSharedEventsAndUsersMoodEvent(String) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
Helper method to retrieve all shared experiences of a user as well as the MoodEvents of the user.
getArousal() - Method in class com.fabula.timeline.service.model.Event
 
getArousal() - Method in class com.fabula.timeline.service.model.Mood
 
getAverageMood(List<Event>) - Static method in class com.fabula.timeline.service.Helpers
This method calculates the average of a list of moods.
getAverageMoodByID(String) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
GET
Gets the average mood of an experience by ID
URL: /mood/id/{experienceid}/
Produces a JSON String with the average mood including valence and arousal.
getAverageMoodByName(String) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
GET
Gets the average mood of an experience by title
Note: Not as accurate as ID, and is case sensitive.
getClassName() - Method in class com.fabula.timeline.service.model.Event
 
getClassName() - Method in class com.fabula.timeline.service.model.EventItem
 
getContext(Class<?>) - Method in class com.fabula.timeline.service.rest.impl.JAXBContextResolver
 
getCreator() - Method in class com.fabula.timeline.service.model.Event
 
getCreator() - Method in class com.fabula.timeline.service.model.EventItem
 
getCreator() - Method in class com.fabula.timeline.service.model.Experience
 
getDatetimemillis() - Method in class com.fabula.timeline.service.model.Event
 
getEmotionid() - Method in class com.fabula.timeline.service.model.Emotion
 
getEmotionList() - Method in class com.fabula.timeline.service.model.Event
 
getEmotionType() - Method in class com.fabula.timeline.service.model.Emotion
 
getEncodedKey() - Method in class com.fabula.timeline.service.model.Emotion
 
getEncodedKey() - Method in class com.fabula.timeline.service.model.Event
 
getEncodedKey() - Method in class com.fabula.timeline.service.model.EventItem
 
getEncodedKey() - Method in class com.fabula.timeline.service.model.Experience
 
getEncodedKey() - Method in class com.fabula.timeline.service.model.Group
 
getEncodedKey() - Method in class com.fabula.timeline.service.model.User
 
getEventByID(String) - Method in class com.fabula.timeline.service.model.Experience
 
getEventItems() - Method in class com.fabula.timeline.service.model.Event
 
getEvents() - Method in class com.fabula.timeline.service.model.Experience
 
getEvents() - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
GET
Get events as String (Mainly for testing purposes)
URL: /events/
Produces toString of all events as String
getExperienceid() - Method in class com.fabula.timeline.service.model.Event
 
getExperiences() - Method in class com.fabula.timeline.service.model.Experiences
 
getExperiences(String) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
Helper method to retrieve all experiences of a user
getFilename() - Method in class com.fabula.timeline.service.model.EventItem
 
getGroup(String) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
GET
Gets the group with the id sent as parameter
URL: /group/{groupid}
Produces JSON or XML with group information.
getGroups() - Method in class com.fabula.timeline.service.model.Groups
 
getGroups() - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
GET
Gets all the groups
URL: /groups/
Produces JSON or XML with list of all groups
getGroupsOfUser(String) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
GET
Gets the groups the user is member of
URL: /groups/{username}
Produces JSON or XML with list of groups the user is member of.
getId() - Method in class com.fabula.timeline.service.model.Event
 
getId() - Method in class com.fabula.timeline.service.model.EventItem
 
getId() - Method in class com.fabula.timeline.service.model.Experience
 
getId() - Method in class com.fabula.timeline.service.model.Group
 
getLatitude() - Method in class com.fabula.timeline.service.model.Event
 
getLongitude() - Method in class com.fabula.timeline.service.model.Event
 
getMember(int) - Method in class com.fabula.timeline.service.model.Group
 
getMemberOfGroups() - Method in class com.fabula.timeline.service.model.User
 
getMembers() - Method in class com.fabula.timeline.service.model.Group
 
getMembersInGroup() - Method in class com.fabula.timeline.service.model.Group
 
getMoodEvents() - Method in class com.fabula.timeline.service.model.Experience
 
getName() - Method in enum com.fabula.timeline.service.model.Emotion.EmotionEnum
 
getName() - Method in class com.fabula.timeline.service.model.Group
 
getNoteText() - Method in class com.fabula.timeline.service.model.EventItem
 
getNoteTitle() - Method in class com.fabula.timeline.service.model.EventItem
 
getRabbitAverageMoodByName(String) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
A test method to satisfy input format(csv) for the Nabaztag rabbit.
GetSharedExperiences(String) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
GET
Gets all experiences of a user
URL: /experiences/{username}
Takes username of the user to get experiences Produces the all experiences shared with the user as JSON or XML
getSharingGroup() - Method in class com.fabula.timeline.service.model.Experience
 
getTitle() - Method in class com.fabula.timeline.service.model.Experience
 
getUser(String) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
GET
Gets the user with the username sent as parameter
URL: /user/{username}
Produces JSON or XML with user information.
getUsername() - Method in class com.fabula.timeline.service.model.User
 
getUsers() - Method in class com.fabula.timeline.service.model.Users
 
getUsers() - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
GET
Gets all the users
URL: /users/ Produces JSON or XML with all users.
getValence() - Method in class com.fabula.timeline.service.model.Event
 
getValence() - Method in class com.fabula.timeline.service.model.Mood
 
getValue() - Method in enum com.fabula.timeline.service.model.Emotion.EmotionEnum
 
Group - Class in com.fabula.timeline.service.model
 
Group() - Constructor for class com.fabula.timeline.service.model.Group
 
Group(String, List<User>) - Constructor for class com.fabula.timeline.service.model.Group
 
Group(String) - Constructor for class com.fabula.timeline.service.model.Group
 
Group(String, String) - Constructor for class com.fabula.timeline.service.model.Group
 
Groups - Class in com.fabula.timeline.service.model
Wrapper classs for XML/JSON-serialization
Groups() - Constructor for class com.fabula.timeline.service.model.Groups
No-arg constructor for JAXB
Groups(List<Group>) - Constructor for class com.fabula.timeline.service.model.Groups
 

A C D E F G H I J M P R S T U V