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

P

PMF - Class in com.fabula.timeline.service.rest.impl
 
putEvent(Event) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Store or update one Event
URL: /event/
Consumes a complete event as JSON or XML and stores/updates in Google App Engine.
putExperience(Experience) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Store or update one Experience
URL: /experience/
Consumes a complete experience as JSON or XML and stores/updates in Google App Engine.
putExperiences(Experiences) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Stores/updates all experiences in server URL: /experiences/
Stores all the experiences sent in.
putGroup(Group) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Registers a group
URL: /group/
Consumes a JSON or XML with the group information.
putMood(Mood, String, String) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Inserts a mood to an experience
Uses experience id to identify experience
URL: /mood/id/{id}/{username}/{moodX}/{moodY}
Consumes a Mood as JSON or XML.
putMoodByID(String, String, double, double) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Inserts a mood to an experience only by parameters, and no content needed
Uses experience id to identify experience
Merely for testing.Should use the method taking in mood as JSON, not in parameters.
putMoodByName(String, String, double, double) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Inserts a mood to an experience only by parameters, and no content needed.
putUser(User) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Registers a user
URL: /user/
Consumes a JSON or XML with the user information.

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