Class SLImpexImportCUDHandler
java.lang.Object
de.hybris.platform.impex.jalo.imp.DefaultImpExImportCUDHandler
de.hybris.platform.servicelayer.impex.impl.SLImpexImportCUDHandler
- All Implemented Interfaces:
ImpExImportCUDHandler
ServiceLayer aware implementation of
ImpExImportProcessorCUD interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Itemprotected voidDo remove operation on passed as parameter item.protected voidDo update operation on passed as parameter item.Methods inherited from class de.hybris.platform.impex.jalo.imp.DefaultImpExImportCUDHandler
create, delete, doUpdateReadOnlyAttributes, getSessionParameters, update
-
Constructor Details
-
SLImpexImportCUDHandler
-
-
Method Details
-
doRemove
Description copied from class:DefaultImpExImportCUDHandlerDo remove operation on passed as parameter item.- Overrides:
doRemovein classDefaultImpExImportCUDHandler- Parameters:
toRemove- Item to remove- Throws:
ConsistencyCheckException- the consistency check exception
-
doUpdate
protected void doUpdate(Item toUpdate, Map<String, Object> values, ValueLine valueLine) throws ImpExExceptionDescription copied from class:DefaultImpExImportCUDHandlerDo update operation on passed as parameter item.- Overrides:
doUpdatein classDefaultImpExImportCUDHandler- Parameters:
toUpdate- the to updatevalues- the valuesvalueLine- the value line- Throws:
ImpExException- the imp ex exception
-
doCreate
protected Item doCreate(ComposedType targetType, Map<String, Object> values, ValueLine valueLine) throws ImpExException- Overrides:
doCreatein classDefaultImpExImportCUDHandler- Throws:
ImpExException
-