public class DefaultWarehouseTaskServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<WarehouseTaskServiceBatch,WarehouseTaskServiceBatchChangeSet> implements WarehouseTaskServiceBatchChangeSet
WarehouseTaskServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
WarehouseTaskService
.Modifier and Type | Method and Description |
---|---|
WarehouseTaskServiceBatchChangeSet |
createWarehouseOrder(WarehouseOrder warehouseOrder)
Create a new
WarehouseOrder entity and save it to the S/4HANA system. |
WarehouseTaskServiceBatchChangeSet |
createWarehouseTask(WarehouseTask warehouseTask)
Create a new
WarehouseTask entity and save it to the S/4HANA system. |
protected DefaultWarehouseTaskServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultWarehouseTaskServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<WarehouseTaskServiceBatch,WarehouseTaskServiceBatchChangeSet>
@Nonnull public WarehouseTaskServiceBatchChangeSet createWarehouseOrder(@Nonnull WarehouseOrder warehouseOrder)
WarehouseOrder
entity and save it to the S/4HANA system.createWarehouseOrder
in interface WarehouseTaskServiceBatchChangeSet
warehouseOrder
- WarehouseOrder
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public WarehouseTaskServiceBatchChangeSet createWarehouseTask(@Nonnull WarehouseTask warehouseTask)
WarehouseTask
entity and save it to the S/4HANA system.createWarehouseTask
in interface WarehouseTaskServiceBatchChangeSet
warehouseTask
- WarehouseTask
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.