Class DefaultSapImpexImportService
java.lang.Object
com.sap.hybris.sapimpeximportadapter.services.impl.DefaultSapImpexImportService
- All Implemented Interfaces:
ImpexImportService
@Deprecated(since="1811",
forRemoval=true)
public class DefaultSapImpexImportService
extends Object
implements ImpexImportService
Deprecated, for removal: This API element is subject to removal in a future version.
Default implementation for
ImpexImportService-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncreateImpexMedia(InputStream impexStream) Deprecated, for removal: This API element is subject to removal in a future version.Creates theImpExMediaModelfrom theInputStreamde.hybris.platform.servicelayer.impex.ImportServiceDeprecated, for removal: This API element is subject to removal in a future version.de.hybris.platform.servicelayer.media.MediaServiceDeprecated, for removal: This API element is subject to removal in a future version.de.hybris.platform.servicelayer.model.ModelServiceDeprecated, for removal: This API element is subject to removal in a future version.de.hybris.platform.servicelayer.impex.ImportResultimportMedia(ImpExMediaModel impexMedia) Deprecated, for removal: This API element is subject to removal in a future version.Imports the impex media and returns theImportResultvoidsetImportService(de.hybris.platform.servicelayer.impex.ImportService importService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetMediaService(de.hybris.platform.servicelayer.media.MediaService mediaService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetModelService(de.hybris.platform.servicelayer.model.ModelService modelService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultSapImpexImportService
public DefaultSapImpexImportService()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createImpexMedia
Deprecated, for removal: This API element is subject to removal in a future version.Creates theImpExMediaModelfrom theInputStream- Specified by:
createImpexMediain interfaceImpexImportService- Parameters:
impexStream- - impex stream input- Returns:
ImpExMediaModel
-
importMedia
Deprecated, for removal: This API element is subject to removal in a future version.Imports the impex media and returns theImportResult- Specified by:
importMediain interfaceImpexImportService- Parameters:
impexMedia- - impex media input- Returns:
ImportResult
-
getMediaService
public de.hybris.platform.servicelayer.media.MediaService getMediaService()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the mediaService
-
setMediaService
public void setMediaService(de.hybris.platform.servicelayer.media.MediaService mediaService) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
mediaService- the mediaService to set
-
getModelService
public de.hybris.platform.servicelayer.model.ModelService getModelService()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the modelService
-
setModelService
public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
modelService- the modelService to set
-
getImportService
public de.hybris.platform.servicelayer.impex.ImportService getImportService()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the importService
-
setImportService
public void setImportService(de.hybris.platform.servicelayer.impex.ImportService importService) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
importService- the importService to set
-
IntegrationObjectModelfor data import