public class DefaultPaymentAdviceServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<PaymentAdviceServiceBatch,PaymentAdviceServiceBatchChangeSet> implements PaymentAdviceServiceBatchChangeSet
PaymentAdviceServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
PaymentAdviceService
.Modifier and Type | Method and Description |
---|---|
PaymentAdviceServiceBatchChangeSet |
createPaymentAdvice(PaymentAdvice paymentAdvice)
Create a new
PaymentAdvice entity and save it to the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
createPaymentAdviceItem(PaymentAdviceItem paymentAdviceItem)
Create a new
PaymentAdviceItem entity and save it to the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
deletePaymentAdvice(PaymentAdvice paymentAdvice)
Deletes an existing
PaymentAdvice entity in the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
deletePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem)
Deletes an existing
PaymentAdviceItem entity in the S/4HANA system. |
protected DefaultPaymentAdviceServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
PaymentAdviceServiceBatchChangeSet |
updatePaymentAdvice(PaymentAdvice paymentAdvice)
Update an existing
PaymentAdvice entity and save it to the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
updatePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem)
Update an existing
PaymentAdviceItem 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 DefaultPaymentAdviceServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<PaymentAdviceServiceBatch,PaymentAdviceServiceBatchChangeSet>
@Nonnull public PaymentAdviceServiceBatchChangeSet createPaymentAdvice(@Nonnull PaymentAdvice paymentAdvice)
PaymentAdvice
entity and save it to the S/4HANA system.createPaymentAdvice
in interface PaymentAdviceServiceBatchChangeSet
paymentAdvice
- PaymentAdvice
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PaymentAdviceServiceBatchChangeSet updatePaymentAdvice(@Nonnull PaymentAdvice paymentAdvice)
PaymentAdvice
entity and save it to the S/4HANA system.updatePaymentAdvice
in interface PaymentAdviceServiceBatchChangeSet
paymentAdvice
- PaymentAdvice
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PaymentAdviceServiceBatchChangeSet deletePaymentAdvice(@Nonnull PaymentAdvice paymentAdvice)
PaymentAdvice
entity in the S/4HANA system.deletePaymentAdvice
in interface PaymentAdviceServiceBatchChangeSet
paymentAdvice
- PaymentAdvice
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PaymentAdviceServiceBatchChangeSet createPaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem)
PaymentAdviceItem
entity and save it to the S/4HANA system.createPaymentAdviceItem
in interface PaymentAdviceServiceBatchChangeSet
paymentAdviceItem
- PaymentAdviceItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PaymentAdviceServiceBatchChangeSet updatePaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem)
PaymentAdviceItem
entity and save it to the S/4HANA system.updatePaymentAdviceItem
in interface PaymentAdviceServiceBatchChangeSet
paymentAdviceItem
- PaymentAdviceItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PaymentAdviceServiceBatchChangeSet deletePaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem)
PaymentAdviceItem
entity in the S/4HANA system.deletePaymentAdviceItem
in interface PaymentAdviceServiceBatchChangeSet
paymentAdviceItem
- PaymentAdviceItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.