Modifier and Type | Method and Description |
---|---|
ChangeRecord |
ChangeRecord.ChangeRecordBuilder.build() |
protected ChangeRecord |
ChangeRecordCreateFluentHelper.getEntity() |
protected ChangeRecord |
ChangeRecordUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<ChangeRecord> |
ChangeRecordByKeyFluentHelper.getEntityClass() |
protected Class<ChangeRecord> |
ChangeRecordFluentHelper.getEntityClass() |
Class<ChangeRecord> |
ChangeRecord.getType() |
Constructor and Description |
---|
ChangeRecordCreateFluentHelper(String servicePath,
ChangeRecord entity)
Creates a fluent helper object that will create a
ChangeRecord entity on the
OData endpoint. |
ChangeRecordUpdateFluentHelper(String servicePath,
ChangeRecord entity)
Creates a fluent helper object that will update a
ChangeRecord entity on the
OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ChangeRecordServiceBatchChangeSet |
ChangeRecordServiceBatchChangeSet.createChangeRecord(ChangeRecord changeRecord)
Create a new
ChangeRecord
entity and save it to the S/4HANA system. |
ChangeRecordServiceBatchChangeSet |
DefaultChangeRecordServiceBatchChangeSet.createChangeRecord(ChangeRecord changeRecord)
Create a new
ChangeRecord
entity and save it to the S/4HANA system. |
ChangeRecordServiceBatchChangeSet |
ChangeRecordServiceBatchChangeSet.updateChangeRecord(ChangeRecord changeRecord)
Update an existing
ChangeRecord entity and save it to the S/4HANA system. |
ChangeRecordServiceBatchChangeSet |
DefaultChangeRecordServiceBatchChangeSet.updateChangeRecord(ChangeRecord changeRecord)
Update an existing
ChangeRecord entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ChangeRecord> |
ChangeRecordOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ChangeRecordLink<ObjectT> |
ChangeRecordLink.translateLinkType(EntityLink<ChangeRecordLink<ObjectT>,ChangeRecord,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ChangeRecordCreateFluentHelper |
ChangeRecordService.createChangeRecord(ChangeRecord changeRecord)
Create a new
ChangeRecord
entity and save it to the S/4HANA system. |
ChangeRecordCreateFluentHelper |
DefaultChangeRecordService.createChangeRecord(ChangeRecord changeRecord) |
ChangeRecordUpdateFluentHelper |
ChangeRecordService.updateChangeRecord(ChangeRecord changeRecord)
Update an existing
ChangeRecord entity and save it to the S/4HANA system. |
ChangeRecordUpdateFluentHelper |
DefaultChangeRecordService.updateChangeRecord(ChangeRecord changeRecord) |
Copyright © 2021 SAP SE. All rights reserved.