| Modifier and Type | Method and Description |
|---|---|
App |
AppRegistrationController.createApp(javax.servlet.http.HttpServletRequest request,
App app) |
App |
AppRegistrationController.getApp(javax.servlet.http.HttpServletRequest request,
Integer id) |
App |
AppRegistrationController.updateApp(javax.servlet.http.HttpServletRequest request,
Integer id,
App app) |
| Modifier and Type | Method and Description |
|---|---|
List<App> |
AppRegistrationController.getApps(javax.servlet.http.HttpServletRequest request,
String sandboxId) |
| Modifier and Type | Method and Description |
|---|---|
App |
AppRegistrationController.createApp(javax.servlet.http.HttpServletRequest request,
App app) |
App |
AppRegistrationController.updateApp(javax.servlet.http.HttpServletRequest request,
Integer id,
App app) |
| Modifier and Type | Method and Description |
|---|---|
App |
LaunchScenario.getApp() |
| Modifier and Type | Method and Description |
|---|---|
void |
LaunchScenario.setApp(App app) |
| Modifier and Type | Method and Description |
|---|---|
App |
AppRepository.findByLaunchUriAndClientIdAndSandboxId(String launchUri,
String clientId,
String sandboxId) |
| Modifier and Type | Method and Description |
|---|---|
List<App> |
AppRepository.findBySandboxId(String sandboxId) |
List<App> |
AppRepository.findBySandboxIdAndCreatedBy(String sandboxId,
String createdBy) |
List<App> |
AppRepository.findBySandboxIdAndCreatedByOrVisibility(String sandboxId,
String createdBy,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
App |
AppService.create(App app) |
App |
AppService.findByLaunchUriAndClientIdAndSandboxId(String launchUri,
String clientId,
String sandboxId) |
App |
AppService.getById(int id) |
App |
AppService.getClientJSON(App app) |
App |
AppService.save(App app) |
App |
AppService.update(App app) |
App |
AppService.updateAppImage(App app,
Image image) |
| Modifier and Type | Method and Description |
|---|---|
List<App> |
AppService.findBySandboxId(String sandboxId) |
List<App> |
AppService.findBySandboxIdAndCreatedBy(String sandboxId,
String createdBy) |
List<App> |
AppService.findBySandboxIdAndCreatedByOrVisibility(String sandboxId,
String createdBy,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
App |
AppService.create(App app) |
void |
AppService.delete(App app) |
App |
AppService.getClientJSON(App app) |
App |
AppService.save(App app) |
App |
AppService.update(App app) |
App |
AppService.updateAppImage(App app,
Image image) |
| Modifier and Type | Method and Description |
|---|---|
App |
AppServiceImpl.create(App app) |
App |
AppServiceImpl.findByLaunchUriAndClientIdAndSandboxId(String launchUri,
String clientId,
String sandboxId) |
App |
AppServiceImpl.getById(int id) |
App |
AppServiceImpl.getClientJSON(App app) |
App |
AppServiceImpl.save(App app) |
App |
AppServiceImpl.update(App app) |
App |
AppServiceImpl.updateAppImage(App app,
Image image) |
| Modifier and Type | Method and Description |
|---|---|
List<App> |
AppServiceImpl.findBySandboxId(String sandboxId) |
List<App> |
AppServiceImpl.findBySandboxIdAndCreatedBy(String sandboxId,
String createdBy) |
List<App> |
AppServiceImpl.findBySandboxIdAndCreatedByOrVisibility(String sandboxId,
String createdBy,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
App |
AppServiceImpl.create(App app) |
void |
AppServiceImpl.delete(App app) |
App |
AppServiceImpl.getClientJSON(App app) |
App |
AppServiceImpl.save(App app) |
App |
AppServiceImpl.update(App app) |
App |
AppServiceImpl.updateAppImage(App app,
Image image) |
Copyright © 2014–2018 Healthcare Services Platform Consortium. All rights reserved.