Class DefaultMasterRecipeServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<MasterRecipeServiceBatch,MasterRecipeServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe.batch.DefaultMasterRecipeServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<MasterRecipeServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MasterRecipeServiceBatch>,MasterRecipeServiceBatchChangeSet
public class DefaultMasterRecipeServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<MasterRecipeServiceBatch,MasterRecipeServiceBatchChangeSet>
implements MasterRecipeServiceBatchChangeSet
Implementation of the
MasterRecipeServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.protected DefaultMasterRecipeServiceBatchChangeSetgetThis()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 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
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<MasterRecipeServiceBatch,MasterRecipeServiceBatchChangeSet>
-
createMasterRecipeHeader
@Nonnull public MasterRecipeServiceBatchChangeSet createMasterRecipeHeader(@Nonnull MasterRecipeHeader masterRecipeHeader) Description copied from interface:MasterRecipeServiceBatchChangeSetCreate a newMasterRecipeHeaderentity and save it to the S/4HANA system.- Specified by:
createMasterRecipeHeaderin interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet updateMasterRecipeHeader(@Nonnull MasterRecipeHeader masterRecipeHeader) Description copied from interface:MasterRecipeServiceBatchChangeSetUpdate an existingMasterRecipeHeaderentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipeHeaderin interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet createMasterRecipeOperation(@Nonnull MasterRecipeOperation masterRecipeOperation) Description copied from interface:MasterRecipeServiceBatchChangeSetCreate a newMasterRecipeOperationentity and save it to the S/4HANA system.- Specified by:
createMasterRecipeOperationin interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet updateMasterRecipeOperation(@Nonnull MasterRecipeOperation masterRecipeOperation) Description copied from interface:MasterRecipeServiceBatchChangeSetUpdate an existingMasterRecipeOperationentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipeOperationin interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet createMasterRecipeOpSecdryRsce(@Nonnull MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Description copied from interface:MasterRecipeServiceBatchChangeSetCreate a newMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.- Specified by:
createMasterRecipeOpSecdryRscein interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet updateMasterRecipeOpSecdryRsce(@Nonnull MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Description copied from interface:MasterRecipeServiceBatchChangeSetUpdate an existingMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipeOpSecdryRscein interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet createMasterRecipePhase(@Nonnull MasterRecipePhase masterRecipePhase) Description copied from interface:MasterRecipeServiceBatchChangeSetCreate a newMasterRecipePhaseentity and save it to the S/4HANA system.- Specified by:
createMasterRecipePhasein interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet updateMasterRecipePhase(@Nonnull MasterRecipePhase masterRecipePhase) Description copied from interface:MasterRecipeServiceBatchChangeSetUpdate an existingMasterRecipePhaseentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipePhasein interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet createMasterRecipePhseCompAlloc(@Nonnull MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Description copied from interface:MasterRecipeServiceBatchChangeSetCreate a newMasterRecipePhseCompAllocentity and save it to the S/4HANA system.- Specified by:
createMasterRecipePhseCompAllocin interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet updateMasterRecipePhseCompAlloc(@Nonnull MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Description copied from interface:MasterRecipeServiceBatchChangeSetUpdate an existingMasterRecipePhseCompAllocentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipePhseCompAllocin interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet createMasterRecipePhseSecdryRsce(@Nonnull MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Description copied from interface:MasterRecipeServiceBatchChangeSetCreate a newMasterRecipePhseSecdryRsceentity and save it to the S/4HANA system.- Specified by:
createMasterRecipePhseSecdryRscein interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet updateMasterRecipePhseSecdryRsce(@Nonnull MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Description copied from interface:MasterRecipeServiceBatchChangeSetUpdate an existingMasterRecipePhseSecdryRsceentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipePhseSecdryRscein interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet createMasterRecipePhseRelshp(@Nonnull MasterRecipePhseRelshp masterRecipePhseRelshp) Description copied from interface:MasterRecipeServiceBatchChangeSetCreate a newMasterRecipePhseRelshpentity and save it to the S/4HANA system.- Specified by:
createMasterRecipePhseRelshpin interfaceMasterRecipeServiceBatchChangeSet- 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 public MasterRecipeServiceBatchChangeSet updateMasterRecipePhseRelshp(@Nonnull MasterRecipePhseRelshp masterRecipePhseRelshp) Description copied from interface:MasterRecipeServiceBatchChangeSetUpdate an existingMasterRecipePhseRelshpentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipePhseRelshpin interfaceMasterRecipeServiceBatchChangeSet- 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.
-