Uses of Class
com.fabula.timeline.service.model.Experiences

Packages that use Experiences
com.fabula.timeline.service.rest.impl   
 

Uses of Experiences in com.fabula.timeline.service.rest.impl
 

Methods in com.fabula.timeline.service.rest.impl that return Experiences
 Experiences TimelineResource.GetAllExperiences()
          GET
Gets all experiences in server
URL: /experiences/
Gets all the experiences stored.
 Experiences TimelineResource.GetAllExperiencesWithSharedEventsAndUsersMoodEvent(java.lang.String username)
          Helper method to retrieve all shared experiences of a user as well as the MoodEvents of the user.
 Experiences TimelineResource.getExperiences(java.lang.String username)
          Helper method to retrieve all experiences of a user
 Experiences TimelineResource.GetSharedExperiences(java.lang.String username)
          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
 

Methods in com.fabula.timeline.service.rest.impl with parameters of type Experiences
 void TimelineResource.putExperiences(Experiences experiences)
          PUT
Stores/updates all experiences in server URL: /experiences/
Stores all the experiences sent in.