| Modifier and Type | Method and Description |
|---|---|
BatchResponse<String> |
UserGroupMenuService.addToMenuHierarchyBatch(InforContext context,
List<MenuSpecification> menuSpecificationList) |
BatchResponse<String> |
UserGroupMenuService.addToMenuHierarchyManyUsergroups(InforContext context,
List<String> userGroups,
MenuSpecification menuSpecification) |
BatchResponse<String> |
UserGroupMenuService.deleteFromMenuHierarchyBatch(InforContext context,
List<MenuSpecification> menuSpecificationList) |
BatchResponse<String> |
UserGroupMenuService.deleteFromMenuHierarchyManyUsergroups(InforContext context,
List<String> userGroups,
MenuSpecification menuSpecification) |
BatchResponse<String> |
UserSetupService.updateUserSetupBatch(InforContext context,
List<EAMUser> userParam) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<String> |
UserGroupMenuServiceImpl.addToMenuHierarchyBatch(InforContext context,
List<MenuSpecification> menuSpecificationList)
Adds many full menu/submenu/function path to the menu hierarchy.
|
BatchResponse<String> |
UserGroupMenuServiceImpl.addToMenuHierarchyManyUsergroups(InforContext context,
List<String> userGroups,
MenuSpecification menuSpecification)
Adds a full menu/submenu/function path to the menu hierarchy of different user groups.
|
BatchResponse<String> |
UserGroupMenuServiceImpl.deleteFromMenuHierarchyBatch(InforContext context,
List<MenuSpecification> menuSpecificationList)
For each menu specification in the list: if a function code is specified in menuSpecification,
deletes all children functions with that function code from the specified path.
|
BatchResponse<String> |
UserGroupMenuServiceImpl.deleteFromMenuHierarchyManyUsergroups(InforContext context,
List<String> userGroups,
MenuSpecification menuSpecification)
For a each user group of a specific list of usergroups: if a function code is specified in menuSpecification,
deletes all children functions with that function code from the specified path.
|
BatchResponse<String> |
UserSetupServiceImpl.updateUserSetupBatch(InforContext context,
List<EAMUser> eamUsers) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<String> |
PartMiscService.createBin2binTransferBatch(InforContext context,
List<Bin2BinTransfer> bin2BinTransferList) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<String> |
PartMiscServiceImpl.createBin2binTransferBatch(InforContext context,
List<Bin2BinTransfer> bin2BinTransferList) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<String> |
SafetyServiceImpl.addSafetyToEntitiesBatch(InforContext context,
EntitySafety entitySafetywshub,
List<String> parentIDs,
String entity)
Adds a safety (given a hazard and a precaution measure) to list of entities.
|
BatchResponse<String> |
MECServiceImpl.addWorkOrderEquipmentBatch(InforContext context,
List<MEC> mecsToAdd) |
BatchResponse<String> |
EmployeeServiceImpl.createEmployeeBatch(InforContext context,
List<Employee> workOrderParam) |
BatchResponse<String> |
WorkOrderServiceImpl.createWorkOrderBatch(InforContext context,
List<WorkOrder> workOrderParam) |
BatchResponse<String> |
SafetyServiceImpl.deleteSafetiesBatch(InforContext context,
List<String> safetyCodes)
Deletes safeties given their ids (safety codes).
|
BatchResponse<String> |
WorkOrderServiceImpl.deleteWorkOrderBatch(InforContext context,
List<String> workOrderNumbers) |
BatchResponse<net.datastream.schemas.mp_entities.entitysafety_001.EntitySafety> |
SafetyServiceImpl.getEntitySafetiesBatch(InforContext context,
List<String> safetyCodes)
Returns a list of safety object given their safety code.
|
BatchResponse<WorkOrder> |
WorkOrderServiceImpl.readWorkOrderBatch(InforContext context,
List<String> workOrderNumbers) |
BatchResponse<String> |
EmployeeServiceImpl.updateEmployeeBatch(InforContext context,
List<Employee> workOrders) |
BatchResponse<String> |
WorkOrderServiceImpl.updateWorkOrderBatch(InforContext context,
List<WorkOrder> workOrders) |
| Modifier and Type | Method and Description |
|---|---|
<A,R> BatchResponse<R> |
Tools.batchOperation(InforContext context,
WSHubOperation<A,R> operation,
List<A> arguments) |
<T> BatchResponse<T> |
Tools.processCallables(List<Callable<T>> mylist) |
Copyright © 2020 CERN European Organization for Nuclear Research. All rights reserved.