Interface MasterRecipeServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<MasterRecipeServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MasterRecipeServiceBatch>
- All Known Implementing Classes:
DefaultMasterRecipeServiceBatchChangeSet
public interface MasterRecipeServiceBatchChangeSet
extends FluentHelperBatchChangeSet<MasterRecipeServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<MasterRecipeServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
MasterRecipeService.-
Method Summary
Modifier and TypeMethodDescriptioncreateMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) Create a newMasterRecipeHeaderentity and save it to the S/4HANA system.createMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) Create a newMasterRecipeOperationentity and save it to the S/4HANA system.createMasterRecipeOpSecdryRsce(MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Create a newMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.createMasterRecipePhase(MasterRecipePhase masterRecipePhase) Create a newMasterRecipePhaseentity and save it to the S/4HANA system.createMasterRecipePhseCompAlloc(MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Create a newMasterRecipePhseCompAllocentity and save it to the S/4HANA system.createMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) Create a newMasterRecipePhseRelshpentity and save it to the S/4HANA system.createMasterRecipePhseSecdryRsce(MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Create a newMasterRecipePhseSecdryRsceentity and save it to the S/4HANA system.updateMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) Update an existingMasterRecipeHeaderentity and save it to the S/4HANA system.updateMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) Update an existingMasterRecipeOperationentity and save it to the S/4HANA system.updateMasterRecipeOpSecdryRsce(MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Update an existingMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.updateMasterRecipePhase(MasterRecipePhase masterRecipePhase) Update an existingMasterRecipePhaseentity and save it to the S/4HANA system.updateMasterRecipePhseCompAlloc(MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Update an existingMasterRecipePhseCompAllocentity and save it to the S/4HANA system.updateMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) Update an existingMasterRecipePhseRelshpentity and save it to the S/4HANA system.updateMasterRecipePhseSecdryRsce(MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Update an existingMasterRecipePhseSecdryRsceentity 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
-
createMasterRecipeHeader
@Nonnull MasterRecipeServiceBatchChangeSet createMasterRecipeHeader(@Nonnull MasterRecipeHeader masterRecipeHeader) Create a newMasterRecipeHeaderentity and save it to the S/4HANA system.- Parameters:
masterRecipeHeader-MasterRecipeHeaderentity 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.
-
updateMasterRecipeHeader
@Nonnull MasterRecipeServiceBatchChangeSet updateMasterRecipeHeader(@Nonnull MasterRecipeHeader masterRecipeHeader) Update an existingMasterRecipeHeaderentity and save it to the S/4HANA system.- Parameters:
masterRecipeHeader-MasterRecipeHeaderentity 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.
-
createMasterRecipeOperation
@Nonnull MasterRecipeServiceBatchChangeSet createMasterRecipeOperation(@Nonnull MasterRecipeOperation masterRecipeOperation) Create a newMasterRecipeOperationentity and save it to the S/4HANA system.- Parameters:
masterRecipeOperation-MasterRecipeOperationentity 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.
-
updateMasterRecipeOperation
@Nonnull MasterRecipeServiceBatchChangeSet updateMasterRecipeOperation(@Nonnull MasterRecipeOperation masterRecipeOperation) Update an existingMasterRecipeOperationentity and save it to the S/4HANA system.- Parameters:
masterRecipeOperation-MasterRecipeOperationentity 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.
-
createMasterRecipeOpSecdryRsce
@Nonnull MasterRecipeServiceBatchChangeSet createMasterRecipeOpSecdryRsce(@Nonnull MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Create a newMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.- Parameters:
masterRecipeOpSecdryRsce-MasterRecipeOpSecdryRsceentity 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.
-
updateMasterRecipeOpSecdryRsce
@Nonnull MasterRecipeServiceBatchChangeSet updateMasterRecipeOpSecdryRsce(@Nonnull MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Update an existingMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.- Parameters:
masterRecipeOpSecdryRsce-MasterRecipeOpSecdryRsceentity 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.
-
createMasterRecipePhase
@Nonnull MasterRecipeServiceBatchChangeSet createMasterRecipePhase(@Nonnull MasterRecipePhase masterRecipePhase) Create a newMasterRecipePhaseentity and save it to the S/4HANA system.- Parameters:
masterRecipePhase-MasterRecipePhaseentity 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.
-
updateMasterRecipePhase
@Nonnull MasterRecipeServiceBatchChangeSet updateMasterRecipePhase(@Nonnull MasterRecipePhase masterRecipePhase) Update an existingMasterRecipePhaseentity and save it to the S/4HANA system.- Parameters:
masterRecipePhase-MasterRecipePhaseentity 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.
-
createMasterRecipePhseCompAlloc
@Nonnull MasterRecipeServiceBatchChangeSet createMasterRecipePhseCompAlloc(@Nonnull MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Create a newMasterRecipePhseCompAllocentity and save it to the S/4HANA system.- Parameters:
masterRecipePhseCompAlloc-MasterRecipePhseCompAllocentity 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.
-
updateMasterRecipePhseCompAlloc
@Nonnull MasterRecipeServiceBatchChangeSet updateMasterRecipePhseCompAlloc(@Nonnull MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Update an existingMasterRecipePhseCompAllocentity and save it to the S/4HANA system.- Parameters:
masterRecipePhseCompAlloc-MasterRecipePhseCompAllocentity 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.
-
createMasterRecipePhseSecdryRsce
@Nonnull MasterRecipeServiceBatchChangeSet createMasterRecipePhseSecdryRsce(@Nonnull MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Create a newMasterRecipePhseSecdryRsceentity and save it to the S/4HANA system.- Parameters:
masterRecipePhseSecdryRsce-MasterRecipePhseSecdryRsceentity 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.
-
updateMasterRecipePhseSecdryRsce
@Nonnull MasterRecipeServiceBatchChangeSet updateMasterRecipePhseSecdryRsce(@Nonnull MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Update an existingMasterRecipePhseSecdryRsceentity and save it to the S/4HANA system.- Parameters:
masterRecipePhseSecdryRsce-MasterRecipePhseSecdryRsceentity 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.
-
createMasterRecipePhseRelshp
@Nonnull MasterRecipeServiceBatchChangeSet createMasterRecipePhseRelshp(@Nonnull MasterRecipePhseRelshp masterRecipePhseRelshp) Create a newMasterRecipePhseRelshpentity and save it to the S/4HANA system.- Parameters:
masterRecipePhseRelshp-MasterRecipePhseRelshpentity 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.
-
updateMasterRecipePhseRelshp
@Nonnull MasterRecipeServiceBatchChangeSet updateMasterRecipePhseRelshp(@Nonnull MasterRecipePhseRelshp masterRecipePhseRelshp) Update an existingMasterRecipePhseRelshpentity and save it to the S/4HANA system.- Parameters:
masterRecipePhseRelshp-MasterRecipePhseRelshpentity 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.
-