public class DefaultPurchasingSourceServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<PurchasingSourceServiceBatch,PurchasingSourceServiceBatchChangeSet> implements PurchasingSourceServiceBatchChangeSet
PurchasingSourceServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
PurchasingSourceService
.Modifier and Type | Method and Description |
---|---|
PurchasingSourceServiceBatchChangeSet |
createPurchasingSource(PurchasingSource purchasingSource)
Create a new
PurchasingSource entity and save it to the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
deletePurchasingSource(PurchasingSource purchasingSource)
Deletes an existing
PurchasingSource entity in the S/4HANA system. |
protected DefaultPurchasingSourceServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
PurchasingSourceServiceBatchChangeSet |
updatePurchasingSource(PurchasingSource purchasingSource)
Update an existing
PurchasingSource 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 DefaultPurchasingSourceServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<PurchasingSourceServiceBatch,PurchasingSourceServiceBatchChangeSet>
@Nonnull public PurchasingSourceServiceBatchChangeSet createPurchasingSource(@Nonnull PurchasingSource purchasingSource)
PurchasingSource
entity and save it to the S/4HANA system.createPurchasingSource
in interface PurchasingSourceServiceBatchChangeSet
purchasingSource
- PurchasingSource
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PurchasingSourceServiceBatchChangeSet updatePurchasingSource(@Nonnull PurchasingSource purchasingSource)
PurchasingSource
entity and save it to the S/4HANA system.updatePurchasingSource
in interface PurchasingSourceServiceBatchChangeSet
purchasingSource
- PurchasingSource
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PurchasingSourceServiceBatchChangeSet deletePurchasingSource(@Nonnull PurchasingSource purchasingSource)
PurchasingSource
entity in the S/4HANA system.deletePurchasingSource
in interface PurchasingSourceServiceBatchChangeSet
purchasingSource
- PurchasingSource
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.