Class DefaultSalesOrderWithoutChargeServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<SalesOrderWithoutChargeServiceBatch,SalesOrderWithoutChargeServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge.batch.DefaultSalesOrderWithoutChargeServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<SalesOrderWithoutChargeServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SalesOrderWithoutChargeServiceBatch>,SalesOrderWithoutChargeServiceBatchChangeSet
public class DefaultSalesOrderWithoutChargeServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<SalesOrderWithoutChargeServiceBatch,SalesOrderWithoutChargeServiceBatchChangeSet>
implements SalesOrderWithoutChargeServiceBatchChangeSet
Implementation of the
SalesOrderWithoutChargeServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
SalesOrderWithoutChargeService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSalesOrderWithoutCharge(SalesOrderWithoutCharge salesOrderWithoutCharge) Create a newSalesOrderWithoutChargeentity and save it to the S/4HANA system.createSalesOrderWithoutChargeItem(SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Create a newSalesOrderWithoutChargeItementity and save it to the S/4HANA system.deleteSalesOrderWithoutCharge(SalesOrderWithoutCharge salesOrderWithoutCharge) Deletes an existingSalesOrderWithoutChargeentity in the S/4HANA system.deleteSalesOrderWithoutChargeItem(SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Deletes an existingSalesOrderWithoutChargeItementity in the S/4HANA system.deleteSlsOrdWthoutChrgItmPartner(SlsOrdWthoutChrgItmPartner slsOrdWthoutChrgItmPartner) Deletes an existingSlsOrdWthoutChrgItmPartnerentity in the S/4HANA system.deleteSlsOrdWthoutChrgItmText(SlsOrdWthoutChrgItmText slsOrdWthoutChrgItmText) Deletes an existingSlsOrdWthoutChrgItmTextentity in the S/4HANA system.deleteSlsOrdWthoutChrgPartner(SlsOrdWthoutChrgPartner slsOrdWthoutChrgPartner) Deletes an existingSlsOrdWthoutChrgPartnerentity in the S/4HANA system.deleteSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) Deletes an existingSlsOrdWthoutChrgTextentity in the S/4HANA system.getThis()updateSalesOrderWithoutCharge(SalesOrderWithoutCharge salesOrderWithoutCharge) Update an existingSalesOrderWithoutChargeentity and save it to the S/4HANA system.updateSalesOrderWithoutChargeItem(SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Update an existingSalesOrderWithoutChargeItementity and save it to the S/4HANA system.updateSlsOrdWthoutChrgItmPartner(SlsOrdWthoutChrgItmPartner slsOrdWthoutChrgItmPartner) Update an existingSlsOrdWthoutChrgItmPartnerentity and save it to the S/4HANA system.updateSlsOrdWthoutChrgItmText(SlsOrdWthoutChrgItmText slsOrdWthoutChrgItmText) Update an existingSlsOrdWthoutChrgItmTextentity and save it to the S/4HANA system.updateSlsOrdWthoutChrgPartner(SlsOrdWthoutChrgPartner slsOrdWthoutChrgPartner) Update an existingSlsOrdWthoutChrgPartnerentity and save it to the S/4HANA system.updateSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) Update an existingSlsOrdWthoutChrgTextentity 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
-
createSalesOrderWithoutCharge
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet createSalesOrderWithoutCharge(@Nonnull SalesOrderWithoutCharge salesOrderWithoutCharge) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetCreate a newSalesOrderWithoutChargeentity and save it to the S/4HANA system.- Specified by:
createSalesOrderWithoutChargein interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
salesOrderWithoutCharge-SalesOrderWithoutChargeentity 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.
-
updateSalesOrderWithoutCharge
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet updateSalesOrderWithoutCharge(@Nonnull SalesOrderWithoutCharge salesOrderWithoutCharge) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetUpdate an existingSalesOrderWithoutChargeentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderWithoutChargein interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
salesOrderWithoutCharge-SalesOrderWithoutChargeentity 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.
-
deleteSalesOrderWithoutCharge
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet deleteSalesOrderWithoutCharge(@Nonnull SalesOrderWithoutCharge salesOrderWithoutCharge) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetDeletes an existingSalesOrderWithoutChargeentity in the S/4HANA system.- Specified by:
deleteSalesOrderWithoutChargein interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
salesOrderWithoutCharge-SalesOrderWithoutChargeentity 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.
-
createSalesOrderWithoutChargeItem
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet createSalesOrderWithoutChargeItem(@Nonnull SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetCreate a newSalesOrderWithoutChargeItementity and save it to the S/4HANA system.- Specified by:
createSalesOrderWithoutChargeItemin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
salesOrderWithoutChargeItem-SalesOrderWithoutChargeItementity 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.
-
updateSalesOrderWithoutChargeItem
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet updateSalesOrderWithoutChargeItem(@Nonnull SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetUpdate an existingSalesOrderWithoutChargeItementity and save it to the S/4HANA system.- Specified by:
updateSalesOrderWithoutChargeItemin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
salesOrderWithoutChargeItem-SalesOrderWithoutChargeItementity 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.
-
deleteSalesOrderWithoutChargeItem
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet deleteSalesOrderWithoutChargeItem(@Nonnull SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetDeletes an existingSalesOrderWithoutChargeItementity in the S/4HANA system.- Specified by:
deleteSalesOrderWithoutChargeItemin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
salesOrderWithoutChargeItem-SalesOrderWithoutChargeItementity 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.
-
updateSlsOrdWthoutChrgItmPartner
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet updateSlsOrdWthoutChrgItmPartner(@Nonnull SlsOrdWthoutChrgItmPartner slsOrdWthoutChrgItmPartner) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetUpdate an existingSlsOrdWthoutChrgItmPartnerentity and save it to the S/4HANA system.- Specified by:
updateSlsOrdWthoutChrgItmPartnerin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
slsOrdWthoutChrgItmPartner-SlsOrdWthoutChrgItmPartnerentity 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.
-
deleteSlsOrdWthoutChrgItmPartner
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet deleteSlsOrdWthoutChrgItmPartner(@Nonnull SlsOrdWthoutChrgItmPartner slsOrdWthoutChrgItmPartner) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetDeletes an existingSlsOrdWthoutChrgItmPartnerentity in the S/4HANA system.- Specified by:
deleteSlsOrdWthoutChrgItmPartnerin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
slsOrdWthoutChrgItmPartner-SlsOrdWthoutChrgItmPartnerentity 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.
-
updateSlsOrdWthoutChrgItmText
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet updateSlsOrdWthoutChrgItmText(@Nonnull SlsOrdWthoutChrgItmText slsOrdWthoutChrgItmText) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetUpdate an existingSlsOrdWthoutChrgItmTextentity and save it to the S/4HANA system.- Specified by:
updateSlsOrdWthoutChrgItmTextin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
slsOrdWthoutChrgItmText-SlsOrdWthoutChrgItmTextentity 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.
-
deleteSlsOrdWthoutChrgItmText
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet deleteSlsOrdWthoutChrgItmText(@Nonnull SlsOrdWthoutChrgItmText slsOrdWthoutChrgItmText) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetDeletes an existingSlsOrdWthoutChrgItmTextentity in the S/4HANA system.- Specified by:
deleteSlsOrdWthoutChrgItmTextin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
slsOrdWthoutChrgItmText-SlsOrdWthoutChrgItmTextentity 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.
-
updateSlsOrdWthoutChrgPartner
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet updateSlsOrdWthoutChrgPartner(@Nonnull SlsOrdWthoutChrgPartner slsOrdWthoutChrgPartner) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetUpdate an existingSlsOrdWthoutChrgPartnerentity and save it to the S/4HANA system.- Specified by:
updateSlsOrdWthoutChrgPartnerin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
slsOrdWthoutChrgPartner-SlsOrdWthoutChrgPartnerentity 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.
-
deleteSlsOrdWthoutChrgPartner
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet deleteSlsOrdWthoutChrgPartner(@Nonnull SlsOrdWthoutChrgPartner slsOrdWthoutChrgPartner) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetDeletes an existingSlsOrdWthoutChrgPartnerentity in the S/4HANA system.- Specified by:
deleteSlsOrdWthoutChrgPartnerin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
slsOrdWthoutChrgPartner-SlsOrdWthoutChrgPartnerentity 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.
-
updateSlsOrdWthoutChrgText
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet updateSlsOrdWthoutChrgText(@Nonnull SlsOrdWthoutChrgText slsOrdWthoutChrgText) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetUpdate an existingSlsOrdWthoutChrgTextentity and save it to the S/4HANA system.- Specified by:
updateSlsOrdWthoutChrgTextin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
slsOrdWthoutChrgText-SlsOrdWthoutChrgTextentity 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.
-
deleteSlsOrdWthoutChrgText
@Nonnull public SalesOrderWithoutChargeServiceBatchChangeSet deleteSlsOrdWthoutChrgText(@Nonnull SlsOrdWthoutChrgText slsOrdWthoutChrgText) Description copied from interface:SalesOrderWithoutChargeServiceBatchChangeSetDeletes an existingSlsOrdWthoutChrgTextentity in the S/4HANA system.- Specified by:
deleteSlsOrdWthoutChrgTextin interfaceSalesOrderWithoutChargeServiceBatchChangeSet- Parameters:
slsOrdWthoutChrgText-SlsOrdWthoutChrgTextentity 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.
-