Class SLImpexImportCUDHandler
- java.lang.Object
-
- de.hybris.platform.impex.jalo.imp.DefaultImpExImportCUDHandler
-
- de.hybris.platform.servicelayer.impex.impl.SLImpexImportCUDHandler
-
- All Implemented Interfaces:
ImpExImportCUDHandler
public class SLImpexImportCUDHandler extends DefaultImpExImportCUDHandler
ServiceLayer aware implementation ofImpExImportProcessorCUDinterface.
-
-
Constructor Summary
Constructors Constructor Description SLImpexImportCUDHandler(ImpExImportReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ItemdoCreate(ComposedType targetType, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)protected voiddoRemove(Item toRemove)Do remove operation on passed as parameter item.protected voiddoUpdate(Item toUpdate, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)Do update operation on passed as parameter item.-
Methods inherited from class de.hybris.platform.impex.jalo.imp.DefaultImpExImportCUDHandler
create, delete, doUpdateReadOnlyAttributes, getSessionParameters, update
-
-
-
-
Constructor Detail
-
SLImpexImportCUDHandler
public SLImpexImportCUDHandler(ImpExImportReader reader)
-
-
Method Detail
-
doRemove
protected void doRemove(Item toRemove) throws ConsistencyCheckException
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, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine) throws ImpExException
Description 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, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine) throws ImpExException
- Overrides:
doCreatein classDefaultImpExImportCUDHandler- Throws:
ImpExException
-
-