public class DefaultProcessOrderServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<ProcessOrderServiceBatch,ProcessOrderServiceBatchChangeSet> implements ProcessOrderServiceBatchChangeSet
ProcessOrderServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
ProcessOrderService
.Modifier and Type | Method and Description |
---|---|
ProcessOrderServiceBatchChangeSet |
createFunctionMessage(FunctionMessage functionMessage)
Create a new
FunctionMessage entity and save it to the S/4HANA system. |
ProcessOrderServiceBatchChangeSet |
createProcessOrder(ProcessOrder processOrder)
Create a new
ProcessOrder
entity and save it to the S/4HANA system. |
ProcessOrderServiceBatchChangeSet |
deleteFunctionMessage(FunctionMessage functionMessage)
Deletes an existing
FunctionMessage entity in the S/4HANA system. |
protected DefaultProcessOrderServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
ProcessOrderServiceBatchChangeSet |
updateFunctionMessage(FunctionMessage functionMessage)
Update an existing
FunctionMessage entity and save it to the S/4HANA system. |
ProcessOrderServiceBatchChangeSet |
updateProcessOrder(ProcessOrder processOrder)
Update an existing
ProcessOrder 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 DefaultProcessOrderServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<ProcessOrderServiceBatch,ProcessOrderServiceBatchChangeSet>
@Nonnull public ProcessOrderServiceBatchChangeSet createFunctionMessage(@Nonnull FunctionMessage functionMessage)
FunctionMessage
entity and save it to the S/4HANA system.createFunctionMessage
in interface ProcessOrderServiceBatchChangeSet
functionMessage
- FunctionMessage
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProcessOrderServiceBatchChangeSet updateFunctionMessage(@Nonnull FunctionMessage functionMessage)
FunctionMessage
entity and save it to the S/4HANA system.updateFunctionMessage
in interface ProcessOrderServiceBatchChangeSet
functionMessage
- FunctionMessage
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProcessOrderServiceBatchChangeSet deleteFunctionMessage(@Nonnull FunctionMessage functionMessage)
FunctionMessage
entity in the S/4HANA system.deleteFunctionMessage
in interface ProcessOrderServiceBatchChangeSet
functionMessage
- FunctionMessage
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProcessOrderServiceBatchChangeSet createProcessOrder(@Nonnull ProcessOrder processOrder)
ProcessOrder
entity and save it to the S/4HANA system.createProcessOrder
in interface ProcessOrderServiceBatchChangeSet
processOrder
- ProcessOrder
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProcessOrderServiceBatchChangeSet updateProcessOrder(@Nonnull ProcessOrder processOrder)
ProcessOrder
entity and save it to the S/4HANA system.updateProcessOrder
in interface ProcessOrderServiceBatchChangeSet
processOrder
- ProcessOrder
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.