Interface ProjectDemandServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ProjectDemandServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProjectDemandServiceBatch>
- All Known Implementing Classes:
DefaultProjectDemandServiceBatchChangeSet
public interface ProjectDemandServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ProjectDemandServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProjectDemandServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ProjectDemandService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProjDmndResourceAssignment(ProjDmndResourceAssignment projDmndResourceAssignment) Create a newProjDmndResourceAssignmententity and save it to the S/4HANA system.createProjectDemand(ProjectDemand projectDemand) Create a newProjectDemandentity and save it to the S/4HANA system.createProjectDemandExpense(ProjectDemandExpense projectDemandExpense) Create a newProjectDemandExpenseentity and save it to the S/4HANA system.createProjectDemandResource(ProjectDemandResource projectDemandResource) Create a newProjectDemandResourceentity and save it to the S/4HANA system.createProjectDemandResourceRequest(ProjectDemandResourceRequest projectDemandResourceRequest) Create a newProjectDemandResourceRequestentity and save it to the S/4HANA system.deleteProjDmndExpenseDistr(ProjDmndExpenseDistr projDmndExpenseDistr) Deletes an existingProjDmndExpenseDistrentity in the S/4HANA system.deleteProjDmndResourceAssignment(ProjDmndResourceAssignment projDmndResourceAssignment) Deletes an existingProjDmndResourceAssignmententity in the S/4HANA system.deleteProjDmndRsceAssgmtDistr(ProjDmndRsceAssgmtDistr projDmndRsceAssgmtDistr) Deletes an existingProjDmndRsceAssgmtDistrentity in the S/4HANA system.deleteProjDmndRsceReqDistribution(ProjDmndRsceReqDistribution projDmndRsceReqDistribution) Deletes an existingProjDmndRsceReqDistributionentity in the S/4HANA system.deleteProjectDemand(ProjectDemand projectDemand) Deletes an existingProjectDemandentity in the S/4HANA system.deleteProjectDemandResourceRequest(ProjectDemandResourceRequest projectDemandResourceRequest) Deletes an existingProjectDemandResourceRequestentity in the S/4HANA system.updateProjDmndExpenseDistr(ProjDmndExpenseDistr projDmndExpenseDistr) Update an existingProjDmndExpenseDistrentity and save it to the S/4HANA system.updateProjDmndResourceAssignment(ProjDmndResourceAssignment projDmndResourceAssignment) Update an existingProjDmndResourceAssignmententity and save it to the S/4HANA system.updateProjDmndRsceAssgmtDistr(ProjDmndRsceAssgmtDistr projDmndRsceAssgmtDistr) Update an existingProjDmndRsceAssgmtDistrentity and save it to the S/4HANA system.updateProjDmndRsceReqDistribution(ProjDmndRsceReqDistribution projDmndRsceReqDistribution) Update an existingProjDmndRsceReqDistributionentity and save it to the S/4HANA system.updateProjectDemand(ProjectDemand projectDemand) Update an existingProjectDemandentity and save it to the S/4HANA system.updateProjectDemandExpense(ProjectDemandExpense projectDemandExpense) Update an existingProjectDemandExpenseentity and save it to the S/4HANA system.updateProjectDemandMaterial(ProjectDemandMaterial projectDemandMaterial) Update an existingProjectDemandMaterialentity and save it to the S/4HANA system.updateProjectDemandMaterialSupply(ProjectDemandMaterialSupply projectDemandMaterialSupply) Update an existingProjectDemandMaterialSupplyentity and save it to the S/4HANA system.updateProjectDemandResource(ProjectDemandResource projectDemandResource) Update an existingProjectDemandResourceentity and save it to the S/4HANA system.updateProjectDemandResourceRequest(ProjectDemandResourceRequest projectDemandResourceRequest) Update an existingProjectDemandResourceRequestentity and save it to the S/4HANA system.updateProjectDemandService(ProjectDemandService projectDemandService) Update an existingProjectDemandServiceentity and save it to the S/4HANA system.updateProjectDemandServiceSupply(ProjectDemandServiceSupply projectDemandServiceSupply) Update an existingProjectDemandServiceSupplyentity 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
-
updateProjDmndExpenseDistr
@Nonnull ProjectDemandServiceBatchChangeSet updateProjDmndExpenseDistr(@Nonnull ProjDmndExpenseDistr projDmndExpenseDistr) Update an existingProjDmndExpenseDistrentity and save it to the S/4HANA system.- Parameters:
projDmndExpenseDistr-ProjDmndExpenseDistrentity 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.
-
deleteProjDmndExpenseDistr
@Nonnull ProjectDemandServiceBatchChangeSet deleteProjDmndExpenseDistr(@Nonnull ProjDmndExpenseDistr projDmndExpenseDistr) Deletes an existingProjDmndExpenseDistrentity in the S/4HANA system.- Parameters:
projDmndExpenseDistr-ProjDmndExpenseDistrentity 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.
-
createProjDmndResourceAssignment
@Nonnull ProjectDemandServiceBatchChangeSet createProjDmndResourceAssignment(@Nonnull ProjDmndResourceAssignment projDmndResourceAssignment) Create a newProjDmndResourceAssignmententity and save it to the S/4HANA system.- Parameters:
projDmndResourceAssignment-ProjDmndResourceAssignmententity 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.
-
updateProjDmndResourceAssignment
@Nonnull ProjectDemandServiceBatchChangeSet updateProjDmndResourceAssignment(@Nonnull ProjDmndResourceAssignment projDmndResourceAssignment) Update an existingProjDmndResourceAssignmententity and save it to the S/4HANA system.- Parameters:
projDmndResourceAssignment-ProjDmndResourceAssignmententity 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.
-
deleteProjDmndResourceAssignment
@Nonnull ProjectDemandServiceBatchChangeSet deleteProjDmndResourceAssignment(@Nonnull ProjDmndResourceAssignment projDmndResourceAssignment) Deletes an existingProjDmndResourceAssignmententity in the S/4HANA system.- Parameters:
projDmndResourceAssignment-ProjDmndResourceAssignmententity 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.
-
updateProjDmndRsceAssgmtDistr
@Nonnull ProjectDemandServiceBatchChangeSet updateProjDmndRsceAssgmtDistr(@Nonnull ProjDmndRsceAssgmtDistr projDmndRsceAssgmtDistr) Update an existingProjDmndRsceAssgmtDistrentity and save it to the S/4HANA system.- Parameters:
projDmndRsceAssgmtDistr-ProjDmndRsceAssgmtDistrentity 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.
-
deleteProjDmndRsceAssgmtDistr
@Nonnull ProjectDemandServiceBatchChangeSet deleteProjDmndRsceAssgmtDistr(@Nonnull ProjDmndRsceAssgmtDistr projDmndRsceAssgmtDistr) Deletes an existingProjDmndRsceAssgmtDistrentity in the S/4HANA system.- Parameters:
projDmndRsceAssgmtDistr-ProjDmndRsceAssgmtDistrentity 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.
-
updateProjDmndRsceReqDistribution
@Nonnull ProjectDemandServiceBatchChangeSet updateProjDmndRsceReqDistribution(@Nonnull ProjDmndRsceReqDistribution projDmndRsceReqDistribution) Update an existingProjDmndRsceReqDistributionentity and save it to the S/4HANA system.- Parameters:
projDmndRsceReqDistribution-ProjDmndRsceReqDistributionentity 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.
-
deleteProjDmndRsceReqDistribution
@Nonnull ProjectDemandServiceBatchChangeSet deleteProjDmndRsceReqDistribution(@Nonnull ProjDmndRsceReqDistribution projDmndRsceReqDistribution) Deletes an existingProjDmndRsceReqDistributionentity in the S/4HANA system.- Parameters:
projDmndRsceReqDistribution-ProjDmndRsceReqDistributionentity 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.
-
createProjectDemand
@Nonnull ProjectDemandServiceBatchChangeSet createProjectDemand(@Nonnull ProjectDemand projectDemand) Create a newProjectDemandentity and save it to the S/4HANA system.- Parameters:
projectDemand-ProjectDemandentity 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.
-
updateProjectDemand
@Nonnull ProjectDemandServiceBatchChangeSet updateProjectDemand(@Nonnull ProjectDemand projectDemand) Update an existingProjectDemandentity and save it to the S/4HANA system.- Parameters:
projectDemand-ProjectDemandentity 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.
-
deleteProjectDemand
@Nonnull ProjectDemandServiceBatchChangeSet deleteProjectDemand(@Nonnull ProjectDemand projectDemand) Deletes an existingProjectDemandentity in the S/4HANA system.- Parameters:
projectDemand-ProjectDemandentity 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.
-
createProjectDemandExpense
@Nonnull ProjectDemandServiceBatchChangeSet createProjectDemandExpense(@Nonnull ProjectDemandExpense projectDemandExpense) Create a newProjectDemandExpenseentity and save it to the S/4HANA system.- Parameters:
projectDemandExpense-ProjectDemandExpenseentity 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.
-
updateProjectDemandExpense
@Nonnull ProjectDemandServiceBatchChangeSet updateProjectDemandExpense(@Nonnull ProjectDemandExpense projectDemandExpense) Update an existingProjectDemandExpenseentity and save it to the S/4HANA system.- Parameters:
projectDemandExpense-ProjectDemandExpenseentity 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.
-
updateProjectDemandMaterial
@Nonnull ProjectDemandServiceBatchChangeSet updateProjectDemandMaterial(@Nonnull ProjectDemandMaterial projectDemandMaterial) Update an existingProjectDemandMaterialentity and save it to the S/4HANA system.- Parameters:
projectDemandMaterial-ProjectDemandMaterialentity 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.
-
updateProjectDemandMaterialSupply
@Nonnull ProjectDemandServiceBatchChangeSet updateProjectDemandMaterialSupply(@Nonnull ProjectDemandMaterialSupply projectDemandMaterialSupply) Update an existingProjectDemandMaterialSupplyentity and save it to the S/4HANA system.- Parameters:
projectDemandMaterialSupply-ProjectDemandMaterialSupplyentity 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.
-
createProjectDemandResource
@Nonnull ProjectDemandServiceBatchChangeSet createProjectDemandResource(@Nonnull ProjectDemandResource projectDemandResource) Create a newProjectDemandResourceentity and save it to the S/4HANA system.- Parameters:
projectDemandResource-ProjectDemandResourceentity 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.
-
updateProjectDemandResource
@Nonnull ProjectDemandServiceBatchChangeSet updateProjectDemandResource(@Nonnull ProjectDemandResource projectDemandResource) Update an existingProjectDemandResourceentity and save it to the S/4HANA system.- Parameters:
projectDemandResource-ProjectDemandResourceentity 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.
-
createProjectDemandResourceRequest
@Nonnull ProjectDemandServiceBatchChangeSet createProjectDemandResourceRequest(@Nonnull ProjectDemandResourceRequest projectDemandResourceRequest) Create a newProjectDemandResourceRequestentity and save it to the S/4HANA system.- Parameters:
projectDemandResourceRequest-ProjectDemandResourceRequestentity 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.
-
updateProjectDemandResourceRequest
@Nonnull ProjectDemandServiceBatchChangeSet updateProjectDemandResourceRequest(@Nonnull ProjectDemandResourceRequest projectDemandResourceRequest) Update an existingProjectDemandResourceRequestentity and save it to the S/4HANA system.- Parameters:
projectDemandResourceRequest-ProjectDemandResourceRequestentity 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.
-
deleteProjectDemandResourceRequest
@Nonnull ProjectDemandServiceBatchChangeSet deleteProjectDemandResourceRequest(@Nonnull ProjectDemandResourceRequest projectDemandResourceRequest) Deletes an existingProjectDemandResourceRequestentity in the S/4HANA system.- Parameters:
projectDemandResourceRequest-ProjectDemandResourceRequestentity 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.
-
updateProjectDemandService
@Nonnull ProjectDemandServiceBatchChangeSet updateProjectDemandService(@Nonnull ProjectDemandService projectDemandService) Update an existingProjectDemandServiceentity and save it to the S/4HANA system.- Parameters:
projectDemandService-ProjectDemandServiceentity 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.
-
updateProjectDemandServiceSupply
@Nonnull ProjectDemandServiceBatchChangeSet updateProjectDemandServiceSupply(@Nonnull ProjectDemandServiceSupply projectDemandServiceSupply) Update an existingProjectDemandServiceSupplyentity and save it to the S/4HANA system.- Parameters:
projectDemandServiceSupply-ProjectDemandServiceSupplyentity 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.
-