Interface FunctionalLocationServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<FunctionalLocationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<FunctionalLocationServiceBatch>
- All Known Implementing Classes:
DefaultFunctionalLocationServiceBatchChangeSet
public interface FunctionalLocationServiceBatchChangeSet
extends FluentHelperBatchChangeSet<FunctionalLocationServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<FunctionalLocationServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
FunctionalLocationService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCharacteristic(Characteristic characteristic) Create a newCharacteristicentity and save it to the S/4HANA system.createFunctionalLocation(FunctionalLocation functionalLocation) Create a newFunctionalLocationentity and save it to the S/4HANA system.createFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Create a newFunctionalLocationClassentity and save it to the S/4HANA system.createFunctionalLocationLongText(FunctionalLocationLongText functionalLocationLongText) Create a newFunctionalLocationLongTextentity and save it to the S/4HANA system.createFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Create a newFunctionalLocationPartnerentity and save it to the S/4HANA system.createFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Create a newFunctionalLocationWarrantyentity and save it to the S/4HANA system.createValue(Value value) Create a newValueentity and save it to the S/4HANA system.deleteFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deletes an existingFunctionalLocationClassentity in the S/4HANA system.updateFunctionalLocation(FunctionalLocation functionalLocation) Update an existingFunctionalLocationentity and save it to the S/4HANA system.updateFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Update an existingFunctionalLocationClassentity and save it to the S/4HANA system.updateFunctionalLocationLongText(FunctionalLocationLongText functionalLocationLongText) Update an existingFunctionalLocationLongTextentity and save it to the S/4HANA system.updateFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Update an existingFunctionalLocationPartnerentity and save it to the S/4HANA system.updateFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Update an existingFunctionalLocationWarrantyentity and save it to the S/4HANA system.updateValue(Value value) Update an existingValueentity 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
-
createValue
Create a newValueentity and save it to the S/4HANA system.- Parameters:
value-Valueentity 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.
-
updateValue
Update an existingValueentity and save it to the S/4HANA system.- Parameters:
value-Valueentity 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.
-
createFunctionalLocationClass
@Nonnull FunctionalLocationServiceBatchChangeSet createFunctionalLocationClass(@Nonnull FunctionalLocationClass functionalLocationClass) Create a newFunctionalLocationClassentity and save it to the S/4HANA system.- Parameters:
functionalLocationClass-FunctionalLocationClassentity 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.
-
updateFunctionalLocationClass
@Nonnull FunctionalLocationServiceBatchChangeSet updateFunctionalLocationClass(@Nonnull FunctionalLocationClass functionalLocationClass) Update an existingFunctionalLocationClassentity and save it to the S/4HANA system.- Parameters:
functionalLocationClass-FunctionalLocationClassentity 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.
-
deleteFunctionalLocationClass
@Nonnull FunctionalLocationServiceBatchChangeSet deleteFunctionalLocationClass(@Nonnull FunctionalLocationClass functionalLocationClass) Deletes an existingFunctionalLocationClassentity in the S/4HANA system.- Parameters:
functionalLocationClass-FunctionalLocationClassentity 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.
-
createCharacteristic
@Nonnull FunctionalLocationServiceBatchChangeSet createCharacteristic(@Nonnull Characteristic characteristic) Create a newCharacteristicentity and save it to the S/4HANA system.- Parameters:
characteristic-Characteristicentity 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.
-
createFunctionalLocationWarranty
@Nonnull FunctionalLocationServiceBatchChangeSet createFunctionalLocationWarranty(@Nonnull FunctionalLocationWarranty functionalLocationWarranty) Create a newFunctionalLocationWarrantyentity and save it to the S/4HANA system.- Parameters:
functionalLocationWarranty-FunctionalLocationWarrantyentity 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.
-
updateFunctionalLocationWarranty
@Nonnull FunctionalLocationServiceBatchChangeSet updateFunctionalLocationWarranty(@Nonnull FunctionalLocationWarranty functionalLocationWarranty) Update an existingFunctionalLocationWarrantyentity and save it to the S/4HANA system.- Parameters:
functionalLocationWarranty-FunctionalLocationWarrantyentity 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.
-
createFunctionalLocation
@Nonnull FunctionalLocationServiceBatchChangeSet createFunctionalLocation(@Nonnull FunctionalLocation functionalLocation) Create a newFunctionalLocationentity and save it to the S/4HANA system.- Parameters:
functionalLocation-FunctionalLocationentity 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.
-
updateFunctionalLocation
@Nonnull FunctionalLocationServiceBatchChangeSet updateFunctionalLocation(@Nonnull FunctionalLocation functionalLocation) Update an existingFunctionalLocationentity and save it to the S/4HANA system.- Parameters:
functionalLocation-FunctionalLocationentity 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.
-
createFunctionalLocationLongText
@Nonnull FunctionalLocationServiceBatchChangeSet createFunctionalLocationLongText(@Nonnull FunctionalLocationLongText functionalLocationLongText) Create a newFunctionalLocationLongTextentity and save it to the S/4HANA system.- Parameters:
functionalLocationLongText-FunctionalLocationLongTextentity 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.
-
updateFunctionalLocationLongText
@Nonnull FunctionalLocationServiceBatchChangeSet updateFunctionalLocationLongText(@Nonnull FunctionalLocationLongText functionalLocationLongText) Update an existingFunctionalLocationLongTextentity and save it to the S/4HANA system.- Parameters:
functionalLocationLongText-FunctionalLocationLongTextentity 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.
-
createFunctionalLocationPartner
@Nonnull FunctionalLocationServiceBatchChangeSet createFunctionalLocationPartner(@Nonnull FunctionalLocationPartner functionalLocationPartner) Create a newFunctionalLocationPartnerentity and save it to the S/4HANA system.- Parameters:
functionalLocationPartner-FunctionalLocationPartnerentity 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.
-
updateFunctionalLocationPartner
@Nonnull FunctionalLocationServiceBatchChangeSet updateFunctionalLocationPartner(@Nonnull FunctionalLocationPartner functionalLocationPartner) Update an existingFunctionalLocationPartnerentity and save it to the S/4HANA system.- Parameters:
functionalLocationPartner-FunctionalLocationPartnerentity 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.
-