Class CreateCalendarExportActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.reservationcalendarexport.impl.actions.CreateCalendarExportActionServiceImpl
- All Implemented Interfaces:
CreateCalendarExportActionService
@Deprecated
public class CreateCalendarExportActionServiceImpl
extends Object
implements CreateCalendarExportActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionCreateCalendarExportActionServiceImpl
(Context context, QueryBuilderFactory queryBuilderFactory, RebindService rebindService, EntityDefaultValueService defaultValueService, EntityExplorerActionSelectionService selectionService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
createCalendarExport
(EntityExplorerActionSelection selection, RebindValue[] rebindValues) Deprecated.
-
Constructor Details
-
CreateCalendarExportActionServiceImpl
public CreateCalendarExportActionServiceImpl(Context context, QueryBuilderFactory queryBuilderFactory, RebindService rebindService, EntityDefaultValueService defaultValueService, EntityExplorerActionSelectionService selectionService) Deprecated.
-
-
Method Details
-
createCalendarExport
public void createCalendarExport(EntityExplorerActionSelection selection, RebindValue[] rebindValues) Deprecated.- Specified by:
createCalendarExport
in interfaceCreateCalendarExportActionService
-