| Package | Description |
|---|---|
| de.cinovo.cloudconductor.server.dao | |
| de.cinovo.cloudconductor.server.dao.hibernate | |
| de.cinovo.cloudconductor.server.model | |
| de.cinovo.cloudconductor.server.rest.helper |
| Modifier and Type | Method and Description |
|---|---|
List<EService> |
IServiceDAO.findByName(Set<String> names) |
List<EService> |
IServiceDAO.findByPackage(EPackage pkg) |
| Modifier and Type | Method and Description |
|---|---|
List<EPackage> |
IPackageDAO.findNotUsedPackage(EService service) |
| Modifier and Type | Method and Description |
|---|---|
EService |
ServiceDAOHib.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<EService> |
ServiceDAOHib.findByName(Set<String> names) |
List<EService> |
ServiceDAOHib.findByPackage(EPackage pkg) |
Class<EService> |
ServiceDAOHib.getEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
List<EPackage> |
PackageDAOHib.findNotUsedPackage(EService service) |
| Modifier and Type | Method and Description |
|---|---|
EService |
EServiceDefaultState.getService() |
EService |
EServiceState.getService() |
| Modifier and Type | Method and Description |
|---|---|
List<EService> |
EFile.getDependentServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
EServiceDefaultState.setService(EService service) |
void |
EServiceState.setService(EService service) |
| Modifier and Type | Method and Description |
|---|---|
void |
EFile.setDependentServices(List<EService> dependentServices) |
| Modifier and Type | Method and Description |
|---|---|
EService |
AMConverter.toModel(de.cinovo.cloudconductor.api.model.Service api) |
| Modifier and Type | Method and Description |
|---|---|
static de.cinovo.cloudconductor.api.model.Service |
MAConverter.fromModel(EService model) |
Copyright © 2014 Cinovo AG. All Rights Reserved.