Interface MassMutationActionService
- All Known Implementing Classes:
MassMutationActionServiceImpl
public interface MassMutationActionService
Mutate multiple records at once.
Takes the inputs of a single gui form and applies the values to a given set of entities.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addValues
(RebindValue[] values, EntityExplorerActionSelection selection) void
removeValues
(List<String> selectedFields, RebindValue[] relationValues, EntityExplorerActionSelection selection) void
replaceValues
(RebindValue[] values, EntityExplorerActionSelection selection)
-
Method Details
-
addValues
-
replaceValues
-
removeValues
void removeValues(List<String> selectedFields, RebindValue[] relationValues, EntityExplorerActionSelection selection)
-