| Modifier and Type | Method and Description |
|---|---|
Group |
GroupManager.create(String name) |
Group |
GroupManager.create(String name,
String note) |
Group |
GroupManager.renameGroup(Group group,
String name) |
Group |
GroupManager.retrieve(String id)
Retrieve Group by id.
|
Group |
GroupManager.updateNote(Group group,
String note) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupManager.retrieveAll(GroupQuery query)
Retrieve all groups.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GroupManager.delete(Group group) |
Group |
GroupManager.renameGroup(Group group,
String name) |
Group |
GroupManager.updateNote(Group group,
String note) |
Copyright © 2015. All Rights Reserved.