Interface SalesPricingConditionRecordServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<SalesPricingConditionRecordServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SalesPricingConditionRecordServiceBatch>
- All Known Implementing Classes:
DefaultSalesPricingConditionRecordServiceBatchChangeSet
public interface SalesPricingConditionRecordServiceBatchChangeSet
extends FluentHelperBatchChangeSet<SalesPricingConditionRecordServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<SalesPricingConditionRecordServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
SalesPricingConditionRecordService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSlsPrcgCndnRecdSuplmnt(SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Create a newSlsPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.createSlsPrcgCndnRecdValidity(SlsPrcgCndnRecdValidity slsPrcgCndnRecdValidity) Create a newSlsPrcgCndnRecdValidityentity and save it to the S/4HANA system.createSlsPrcgCndnRecordScale(SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Create a newSlsPrcgCndnRecordScaleentity and save it to the S/4HANA system.createSlsPrcgCndnSupplementText(SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Create a newSlsPrcgCndnSupplementTextentity and save it to the S/4HANA system.createSlsPrcgConditionRecord(SlsPrcgConditionRecord slsPrcgConditionRecord) Create a newSlsPrcgConditionRecordentity and save it to the S/4HANA system.createSlsPrcgConditionRecordText(SlsPrcgConditionRecordText slsPrcgConditionRecordText) Create a newSlsPrcgConditionRecordTextentity and save it to the S/4HANA system.deleteSlsPrcgCndnRecdSuplmnt(SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Deletes an existingSlsPrcgCndnRecdSuplmntentity in the S/4HANA system.deleteSlsPrcgCndnRecordScale(SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Deletes an existingSlsPrcgCndnRecordScaleentity in the S/4HANA system.deleteSlsPrcgCndnSupplementText(SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Deletes an existingSlsPrcgCndnSupplementTextentity in the S/4HANA system.deleteSlsPrcgConditionRecord(SlsPrcgConditionRecord slsPrcgConditionRecord) Deletes an existingSlsPrcgConditionRecordentity in the S/4HANA system.deleteSlsPrcgConditionRecordText(SlsPrcgConditionRecordText slsPrcgConditionRecordText) Deletes an existingSlsPrcgConditionRecordTextentity in the S/4HANA system.updateSlsPrcgCndnRecdSuplmnt(SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Update an existingSlsPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.updateSlsPrcgCndnRecdValidity(SlsPrcgCndnRecdValidity slsPrcgCndnRecdValidity) Update an existingSlsPrcgCndnRecdValidityentity and save it to the S/4HANA system.updateSlsPrcgCndnRecordScale(SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Update an existingSlsPrcgCndnRecordScaleentity and save it to the S/4HANA system.updateSlsPrcgCndnSupplementText(SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Update an existingSlsPrcgCndnSupplementTextentity and save it to the S/4HANA system.updateSlsPrcgConditionRecord(SlsPrcgConditionRecord slsPrcgConditionRecord) Update an existingSlsPrcgConditionRecordentity and save it to the S/4HANA system.updateSlsPrcgConditionRecordText(SlsPrcgConditionRecordText slsPrcgConditionRecordText) Update an existingSlsPrcgConditionRecordTextentity and save it to the S/4HANA system.Methods 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
-
createSlsPrcgCndnRecdSuplmnt
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet createSlsPrcgCndnRecdSuplmnt(@Nonnull SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Create a newSlsPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.- Parameters:
slsPrcgCndnRecdSuplmnt-SlsPrcgCndnRecdSuplmntentity 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.
-
updateSlsPrcgCndnRecdSuplmnt
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet updateSlsPrcgCndnRecdSuplmnt(@Nonnull SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Update an existingSlsPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.- Parameters:
slsPrcgCndnRecdSuplmnt-SlsPrcgCndnRecdSuplmntentity 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.
-
deleteSlsPrcgCndnRecdSuplmnt
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet deleteSlsPrcgCndnRecdSuplmnt(@Nonnull SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Deletes an existingSlsPrcgCndnRecdSuplmntentity in the S/4HANA system.- Parameters:
slsPrcgCndnRecdSuplmnt-SlsPrcgCndnRecdSuplmntentity 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.
-
createSlsPrcgCndnRecdValidity
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet createSlsPrcgCndnRecdValidity(@Nonnull SlsPrcgCndnRecdValidity slsPrcgCndnRecdValidity) Create a newSlsPrcgCndnRecdValidityentity and save it to the S/4HANA system.- Parameters:
slsPrcgCndnRecdValidity-SlsPrcgCndnRecdValidityentity 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.
-
updateSlsPrcgCndnRecdValidity
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet updateSlsPrcgCndnRecdValidity(@Nonnull SlsPrcgCndnRecdValidity slsPrcgCndnRecdValidity) Update an existingSlsPrcgCndnRecdValidityentity and save it to the S/4HANA system.- Parameters:
slsPrcgCndnRecdValidity-SlsPrcgCndnRecdValidityentity 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.
-
createSlsPrcgCndnRecordScale
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet createSlsPrcgCndnRecordScale(@Nonnull SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Create a newSlsPrcgCndnRecordScaleentity and save it to the S/4HANA system.- Parameters:
slsPrcgCndnRecordScale-SlsPrcgCndnRecordScaleentity 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.
-
updateSlsPrcgCndnRecordScale
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet updateSlsPrcgCndnRecordScale(@Nonnull SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Update an existingSlsPrcgCndnRecordScaleentity and save it to the S/4HANA system.- Parameters:
slsPrcgCndnRecordScale-SlsPrcgCndnRecordScaleentity 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.
-
deleteSlsPrcgCndnRecordScale
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet deleteSlsPrcgCndnRecordScale(@Nonnull SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Deletes an existingSlsPrcgCndnRecordScaleentity in the S/4HANA system.- Parameters:
slsPrcgCndnRecordScale-SlsPrcgCndnRecordScaleentity 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.
-
createSlsPrcgCndnSupplementText
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet createSlsPrcgCndnSupplementText(@Nonnull SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Create a newSlsPrcgCndnSupplementTextentity and save it to the S/4HANA system.- Parameters:
slsPrcgCndnSupplementText-SlsPrcgCndnSupplementTextentity 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.
-
updateSlsPrcgCndnSupplementText
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet updateSlsPrcgCndnSupplementText(@Nonnull SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Update an existingSlsPrcgCndnSupplementTextentity and save it to the S/4HANA system.- Parameters:
slsPrcgCndnSupplementText-SlsPrcgCndnSupplementTextentity 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.
-
deleteSlsPrcgCndnSupplementText
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet deleteSlsPrcgCndnSupplementText(@Nonnull SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Deletes an existingSlsPrcgCndnSupplementTextentity in the S/4HANA system.- Parameters:
slsPrcgCndnSupplementText-SlsPrcgCndnSupplementTextentity 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.
-
createSlsPrcgConditionRecord
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet createSlsPrcgConditionRecord(@Nonnull SlsPrcgConditionRecord slsPrcgConditionRecord) Create a newSlsPrcgConditionRecordentity and save it to the S/4HANA system.- Parameters:
slsPrcgConditionRecord-SlsPrcgConditionRecordentity 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.
-
updateSlsPrcgConditionRecord
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet updateSlsPrcgConditionRecord(@Nonnull SlsPrcgConditionRecord slsPrcgConditionRecord) Update an existingSlsPrcgConditionRecordentity and save it to the S/4HANA system.- Parameters:
slsPrcgConditionRecord-SlsPrcgConditionRecordentity 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.
-
deleteSlsPrcgConditionRecord
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet deleteSlsPrcgConditionRecord(@Nonnull SlsPrcgConditionRecord slsPrcgConditionRecord) Deletes an existingSlsPrcgConditionRecordentity in the S/4HANA system.- Parameters:
slsPrcgConditionRecord-SlsPrcgConditionRecordentity 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.
-
createSlsPrcgConditionRecordText
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet createSlsPrcgConditionRecordText(@Nonnull SlsPrcgConditionRecordText slsPrcgConditionRecordText) Create a newSlsPrcgConditionRecordTextentity and save it to the S/4HANA system.- Parameters:
slsPrcgConditionRecordText-SlsPrcgConditionRecordTextentity 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.
-
updateSlsPrcgConditionRecordText
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet updateSlsPrcgConditionRecordText(@Nonnull SlsPrcgConditionRecordText slsPrcgConditionRecordText) Update an existingSlsPrcgConditionRecordTextentity and save it to the S/4HANA system.- Parameters:
slsPrcgConditionRecordText-SlsPrcgConditionRecordTextentity 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.
-
deleteSlsPrcgConditionRecordText
@Nonnull SalesPricingConditionRecordServiceBatchChangeSet deleteSlsPrcgConditionRecordText(@Nonnull SlsPrcgConditionRecordText slsPrcgConditionRecordText) Deletes an existingSlsPrcgConditionRecordTextentity in the S/4HANA system.- Parameters:
slsPrcgConditionRecordText-SlsPrcgConditionRecordTextentity 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.
-