Interface InsertOneToManyRelationRecord
- All Superinterfaces:
InsertManyToManyRelationRecord,Record,RelationRecord
- All Known Subinterfaces:
RemoveOneToManyRelationsRecord
- All Known Implementing Classes:
DefaultInsertOneToManyRelationRecord,DefaultRemoveOneToManyRelationsRecord
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if record is for processing.voidMarks record as already processed.Methods inherited from interface de.hybris.platform.directpersistence.record.InsertManyToManyRelationRecord
getSourcePk, getSourceToTargetPosition, getTargetPk, getTargetToSourcePosition, setSourceToTargetPosition, setTargetToSourcePositionMethods inherited from interface de.hybris.platform.directpersistence.record.RelationRecord
isSrcToTgt
-
Method Details
-
markAsProcessed
void markAsProcessed()Marks record as already processed. -
isForProcessing
boolean isForProcessing()Checks if record is for processing.
-