| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<CalendarEntry> |
CalendarHelper.getCalendarEntries(Team team) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CalendarEntry> |
GoogleCalendarHelper.getCalendarEntries(Team team) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CalendarEntry> |
SimpleCalendarHelper.getCalendarEntries(Team team) |
| Modifier and Type | Method and Description |
|---|---|
Team |
DataAccess.getTeam(java.lang.String teamId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Team> |
DataAccess.getTeams() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataAccess.saveTeam(Team team) |
void |
DataAccess.updateTeam(Team team) |
| Modifier and Type | Method and Description |
|---|---|
Team |
CassandraDataAccess.getTeam(java.lang.String teamId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Team> |
CassandraDataAccess.getTeams() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataAccess.saveTeam(Team team) |
void |
CassandraDataAccess.updateTeam(Team team) |
| Modifier and Type | Method and Description |
|---|---|
Team |
InMemoryDataAccess.getTeam(java.lang.String teamId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Team> |
InMemoryDataAccess.getTeams() |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDataAccess.saveTeam(Team team) |
void |
InMemoryDataAccess.updateTeam(Team team) |
| Modifier and Type | Method and Description |
|---|---|
int |
Team.compareTo(Team o) |
| Constructor and Description |
|---|
WorkItem(java.lang.String type,
java.lang.String operation,
User user,
Team team,
Service service,
Module module,
Host host,
Vip vip,
Vip newVip) |
| Modifier and Type | Method and Description |
|---|---|
static GetTeamData |
GetTeamData.create(Team team) |
| Modifier and Type | Method and Description |
|---|---|
static TeamData |
TeamData.create(Team team) |
Copyright © 2016 Richard Thurston. All Rights Reserved.