Class VCardImportExportActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.VCardImportExportActionServiceImpl
- All Implemented Interfaces:
VCardImportExportActionService
@Deprecated
public class VCardImportExportActionServiceImpl
extends Object
implements VCardImportExportActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionVCardImportExportActionServiceImpl
(Context context, org.slf4j.Logger log, EntityExplorerActionSelectionService selectionService, TextResources textResources, EntityDefaultValueService entityDefaultValueService, OutputCenterService outputCenterService, VCardExportService vCardExportService, VCardImportService vCardImportService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprepareImport
(InputStream inputStream, EntityExplorerActionSelection selection) Deprecated.vCardExport
(EntityExplorerActionSelection selection) Deprecated.vCardImport
(InputStream inputStream, EntityExplorerActionSelection selection, boolean onDetailForm) Deprecated.
-
Constructor Details
-
VCardImportExportActionServiceImpl
public VCardImportExportActionServiceImpl(Context context, org.slf4j.Logger log, EntityExplorerActionSelectionService selectionService, TextResources textResources, EntityDefaultValueService entityDefaultValueService, OutputCenterService outputCenterService, VCardExportService vCardExportService, VCardImportService vCardImportService) Deprecated.
-
-
Method Details
-
vCardExport
public String vCardExport(EntityExplorerActionSelection selection) throws RpcExecutionException, IOException Deprecated.- Specified by:
vCardExport
in interfaceVCardImportExportActionService
- Throws:
RpcExecutionException
IOException
-
prepareImport
public String prepareImport(InputStream inputStream, EntityExplorerActionSelection selection) throws IOException Deprecated.- Specified by:
prepareImport
in interfaceVCardImportExportActionService
- Throws:
IOException
-
vCardImport
public String vCardImport(InputStream inputStream, EntityExplorerActionSelection selection, boolean onDetailForm) throws IOException, InterruptedException Deprecated.- Specified by:
vCardImport
in interfaceVCardImportExportActionService
- Throws:
IOException
InterruptedException
-