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
ConstructorsConstructorDescriptionVCardImportExportActionServiceImpl(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:
vCardExportin interfaceVCardImportExportActionService- Throws:
RpcExecutionExceptionIOException
-
prepareImport
public String prepareImport(InputStream inputStream, EntityExplorerActionSelection selection) throws IOException Deprecated.- Specified by:
prepareImportin interfaceVCardImportExportActionService- Throws:
IOException
-
vCardImport
public String vCardImport(InputStream inputStream, EntityExplorerActionSelection selection, boolean onDetailForm) throws IOException, InterruptedException Deprecated.- Specified by:
vCardImportin interfaceVCardImportExportActionService- Throws:
IOExceptionInterruptedException
-