| Modifier and Type | Method and Description |
|---|---|
Group |
GroupManager.add(String name,
String description) |
Group |
GroupManager.retrieve(int id) |
Group |
GroupManager.update(Group group) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupManager.retrieve() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
SuppressionManager.add(Group group,
String... email) |
boolean |
GroupManager.remove(Group group) |
void |
SuppressionManager.remove(Group group,
String... email) |
List<String> |
SuppressionManager.retrieve(Group group) |
Group |
GroupManager.update(Group group) |
Copyright © 2016. All rights reserved.