public class DefaultBufferSizingServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<BufferSizingServiceBatch,BufferSizingServiceBatchChangeSet> implements BufferSizingServiceBatchChangeSet
BufferSizingServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
BufferSizingService
.Modifier and Type | Method and Description |
---|---|
BufferSizingServiceBatchChangeSet |
createProposalHeader(ProposalHeader proposalHeader)
Create a new
ProposalHeader entity and save it to the S/4HANA system. |
protected DefaultBufferSizingServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
BufferSizingServiceBatchChangeSet |
updateDemandAdjustmentFactors(DemandAdjustmentFactors demandAdjustmentFactors)
Update an existing
DemandAdjustmentFactors entity and save it to the S/4HANA system. |
BufferSizingServiceBatchChangeSet |
updateDemandAdjustments(DemandAdjustments demandAdjustments)
Update an existing
DemandAdjustments entity and save it to the S/4HANA system. |
BufferSizingServiceBatchChangeSet |
updateZoneAdjustments(ZoneAdjustments zoneAdjustments)
Update an existing
ZoneAdjustments entity and save it to the S/4HANA system. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultBufferSizingServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<BufferSizingServiceBatch,BufferSizingServiceBatchChangeSet>
@Nonnull public BufferSizingServiceBatchChangeSet updateDemandAdjustments(@Nonnull DemandAdjustments demandAdjustments)
DemandAdjustments
entity and save it to the S/4HANA system.updateDemandAdjustments
in interface BufferSizingServiceBatchChangeSet
demandAdjustments
- DemandAdjustments
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public BufferSizingServiceBatchChangeSet updateDemandAdjustmentFactors(@Nonnull DemandAdjustmentFactors demandAdjustmentFactors)
DemandAdjustmentFactors
entity and save it to the S/4HANA system.updateDemandAdjustmentFactors
in interface BufferSizingServiceBatchChangeSet
demandAdjustmentFactors
- DemandAdjustmentFactors
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public BufferSizingServiceBatchChangeSet updateZoneAdjustments(@Nonnull ZoneAdjustments zoneAdjustments)
ZoneAdjustments
entity and save it to the S/4HANA system.updateZoneAdjustments
in interface BufferSizingServiceBatchChangeSet
zoneAdjustments
- ZoneAdjustments
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public BufferSizingServiceBatchChangeSet createProposalHeader(@Nonnull ProposalHeader proposalHeader)
ProposalHeader
entity and save it to the S/4HANA system.createProposalHeader
in interface BufferSizingServiceBatchChangeSet
proposalHeader
- ProposalHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.