Class DefaultInsertOneToManyRelationRecord
- java.lang.Object
-
- de.hybris.platform.directpersistence.record.impl.AbstractRelationRecord
-
- de.hybris.platform.directpersistence.record.impl.DefaultInsertManyToManyRelationRecord
-
- de.hybris.platform.directpersistence.record.impl.DefaultInsertOneToManyRelationRecord
-
- All Implemented Interfaces:
InsertManyToManyRelationRecord,InsertOneToManyRelationRecord,Record,RelationRecord
- Direct Known Subclasses:
DefaultRemoveOneToManyRelationsRecord
public class DefaultInsertOneToManyRelationRecord extends DefaultInsertManyToManyRelationRecord implements InsertOneToManyRelationRecord
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.directpersistence.record.impl.AbstractRelationRecord
srcToTgt
-
-
Constructor Summary
Constructors Constructor Description DefaultInsertOneToManyRelationRecord(PK sourcePk, PK targetPk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisForProcessing()Checks if record is for processing.voidmarkAsProcessed()Marks record as already processed.-
Methods inherited from class de.hybris.platform.directpersistence.record.impl.DefaultInsertManyToManyRelationRecord
equals, getSourcePk, getSourceToTargetPosition, getTargetPk, getTargetToSourcePosition, hashCode, setSourceToTargetPosition, setTargetToSourcePosition, toString
-
Methods inherited from class de.hybris.platform.directpersistence.record.impl.AbstractRelationRecord
isSrcToTgt
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
markAsProcessed
public void markAsProcessed()
Description copied from interface:InsertOneToManyRelationRecordMarks record as already processed.- Specified by:
markAsProcessedin interfaceInsertOneToManyRelationRecord
-
isForProcessing
public boolean isForProcessing()
Description copied from interface:InsertOneToManyRelationRecordChecks if record is for processing.- Specified by:
isForProcessingin interfaceInsertOneToManyRelationRecord
-
-