Interface InsertOneToManyRelationRecord
-
- All Superinterfaces:
InsertManyToManyRelationRecord,Record,RelationRecord
- All Known Subinterfaces:
RemoveOneToManyRelationsRecord
- All Known Implementing Classes:
DefaultInsertOneToManyRelationRecord,DefaultRemoveOneToManyRelationsRecord
public interface InsertOneToManyRelationRecord extends InsertManyToManyRelationRecord
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisForProcessing()Checks if record is for processing.voidmarkAsProcessed()Marks record as already processed.-
Methods inherited from interface de.hybris.platform.directpersistence.record.InsertManyToManyRelationRecord
getSourcePk, getSourceToTargetPosition, getTargetPk, getTargetToSourcePosition, setSourceToTargetPosition, setTargetToSourcePosition
-
Methods inherited from interface de.hybris.platform.directpersistence.record.RelationRecord
isSrcToTgt
-
-