| Package | Description |
|---|---|
| org.powertac.visualizer.domain |
JPA domain objects.
|
| org.powertac.visualizer.domain.enumeration | |
| org.powertac.visualizer.repository |
Spring Data JPA repositories.
|
| org.powertac.visualizer.service |
Service layer beans.
|
| Modifier and Type | Method and Description |
|---|---|
GameType |
Game.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Game.setType(GameType type) |
| Modifier and Type | Method and Description |
|---|---|
static GameType |
GameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameType[] |
GameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Game> |
GameRepository.findByNameAndType(String name,
GameType type) |
List<Game> |
GameRepository.findByNameAndType(String login,
String name,
GameType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Game> |
GameService.findByNameAndType(String login,
String name,
GameType type)
Get one game by login, name and type.
|
Copyright © 2018 Power TAC. All rights reserved.