| 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<GridRequestResult> |
GridsService.executeQueryBatch(InforContext context,
List<GridRequest> gridRequests) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<GridRequestResult> |
GridsServiceImpl.executeQueryBatch(InforContext context,
List<GridRequest> gridRequests) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<String> |
PartMiscService.createBin2binTransferBatch(InforContext context,
List<Bin2BinTransfer> bin2BinTransferList) |
BatchResponse<String> |
PartService.createPartBatch(InforContext context,
List<Part> partParam) |
BatchResponse<String> |
PartService.deletePartBatch(InforContext context,
List<String> partCode) |
BatchResponse<Part> |
PartService.readPartBatch(InforContext context,
List<String> partCode) |
BatchResponse<String> |
PartService.updatePartBatch(InforContext context,
List<Part> partParam) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse<String> |
PartMiscServiceImpl.createBin2binTransferBatch(InforContext context,
List<Bin2BinTransfer> bin2BinTransferList) |
BatchResponse<String> |
PartServiceImpl.createPartBatch(InforContext context,
List<Part> parts) |
BatchResponse<String> |
PartServiceImpl.deletePartBatch(InforContext context,
List<String> partCodes) |
BatchResponse<Part> |
PartServiceImpl.readPartBatch(InforContext context,
List<String> partCodes) |
BatchResponse<String> |
PartServiceImpl.updatePartBatch(InforContext context,
List<Part> parts) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
<A,R,T> Map<T,R> |
Tools.batchOperationToMap(List<A> arguments,
BatchResponse<R> results,
Map<T,A> map) |
Copyright © 2022 CERN European Organization for Nuclear Research. All rights reserved.