Class DefaultPlannedOrderServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<PlannedOrderServiceBatch,PlannedOrderServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder.batch.DefaultPlannedOrderServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<PlannedOrderServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PlannedOrderServiceBatch>,PlannedOrderServiceBatchChangeSet
public class DefaultPlannedOrderServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<PlannedOrderServiceBatch,PlannedOrderServiceBatchChangeSet>
implements PlannedOrderServiceBatchChangeSet
Implementation of the
PlannedOrderServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
PlannedOrderService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePlannedOrder(PlannedOrder plannedOrder) Create a newPlannedOrderentity and save it to the S/4HANA system.createPlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Create a newPlannedOrderComponententity and save it to the S/4HANA system.deletePlannedOrder(PlannedOrder plannedOrder) Deletes an existingPlannedOrderentity in the S/4HANA system.deletePlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Deletes an existingPlannedOrderComponententity in the S/4HANA system.protected DefaultPlannedOrderServiceBatchChangeSetgetThis()updatePlannedOrder(PlannedOrder plannedOrder) Update an existingPlannedOrderentity and save it to the S/4HANA system.updatePlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Update an existingPlannedOrderComponententity and save it to the S/4HANA system.Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
addFunctionImport, addRequest, addRequest, addRequest, addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
getThis
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<PlannedOrderServiceBatch,PlannedOrderServiceBatchChangeSet>
-
createPlannedOrder
@Nonnull public PlannedOrderServiceBatchChangeSet createPlannedOrder(@Nonnull PlannedOrder plannedOrder) Description copied from interface:PlannedOrderServiceBatchChangeSetCreate a newPlannedOrderentity and save it to the S/4HANA system.- Specified by:
createPlannedOrderin interfacePlannedOrderServiceBatchChangeSet- Parameters:
plannedOrder-PlannedOrderentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updatePlannedOrder
@Nonnull public PlannedOrderServiceBatchChangeSet updatePlannedOrder(@Nonnull PlannedOrder plannedOrder) Description copied from interface:PlannedOrderServiceBatchChangeSetUpdate an existingPlannedOrderentity and save it to the S/4HANA system.- Specified by:
updatePlannedOrderin interfacePlannedOrderServiceBatchChangeSet- Parameters:
plannedOrder-PlannedOrderentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deletePlannedOrder
@Nonnull public PlannedOrderServiceBatchChangeSet deletePlannedOrder(@Nonnull PlannedOrder plannedOrder) Description copied from interface:PlannedOrderServiceBatchChangeSetDeletes an existingPlannedOrderentity in the S/4HANA system.- Specified by:
deletePlannedOrderin interfacePlannedOrderServiceBatchChangeSet- Parameters:
plannedOrder-PlannedOrderentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createPlannedOrderComponent
@Nonnull public PlannedOrderServiceBatchChangeSet createPlannedOrderComponent(@Nonnull PlannedOrderComponent plannedOrderComponent) Description copied from interface:PlannedOrderServiceBatchChangeSetCreate a newPlannedOrderComponententity and save it to the S/4HANA system.- Specified by:
createPlannedOrderComponentin interfacePlannedOrderServiceBatchChangeSet- Parameters:
plannedOrderComponent-PlannedOrderComponententity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updatePlannedOrderComponent
@Nonnull public PlannedOrderServiceBatchChangeSet updatePlannedOrderComponent(@Nonnull PlannedOrderComponent plannedOrderComponent) Description copied from interface:PlannedOrderServiceBatchChangeSetUpdate an existingPlannedOrderComponententity and save it to the S/4HANA system.- Specified by:
updatePlannedOrderComponentin interfacePlannedOrderServiceBatchChangeSet- Parameters:
plannedOrderComponent-PlannedOrderComponententity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deletePlannedOrderComponent
@Nonnull public PlannedOrderServiceBatchChangeSet deletePlannedOrderComponent(@Nonnull PlannedOrderComponent plannedOrderComponent) Description copied from interface:PlannedOrderServiceBatchChangeSetDeletes an existingPlannedOrderComponententity in the S/4HANA system.- Specified by:
deletePlannedOrderComponentin interfacePlannedOrderServiceBatchChangeSet- Parameters:
plannedOrderComponent-PlannedOrderComponententity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-