| 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 |
|---|---|
FileType |
File.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
File.setType(FileType type) |
| Modifier and Type | Method and Description |
|---|---|
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<File> |
FileRepository.findByOwnerIsCurrentUser(String login,
FileType type) |
List<File> |
FileRepository.findByOwnerIsCurrentUserOrShared(String login,
FileType type) |
| Modifier and Type | Method and Description |
|---|---|
File |
FileService.createFile(FileType type,
String name,
User owner)
Create a new file
|
List<File> |
FileService.findByOwnerIsCurrentUser(String login,
FileType type)
Get all the files owned by this user, plus all shared files.
|
List<File> |
FileService.findByOwnerIsCurrentUserOrShared(String login,
FileType type)
Get all the files owned by this user, plus all shared files.
|
Copyright © 2018 Power TAC. All rights reserved.