public interface MutableChangeSet extends ChangeSet
| Modifier and Type | Method and Description |
|---|---|
void |
add(EntityRecord... entityRecords)
Adds new entity records to change set.
|
void |
addAllEntityRecords(java.util.Collection<? extends EntityRecord> entityRecords)
Adds new entity records to change set.
|
void |
finish() |
RelationChanges |
getRelationChangesForRelation(java.lang.String relationName)
Gets relation changes for single relation type identified by name.
|
void |
groupOrderInformation()
Group together information about order (position) where possible.
|
void |
putRelationChanges(java.lang.String relationName,
RelationChanges changes)
Adds new relation changes for the given relation type.
|
void |
setJaloWayRecommended(boolean jaloWayRecommended)
Sets the jaloWayRecommended flag.
|
void |
sortAll()
Sorts collection of entity records and relation records by PK.
|
void |
sortEntityRecords()
Sorts collection of entity records by PK.
|
allowEmptyUpdate, getEntityRecords, getRelationChanges, isJaloWayRecommended, withAddedvoid add(EntityRecord... entityRecords)
void addAllEntityRecords(java.util.Collection<? extends EntityRecord> entityRecords)
void putRelationChanges(java.lang.String relationName,
RelationChanges changes)
relationName - Name of relationchanges - Relation changesRelationChanges getRelationChangesForRelation(java.lang.String relationName)
relationName - Name of relationsvoid sortEntityRecords()
void sortAll()
void groupOrderInformation()
void setJaloWayRecommended(boolean jaloWayRecommended)
jaloWayRecommended - jaloWayRecommended flagvoid finish()
Copyright © 2018 SAP SE. All Rights Reserved.