Package org.motechproject.mots.service
Class GroupService
- java.lang.Object
-
- org.motechproject.mots.service.GroupService
-
@Service public class GroupService extends java.lang.ObjectThis class is responsible for creating and readingGroups.
-
-
Constructor Summary
Constructors Constructor Description GroupService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupgetGroup(java.util.UUID id)java.lang.Iterable<Group>getGroups()GroupsaveGroup(Group group)
-