public interface DefaultRelationChanges extends RelationChanges
RelationChanges.RelationChangesVisitor<V>| Modifier and Type | Method and Description |
|---|---|
void |
add(InsertManyToManyRelationRecord... records)
Allows to add new many to many relation records to be inserted
|
void |
add(InsertOneToManyRelationRecord... records)
Allows to add new one to many relation records to be inserted
|
void |
add(RemoveManyToManyRelationsRecord... records)
Allows to add new many to many relation records to be removed
|
void |
add(RemoveOneToManyRelationsRecord... records)
Allows to add new one to many relation records to be cleared
|
java.util.Collection<InsertManyToManyRelationRecord> |
getInsertManyToManyRelationRecords()
returns the many to many relation records too be inserted
|
java.util.Collection<InsertOneToManyRelationRecord> |
getOneToManyRelationRecords()
returns the one to many relation records to be inserted
|
java.util.Collection<RemoveManyToManyRelationsRecord> |
getRemoveManyToManyRelationsRecords()
returns the many to many relation records too be removed
|
java.util.Collection<RemoveOneToManyRelationsRecord> |
getRemoveOneToManyRelationsRecords() |
accept, getRelationMetaInfo, groupOrderInformationjava.util.Collection<InsertManyToManyRelationRecord> getInsertManyToManyRelationRecords()
java.util.Collection<RemoveManyToManyRelationsRecord> getRemoveManyToManyRelationsRecords()
java.util.Collection<InsertOneToManyRelationRecord> getOneToManyRelationRecords()
java.util.Collection<RemoveOneToManyRelationsRecord> getRemoveOneToManyRelationsRecords()
void add(InsertManyToManyRelationRecord... records)
records - new many to many relation records to be insertedvoid add(RemoveManyToManyRelationsRecord... records)
records - new many to many relation records to be removedvoid add(RemoveOneToManyRelationsRecord... records)
records - void add(InsertOneToManyRelationRecord... records)
records - new many to many relation records to be insertedCopyright © 2018 SAP SE. All Rights Reserved.