public class DefaultSupplierQuotationServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<SupplierQuotationServiceBatch,SupplierQuotationServiceBatchChangeSet> implements SupplierQuotationServiceBatchChangeSet
SupplierQuotationServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
SupplierQuotationService
.Modifier and Type | Method and Description |
---|---|
SupplierQuotationServiceBatchChangeSet |
createSupplierQuotation(SupplierQuotation supplierQuotation)
Create a new
SupplierQuotation entity and save it to the S/4HANA system. |
SupplierQuotationServiceBatchChangeSet |
deleteSupplierQuotation(SupplierQuotation supplierQuotation)
Deletes an existing
SupplierQuotation entity in the S/4HANA system. |
protected DefaultSupplierQuotationServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
SupplierQuotationServiceBatchChangeSet |
updateSupplierQuotation(SupplierQuotation supplierQuotation)
Update an existing
SupplierQuotation entity and save it to the S/4HANA system. |
SupplierQuotationServiceBatchChangeSet |
updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem)
Update an existing
SupplierQuotationItem 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 DefaultSupplierQuotationServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<SupplierQuotationServiceBatch,SupplierQuotationServiceBatchChangeSet>
@Nonnull public SupplierQuotationServiceBatchChangeSet createSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation)
SupplierQuotation
entity and save it to the S/4HANA system.createSupplierQuotation
in interface SupplierQuotationServiceBatchChangeSet
supplierQuotation
- SupplierQuotation
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SupplierQuotationServiceBatchChangeSet updateSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation)
SupplierQuotation
entity and save it to the S/4HANA system.updateSupplierQuotation
in interface SupplierQuotationServiceBatchChangeSet
supplierQuotation
- SupplierQuotation
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SupplierQuotationServiceBatchChangeSet deleteSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation)
SupplierQuotation
entity in the S/4HANA system.deleteSupplierQuotation
in interface SupplierQuotationServiceBatchChangeSet
supplierQuotation
- SupplierQuotation
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SupplierQuotationServiceBatchChangeSet updateSupplierQuotationItem(@Nonnull SupplierQuotationItem supplierQuotationItem)
SupplierQuotationItem
entity and save it to the S/4HANA system.updateSupplierQuotationItem
in interface SupplierQuotationServiceBatchChangeSet
supplierQuotationItem
- SupplierQuotationItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.