Class DeleteActionServiceImpl
java.lang.Object
ch.tocco.nice2.netui.impl.actions.entityoperation.services.DeleteActionServiceImpl
- All Implemented Interfaces:
DeleteActionService
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.netui.impl.actions.entityoperation.services.DeleteActionService
DeleteActionService.DeleteActionResponse, DeleteActionService.DeleteResponse
-
Constructor Summary
ConstructorDescriptionDeleteActionServiceImpl
(org.slf4j.Logger log, CascadingDelete cascadingDelete, EntityExplorerActionSelectionService selectionService, CommandExecutor executor, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionexecuteDelete
(EntityExplorerActionSelection selection, HashMap<String, String> deselectedEntities) prepareDelete
(EntityExplorerActionSelection selection)
-
Constructor Details
-
DeleteActionServiceImpl
public DeleteActionServiceImpl(org.slf4j.Logger log, CascadingDelete cascadingDelete, EntityExplorerActionSelectionService selectionService, CommandExecutor executor, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
prepareDelete
public DeleteActionService.DeleteActionResponse prepareDelete(EntityExplorerActionSelection selection) throws PersistException, RpcExecutionException - Specified by:
prepareDelete
in interfaceDeleteActionService
- Throws:
PersistException
RpcExecutionException
-
executeDelete
public List<DeleteActionService.DeleteResponse> executeDelete(EntityExplorerActionSelection selection, HashMap<String, String> deselectedEntities) throws PersistException, RpcExecutionException- Specified by:
executeDelete
in interfaceDeleteActionService
- Throws:
PersistException
RpcExecutionException
-