| Package | Description |
|---|---|
| dashboard.control | |
| dashboard.domain | |
| dashboard.service | |
| dashboard.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static Service |
ServicesController.eraseMailsFromService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
RestResponse<List<Service>> |
ServicesController.byEnntityIds(List<String> entityIds,
Locale locale) |
RestResponse<List<Service>> |
ServicesController.connected(String idpEntityId,
Locale locale) |
org.springframework.http.ResponseEntity<RestResponse<Service>> |
ServicesController.get(String idpEntityId,
Long spId,
String entityType,
Locale locale) |
RestResponse<List<Service>> |
UsersController.serviceProviders(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
static Service |
ServicesController.eraseMailsFromService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
Service |
Action.getService() |
Service |
OfferedService.getService() |
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
NotificationMessage.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
int |
Service.compareTo(Service other) |
Action.Builder |
Action.Builder.service(Service service) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationMessage.addArguments(List<Service> arguments) |
| Constructor and Description |
|---|
OfferedService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
Services.getInstitutionalServicesForIdp(String institutionId,
Locale locale) |
Optional<Service> |
Services.getServiceByEntityId(String idpEntityId,
String spEntityId,
EntityType entityType,
Locale locale) |
Optional<Service> |
Services.getServiceById(String idpEntityId,
Long spId,
EntityType entityType,
Locale locale) |
List<Service> |
Services.getServicesByEntityIds(List<String> entityIds,
Locale locale) |
List<Service> |
Services.getServicesForIdp(String idpEntityId,
boolean includeAll,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
ServicesImpl.getInstitutionalServicesForIdp(String institutionId,
Locale locale) |
Optional<Service> |
ServicesImpl.getServiceByEntityId(String idpEntityId,
String spEntityId,
EntityType entityType,
Locale locale) |
Optional<Service> |
ServicesImpl.getServiceById(String idpEntityId,
Long spId,
EntityType entityType,
Locale locale) |
List<Service> |
ServicesImpl.getServicesByEntityIds(List<String> entityIds,
Locale locale) |
List<Service> |
ServicesImpl.getServicesForIdp(String idpEntityId,
boolean includeAll,
Locale locale) |
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.