Interface RecipeHeaderAndFormulaServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<RecipeHeaderAndFormulaServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<RecipeHeaderAndFormulaServiceBatch>
- All Known Implementing Classes:
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet
public interface RecipeHeaderAndFormulaServiceBatchChangeSet
extends FluentHelperBatchChangeSet<RecipeHeaderAndFormulaServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<RecipeHeaderAndFormulaServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
RecipeHeaderAndFormulaService.-
Method Summary
Modifier and TypeMethodDescriptioncreateRecipe(Recipe recipe) Create a newRecipeentity and save it to the S/4HANA system.createRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem) Create a newRecipeFormulaItementity and save it to the S/4HANA system.createRecipeProcessElement(RecipeProcessElement recipeProcessElement) Create a newRecipeProcessElemententity and save it to the S/4HANA system.createRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Create a newRecipeProcessElementTextentity and save it to the S/4HANA system.createRecipeProcessEquipRqmt(RecipeProcessEquipRqmt recipeProcessEquipRqmt) Create a newRecipeProcessEquipRqmtentity and save it to the S/4HANA system.createRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Create a newRecipeProcessEquipRqmtTextentity and save it to the S/4HANA system.createRecipeProcessParamValue(RecipeProcessParamValue recipeProcessParamValue) Create a newRecipeProcessParamValueentity and save it to the S/4HANA system.createRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt) Create a newRecipeProcessParamValueTxtentity and save it to the S/4HANA system.createRecipeText(RecipeText recipeText) Create a newRecipeTextentity and save it to the S/4HANA system.deleteRecipe(Recipe recipe) Deletes an existingRecipeentity in the S/4HANA system.deleteRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem) Deletes an existingRecipeFormulaItementity in the S/4HANA system.deleteRecipeProcessElement(RecipeProcessElement recipeProcessElement) Deletes an existingRecipeProcessElemententity in the S/4HANA system.deleteRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Deletes an existingRecipeProcessElementTextentity in the S/4HANA system.deleteRecipeProcessEquipRqmt(RecipeProcessEquipRqmt recipeProcessEquipRqmt) Deletes an existingRecipeProcessEquipRqmtentity in the S/4HANA system.deleteRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Deletes an existingRecipeProcessEquipRqmtTextentity in the S/4HANA system.deleteRecipeProcessParamValue(RecipeProcessParamValue recipeProcessParamValue) Deletes an existingRecipeProcessParamValueentity in the S/4HANA system.deleteRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt) Deletes an existingRecipeProcessParamValueTxtentity in the S/4HANA system.deleteRecipeText(RecipeText recipeText) Deletes an existingRecipeTextentity in the S/4HANA system.updateRecipe(Recipe recipe) Update an existingRecipeentity and save it to the S/4HANA system.updateRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem) Update an existingRecipeFormulaItementity and save it to the S/4HANA system.updateRecipeProcessElement(RecipeProcessElement recipeProcessElement) Update an existingRecipeProcessElemententity and save it to the S/4HANA system.updateRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Update an existingRecipeProcessElementTextentity and save it to the S/4HANA system.updateRecipeProcessEquipRqmt(RecipeProcessEquipRqmt recipeProcessEquipRqmt) Update an existingRecipeProcessEquipRqmtentity and save it to the S/4HANA system.updateRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Update an existingRecipeProcessEquipRqmtTextentity and save it to the S/4HANA system.updateRecipeProcessParamValue(RecipeProcessParamValue recipeProcessParamValue) Update an existingRecipeProcessParamValueentity and save it to the S/4HANA system.updateRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt) Update an existingRecipeProcessParamValueTxtentity and save it to the S/4HANA system.updateRecipeText(RecipeText recipeText) Update an existingRecipeTextentity 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
-
createRecipe
Create a newRecipeentity and save it to the S/4HANA system.- Parameters:
recipe-Recipeentity 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.
-
updateRecipe
Update an existingRecipeentity and save it to the S/4HANA system.- Parameters:
recipe-Recipeentity 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.
-
deleteRecipe
Deletes an existingRecipeentity in the S/4HANA system.- Parameters:
recipe-Recipeentity 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.
-
createRecipeFormulaItem
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem) Create a newRecipeFormulaItementity and save it to the S/4HANA system.- Parameters:
recipeFormulaItem-RecipeFormulaItementity 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.
-
updateRecipeFormulaItem
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem) Update an existingRecipeFormulaItementity and save it to the S/4HANA system.- Parameters:
recipeFormulaItem-RecipeFormulaItementity 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.
-
deleteRecipeFormulaItem
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem) Deletes an existingRecipeFormulaItementity in the S/4HANA system.- Parameters:
recipeFormulaItem-RecipeFormulaItementity 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.
-
createRecipeProcessElement
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement) Create a newRecipeProcessElemententity and save it to the S/4HANA system.- Parameters:
recipeProcessElement-RecipeProcessElemententity 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.
-
updateRecipeProcessElement
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement) Update an existingRecipeProcessElemententity and save it to the S/4HANA system.- Parameters:
recipeProcessElement-RecipeProcessElemententity 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.
-
deleteRecipeProcessElement
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement) Deletes an existingRecipeProcessElemententity in the S/4HANA system.- Parameters:
recipeProcessElement-RecipeProcessElemententity 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.
-
createRecipeProcessElementText
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText) Create a newRecipeProcessElementTextentity and save it to the S/4HANA system.- Parameters:
recipeProcessElementText-RecipeProcessElementTextentity 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.
-
updateRecipeProcessElementText
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText) Update an existingRecipeProcessElementTextentity and save it to the S/4HANA system.- Parameters:
recipeProcessElementText-RecipeProcessElementTextentity 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.
-
deleteRecipeProcessElementText
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText) Deletes an existingRecipeProcessElementTextentity in the S/4HANA system.- Parameters:
recipeProcessElementText-RecipeProcessElementTextentity 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.
-
createRecipeProcessEquipRqmt
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt) Create a newRecipeProcessEquipRqmtentity and save it to the S/4HANA system.- Parameters:
recipeProcessEquipRqmt-RecipeProcessEquipRqmtentity 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.
-
updateRecipeProcessEquipRqmt
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt) Update an existingRecipeProcessEquipRqmtentity and save it to the S/4HANA system.- Parameters:
recipeProcessEquipRqmt-RecipeProcessEquipRqmtentity 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.
-
deleteRecipeProcessEquipRqmt
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt) Deletes an existingRecipeProcessEquipRqmtentity in the S/4HANA system.- Parameters:
recipeProcessEquipRqmt-RecipeProcessEquipRqmtentity 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.
-
createRecipeProcessEquipRqmtText
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Create a newRecipeProcessEquipRqmtTextentity and save it to the S/4HANA system.- Parameters:
recipeProcessEquipRqmtText-RecipeProcessEquipRqmtTextentity 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.
-
updateRecipeProcessEquipRqmtText
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Update an existingRecipeProcessEquipRqmtTextentity and save it to the S/4HANA system.- Parameters:
recipeProcessEquipRqmtText-RecipeProcessEquipRqmtTextentity 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.
-
deleteRecipeProcessEquipRqmtText
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Deletes an existingRecipeProcessEquipRqmtTextentity in the S/4HANA system.- Parameters:
recipeProcessEquipRqmtText-RecipeProcessEquipRqmtTextentity 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.
-
createRecipeProcessParamValue
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue) Create a newRecipeProcessParamValueentity and save it to the S/4HANA system.- Parameters:
recipeProcessParamValue-RecipeProcessParamValueentity 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.
-
updateRecipeProcessParamValue
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue) Update an existingRecipeProcessParamValueentity and save it to the S/4HANA system.- Parameters:
recipeProcessParamValue-RecipeProcessParamValueentity 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.
-
deleteRecipeProcessParamValue
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue) Deletes an existingRecipeProcessParamValueentity in the S/4HANA system.- Parameters:
recipeProcessParamValue-RecipeProcessParamValueentity 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.
-
createRecipeProcessParamValueTxt
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt) Create a newRecipeProcessParamValueTxtentity and save it to the S/4HANA system.- Parameters:
recipeProcessParamValueTxt-RecipeProcessParamValueTxtentity 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.
-
updateRecipeProcessParamValueTxt
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt) Update an existingRecipeProcessParamValueTxtentity and save it to the S/4HANA system.- Parameters:
recipeProcessParamValueTxt-RecipeProcessParamValueTxtentity 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.
-
deleteRecipeProcessParamValueTxt
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt) Deletes an existingRecipeProcessParamValueTxtentity in the S/4HANA system.- Parameters:
recipeProcessParamValueTxt-RecipeProcessParamValueTxtentity 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.
-
createRecipeText
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeText(@Nonnull RecipeText recipeText) Create a newRecipeTextentity and save it to the S/4HANA system.- Parameters:
recipeText-RecipeTextentity 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.
-
updateRecipeText
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeText(@Nonnull RecipeText recipeText) Update an existingRecipeTextentity and save it to the S/4HANA system.- Parameters:
recipeText-RecipeTextentity 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.
-
deleteRecipeText
@Nonnull RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeText(@Nonnull RecipeText recipeText) Deletes an existingRecipeTextentity in the S/4HANA system.- Parameters:
recipeText-RecipeTextentity 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.
-