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

Packages that use Group
com.fabula.timeline.service.model   
com.fabula.timeline.service.rest.impl   
 

Uses of Group in com.fabula.timeline.service.model
 

Methods in com.fabula.timeline.service.model that return types with arguments of type Group
 java.util.List<Group> Groups.getGroups()
           
 

Methods in com.fabula.timeline.service.model with parameters of type Group
 void Groups.addGroup(Group groupToAdd)
           
 boolean User.isMemberOfGroup(Group groupToCheckMembership)
           
 

Method parameters in com.fabula.timeline.service.model with type arguments of type Group
 void Groups.setGroups(java.util.List<Group> groups)
           
 

Constructor parameters in com.fabula.timeline.service.model with type arguments of type Group
Groups(java.util.List<Group> groups)
           
 

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

Methods in com.fabula.timeline.service.rest.impl that return Group
 Group TimelineResource.getGroup(java.lang.String groupid)
          GET
Gets the group with the id sent as parameter
URL: /group/{groupid}
Produces JSON or XML with group information.
 

Methods in com.fabula.timeline.service.rest.impl with parameters of type Group
 void TimelineResource.putGroup(Group group)
          PUT
Registers a group
URL: /group/
Consumes a JSON or XML with the group information.