Class TransferEducationalObjectiveActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.reservation.impl.actions.TransferEducationalObjectiveActionServiceImpl
- All Implemented Interfaces:
TransferEducationalObjectiveActionService
@Deprecated
public class TransferEducationalObjectiveActionServiceImpl
extends Object
implements TransferEducationalObjectiveActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionTransferEducationalObjectiveActionServiceImpl
(Context ctx, EntityExplorerActionSelectionService selectionService, SecurityManager securityManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
transferEducationalObjectives
(EntityExplorerActionSelection selection, String eventKeys) Deprecated.
-
Constructor Details
-
TransferEducationalObjectiveActionServiceImpl
public TransferEducationalObjectiveActionServiceImpl(Context ctx, EntityExplorerActionSelectionService selectionService, SecurityManager securityManager) Deprecated.
-
-
Method Details
-
transferEducationalObjectives
public void transferEducationalObjectives(EntityExplorerActionSelection selection, String eventKeys) throws InterruptedException Deprecated.- Specified by:
transferEducationalObjectives
in interfaceTransferEducationalObjectiveActionService
- Parameters:
selection
- the selected objectiveseventKeys
- the events to copy to- Throws:
InterruptedException
-