| Package | Description |
|---|---|
| csbase.logic | |
| csbase.remote |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.createPlatform(PlatformInfo info)
Criação de uma nova plataforma.
|
static Platform |
Platform.getPlatform(Object id)
Obtem a plataforma que possui o identificador especificado.
|
static Platform |
Platform.getPlatformByName(String name)
Obtem a plataforma que possui o nome especificado.
|
static Platform |
Platform.modifyPlatform(Object id,
PlatformInfo info)
Modificação de uma plataforma.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Platform> |
Platform.getAllPlatforms()
Obtem todas as plataformas cadastradas.
|
static List<Platform> |
Platform.getAllPlatforms(boolean sortByName)
Obtem todas as plataformas cadastradas
|
static Comparator<Platform> |
Platform.getNameComparator()
Obtém um comparator de
Platform pelo critério de ordem
alfabética do nome da plataforma |
| Modifier and Type | Method and Description |
|---|---|
Platform |
AdministrationServiceInterface.createPlatform(PlatformInfo info)
Cria uma nova plataforma no sistema.
|
Platform |
AdministrationServiceInterface.getPlatform(Object id)
Obtém a plataforma que possui o identificador especificado.
|
Platform |
AdministrationServiceInterface.modifyPlatform(Object id,
PlatformInfo info)
Modifica uma plataforma no sistema.
|
| Modifier and Type | Method and Description |
|---|---|
List<Platform> |
AdministrationServiceInterface.getAllPlatforms()
Obtém todas as plataformas cadastradas no sistema.
|
Copyright © 2020. All rights reserved.