| Package | Description |
|---|---|
| org.openepics.cable.services | |
| org.openepics.cable.services.dl | |
| org.openepics.cable.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CableService.getAndFbsTagUpdateCables(int start,
int size,
String userId,
Map<String,FbsElement> mappingsCableNameToFbsElement,
Map<String,FbsElement> mappingsEssNameToFbsElement,
Map<String,FbsElement> mappingsIdToFbsElement,
Map<String,FbsElement> mappingsTagToFbsElement,
Map<String,List<NotificationDTO>> mapOwnersCablesUnexpectedChanges)
Retrieves cables and updates FBS tag mappings in one transaction to ensure no other
changes happen in the mean time.
|
boolean |
NotificationService.notifyUserFromChange(Map<String,List<NotificationDTO>> mapOwnersCablesUnexpectedChanges)
Sends email notification to admins if unexpected changes happened in CHESS
|
void |
CableService.updateFbsTagMappings(String userId,
Iterable<Cable> cables,
Map<String,FbsElement> mappingsCableNameToFbsElement,
Map<String,FbsElement> mappingsEssNameToFbsElement,
Map<String,FbsElement> mappingsIdToFbsElement,
Map<String,FbsElement> mappingsTagToFbsElement,
Map<String,List<NotificationDTO>> mapOwnersCablesUnexpectedChanges)
Update FBS tag mappings for cables.
|
| Constructor and Description |
|---|
CableSaver(Iterable<Cable> objects,
List<NotificationDTO> notificationDTOs)
Constructs an instance to save the given
Cable objects
and highlight information according to given list of NotificationDTO. |
| Modifier and Type | Method and Description |
|---|---|
static List<NotificationDTO> |
ValidityUtil.getNotificationsForProblem(Cable cable,
Names names) |
Copyright © 2025 European Spallation Source. All rights reserved.