Class DefaultRelationRecordVisitor.RelationRecordsContainer
java.lang.Object
de.hybris.platform.directpersistence.record.visitor.DefaultRelationRecordVisitor.RelationRecordsContainer
- Enclosing class:
- DefaultRelationRecordVisitor
-
Constructor Summary
ConstructorsConstructorDescriptionRelationRecordsContainer(RelationMetaInfo metaInfo, PK languagePk, Collection<RemoveManyToManyRelationsRecord> removeRelationsRecords) RelationRecordsContainer(RelationMetaInfo metaInfo, Collection<RemoveManyToManyRelationsRecord> removeRelationsRecords) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOneToManyPksToRemove(PK sourcePk, Set<PK> oneToManyPksToRemove) voidvoidvoidvoidtoString()
-
Constructor Details
-
RelationRecordsContainer
public RelationRecordsContainer(RelationMetaInfo metaInfo, PK languagePk, Collection<RemoveManyToManyRelationsRecord> removeRelationsRecords) -
RelationRecordsContainer
public RelationRecordsContainer(RelationMetaInfo metaInfo, Collection<RemoveManyToManyRelationsRecord> removeRelationsRecords)
-
-
Method Details
-
addRecord
-
addRecord
-
addRecord
-
collectSourceAndTargetPks
-
getSourcePksAsLongs
-
getTargetPksAsLongs
-
getSourceToTargetRecords
-
getTargetToSourceRecords
-
getRemoveRelationsRecords
-
getOneToManyRelationRecords
-
getLanguagePk
-
getMetaInfo
-
toString
-
getOneToManyPksToRemove
-
addOneToManyPksToRemove
-