Class DefaultRelationRecordVisitor.RelationRecordsContainer
- java.lang.Object
-
- de.hybris.platform.directpersistence.record.visitor.DefaultRelationRecordVisitor.RelationRecordsContainer
-
- Enclosing class:
- DefaultRelationRecordVisitor
public class DefaultRelationRecordVisitor.RelationRecordsContainer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelationRecordsContainer(RelationMetaInfo metaInfo, PK languagePk, java.util.Collection<RemoveManyToManyRelationsRecord> removeRelationsRecords)RelationRecordsContainer(RelationMetaInfo metaInfo, java.util.Collection<RemoveManyToManyRelationsRecord> removeRelationsRecords)
-
Method Summary
-
-
-
Constructor Detail
-
RelationRecordsContainer
public RelationRecordsContainer(RelationMetaInfo metaInfo, PK languagePk, java.util.Collection<RemoveManyToManyRelationsRecord> removeRelationsRecords)
-
RelationRecordsContainer
public RelationRecordsContainer(RelationMetaInfo metaInfo, java.util.Collection<RemoveManyToManyRelationsRecord> removeRelationsRecords)
-
-
Method Detail
-
addRecord
public void addRecord(RemoveOneToManyRelationsRecord record)
-
addRecord
public void addRecord(InsertOneToManyRelationRecord record)
-
addRecord
public void addRecord(InsertManyToManyRelationRecord record)
-
collectSourceAndTargetPks
public void collectSourceAndTargetPks(InsertManyToManyRelationRecord record)
-
getSourcePksAsLongs
public java.util.Set<java.lang.Long> getSourcePksAsLongs()
-
getTargetPksAsLongs
public java.util.Set<java.lang.Long> getTargetPksAsLongs()
-
getSourceToTargetRecords
public java.util.Map<PK,java.util.List<InsertManyToManyRelationRecord>> getSourceToTargetRecords()
-
getTargetToSourceRecords
public java.util.Map<PK,java.util.List<InsertManyToManyRelationRecord>> getTargetToSourceRecords()
-
getRemoveRelationsRecords
public java.util.Collection<RemoveManyToManyRelationsRecord> getRemoveRelationsRecords()
-
getOneToManyRelationRecords
public java.util.Map<PK,java.util.List<InsertOneToManyRelationRecord>> getOneToManyRelationRecords()
-
getLanguagePk
public PK getLanguagePk()
-
getMetaInfo
public RelationMetaInfo getMetaInfo()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-