public class DefaultPurchaseContractServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<PurchaseContractServiceBatch,PurchaseContractServiceBatchChangeSet> implements PurchaseContractServiceBatchChangeSet
PurchaseContractServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
PurchaseContractService
.Modifier and Type | Method and Description |
---|---|
PurchaseContractServiceBatchChangeSet |
createPurchaseContract(PurchaseContract purchaseContract)
Create a new
PurchaseContract entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
createPurchaseContractItem(PurchaseContractItem purchaseContractItem)
Create a new
PurchaseContractItem entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
createPurContrItemCondition(PurContrItemCondition purContrItemCondition)
Create a new
PurContrItemCondition entity and save it to the S/4HANA system. |
protected DefaultPurchaseContractServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
PurchaseContractServiceBatchChangeSet |
updatePurContrItemCondition(PurContrItemCondition purContrItemCondition)
Update an existing
PurContrItemCondition 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 DefaultPurchaseContractServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<PurchaseContractServiceBatch,PurchaseContractServiceBatchChangeSet>
@Nonnull public PurchaseContractServiceBatchChangeSet createPurchaseContract(@Nonnull PurchaseContract purchaseContract)
PurchaseContract
entity and save it to the S/4HANA system.createPurchaseContract
in interface PurchaseContractServiceBatchChangeSet
purchaseContract
- PurchaseContract
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PurchaseContractServiceBatchChangeSet createPurchaseContractItem(@Nonnull PurchaseContractItem purchaseContractItem)
PurchaseContractItem
entity and save it to the S/4HANA system.createPurchaseContractItem
in interface PurchaseContractServiceBatchChangeSet
purchaseContractItem
- PurchaseContractItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PurchaseContractServiceBatchChangeSet createPurContrItemCondition(@Nonnull PurContrItemCondition purContrItemCondition)
PurContrItemCondition
entity and save it to the S/4HANA system.createPurContrItemCondition
in interface PurchaseContractServiceBatchChangeSet
purContrItemCondition
- PurContrItemCondition
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PurchaseContractServiceBatchChangeSet updatePurContrItemCondition(@Nonnull PurContrItemCondition purContrItemCondition)
PurContrItemCondition
entity and save it to the S/4HANA system.updatePurContrItemCondition
in interface PurchaseContractServiceBatchChangeSet
purContrItemCondition
- PurContrItemCondition
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.