Interface EnterpriseProjectV2ServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<EnterpriseProjectV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<EnterpriseProjectV2ServiceBatch>
- All Known Implementing Classes:
DefaultEnterpriseProjectV2ServiceBatchChangeSet
public interface EnterpriseProjectV2ServiceBatchChangeSet
extends FluentHelperBatchChangeSet<EnterpriseProjectV2ServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<EnterpriseProjectV2ServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
EnterpriseProjectV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateEnterpriseProjBlkFunc(EnterpriseProjBlkFunc enterpriseProjBlkFunc) Create a newEnterpriseProjBlkFuncentity and save it to the S/4HANA system.createEnterpriseProject(EnterpriseProject enterpriseProject) Create a newEnterpriseProjectentity and save it to the S/4HANA system.createEnterpriseProjectElement(EnterpriseProjectElement enterpriseProjectElement) Create a newEnterpriseProjectElemententity and save it to the S/4HANA system.createEnterpriseProjectRole(EnterpriseProjectRole enterpriseProjectRole) Create a newEnterpriseProjectRoleentity and save it to the S/4HANA system.createEnterpriseProjectTeamMember(EnterpriseProjectTeamMember enterpriseProjectTeamMember) Create a newEnterpriseProjectTeamMemberentity and save it to the S/4HANA system.createEntProjElmntBlockFunc(EntProjElmntBlockFunc entProjElmntBlockFunc) Create a newEntProjElmntBlockFuncentity and save it to the S/4HANA system.createEntProjElmntDlvbrl(EntProjElmntDlvbrl entProjElmntDlvbrl) Create a newEntProjElmntDlvbrlentity and save it to the S/4HANA system.createEntTeamMemberEntitlement(EntTeamMemberEntitlement entTeamMemberEntitlement) Create a newEntTeamMemberEntitlemententity and save it to the S/4HANA system.deleteEnterpriseProject(EnterpriseProject enterpriseProject) Deletes an existingEnterpriseProjectentity in the S/4HANA system.deleteEnterpriseProjectElement(EnterpriseProjectElement enterpriseProjectElement) Deletes an existingEnterpriseProjectElemententity in the S/4HANA system.deleteEntProjElmntWorkItem(EntProjElmntWorkItem entProjElmntWorkItem) Deletes an existingEntProjElmntWorkItementity in the S/4HANA system.deleteEntTeamMemberEntitlement(EntTeamMemberEntitlement entTeamMemberEntitlement) Deletes an existingEntTeamMemberEntitlemententity in the S/4HANA system.updateEnterpriseProjBlkFunc(EnterpriseProjBlkFunc enterpriseProjBlkFunc) Update an existingEnterpriseProjBlkFuncentity and save it to the S/4HANA system.updateEnterpriseProject(EnterpriseProject enterpriseProject) Update an existingEnterpriseProjectentity and save it to the S/4HANA system.updateEnterpriseProjectElement(EnterpriseProjectElement enterpriseProjectElement) Update an existingEnterpriseProjectElemententity and save it to the S/4HANA system.updateEnterpriseProjectJVA(EnterpriseProjectJVA enterpriseProjectJVA) Update an existingEnterpriseProjectJVAentity and save it to the S/4HANA system.updateEntProjectElementJVA(EntProjectElementJVA entProjectElementJVA) Update an existingEntProjectElementJVAentity and save it to the S/4HANA system.updateEntProjectElmntPublicSector(EntProjectElmntPublicSector entProjectElmntPublicSector) Update an existingEntProjectElmntPublicSectorentity and save it to the S/4HANA system.updateEntProjectPublicSector(EntProjectPublicSector entProjectPublicSector) Update an existingEntProjectPublicSectorentity and save it to the S/4HANA system.updateEntProjElmntBlockFunc(EntProjElmntBlockFunc entProjElmntBlockFunc) Update an existingEntProjElmntBlockFuncentity and save it to the S/4HANA system.updateEntProjElmntDlvbrl(EntProjElmntDlvbrl entProjElmntDlvbrl) Update an existingEntProjElmntDlvbrlentity and save it to the S/4HANA system.updateEntProjElmntDlvbrlDistr(EntProjElmntDlvbrlDistr entProjElmntDlvbrlDistr) Update an existingEntProjElmntDlvbrlDistrentity and save it to the S/4HANA system.updateEntProjElmntWorkItem(EntProjElmntWorkItem entProjElmntWorkItem) Update an existingEntProjElmntWorkItementity and save it to the S/4HANA system.updateEntTeamMemberEntitlement(EntTeamMemberEntitlement entTeamMemberEntitlement) Update an existingEntTeamMemberEntitlemententity 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
-
createEnterpriseProjBlkFunc
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet createEnterpriseProjBlkFunc(@Nonnull EnterpriseProjBlkFunc enterpriseProjBlkFunc) Create a newEnterpriseProjBlkFuncentity and save it to the S/4HANA system.- Parameters:
enterpriseProjBlkFunc-EnterpriseProjBlkFuncentity 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.
-
updateEnterpriseProjBlkFunc
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEnterpriseProjBlkFunc(@Nonnull EnterpriseProjBlkFunc enterpriseProjBlkFunc) Update an existingEnterpriseProjBlkFuncentity and save it to the S/4HANA system.- Parameters:
enterpriseProjBlkFunc-EnterpriseProjBlkFuncentity 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.
-
createEnterpriseProjectElement
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet createEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement) Create a newEnterpriseProjectElemententity and save it to the S/4HANA system.- Parameters:
enterpriseProjectElement-EnterpriseProjectElemententity 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.
-
updateEnterpriseProjectElement
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement) Update an existingEnterpriseProjectElemententity and save it to the S/4HANA system.- Parameters:
enterpriseProjectElement-EnterpriseProjectElemententity 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.
-
deleteEnterpriseProjectElement
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet deleteEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement) Deletes an existingEnterpriseProjectElemententity in the S/4HANA system.- Parameters:
enterpriseProjectElement-EnterpriseProjectElemententity 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.
-
updateEnterpriseProjectJVA
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEnterpriseProjectJVA(@Nonnull EnterpriseProjectJVA enterpriseProjectJVA) Update an existingEnterpriseProjectJVAentity and save it to the S/4HANA system.- Parameters:
enterpriseProjectJVA-EnterpriseProjectJVAentity 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.
-
createEnterpriseProjectRole
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet createEnterpriseProjectRole(@Nonnull EnterpriseProjectRole enterpriseProjectRole) Create a newEnterpriseProjectRoleentity and save it to the S/4HANA system.- Parameters:
enterpriseProjectRole-EnterpriseProjectRoleentity 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.
-
createEnterpriseProjectTeamMember
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet createEnterpriseProjectTeamMember(@Nonnull EnterpriseProjectTeamMember enterpriseProjectTeamMember) Create a newEnterpriseProjectTeamMemberentity and save it to the S/4HANA system.- Parameters:
enterpriseProjectTeamMember-EnterpriseProjectTeamMemberentity 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.
-
createEnterpriseProject
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet createEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject) Create a newEnterpriseProjectentity and save it to the S/4HANA system.- Parameters:
enterpriseProject-EnterpriseProjectentity 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.
-
updateEnterpriseProject
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject) Update an existingEnterpriseProjectentity and save it to the S/4HANA system.- Parameters:
enterpriseProject-EnterpriseProjectentity 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.
-
deleteEnterpriseProject
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet deleteEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject) Deletes an existingEnterpriseProjectentity in the S/4HANA system.- Parameters:
enterpriseProject-EnterpriseProjectentity 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.
-
updateEntProjectElementJVA
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEntProjectElementJVA(@Nonnull EntProjectElementJVA entProjectElementJVA) Update an existingEntProjectElementJVAentity and save it to the S/4HANA system.- Parameters:
entProjectElementJVA-EntProjectElementJVAentity 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.
-
updateEntProjectPublicSector
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEntProjectPublicSector(@Nonnull EntProjectPublicSector entProjectPublicSector) Update an existingEntProjectPublicSectorentity and save it to the S/4HANA system.- Parameters:
entProjectPublicSector-EntProjectPublicSectorentity 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.
-
createEntProjElmntBlockFunc
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet createEntProjElmntBlockFunc(@Nonnull EntProjElmntBlockFunc entProjElmntBlockFunc) Create a newEntProjElmntBlockFuncentity and save it to the S/4HANA system.- Parameters:
entProjElmntBlockFunc-EntProjElmntBlockFuncentity 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.
-
updateEntProjElmntBlockFunc
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEntProjElmntBlockFunc(@Nonnull EntProjElmntBlockFunc entProjElmntBlockFunc) Update an existingEntProjElmntBlockFuncentity and save it to the S/4HANA system.- Parameters:
entProjElmntBlockFunc-EntProjElmntBlockFuncentity 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.
-
createEntProjElmntDlvbrl
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet createEntProjElmntDlvbrl(@Nonnull EntProjElmntDlvbrl entProjElmntDlvbrl) Create a newEntProjElmntDlvbrlentity and save it to the S/4HANA system.- Parameters:
entProjElmntDlvbrl-EntProjElmntDlvbrlentity 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.
-
updateEntProjElmntDlvbrl
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEntProjElmntDlvbrl(@Nonnull EntProjElmntDlvbrl entProjElmntDlvbrl) Update an existingEntProjElmntDlvbrlentity and save it to the S/4HANA system.- Parameters:
entProjElmntDlvbrl-EntProjElmntDlvbrlentity 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.
-
updateEntProjElmntDlvbrlDistr
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEntProjElmntDlvbrlDistr(@Nonnull EntProjElmntDlvbrlDistr entProjElmntDlvbrlDistr) Update an existingEntProjElmntDlvbrlDistrentity and save it to the S/4HANA system.- Parameters:
entProjElmntDlvbrlDistr-EntProjElmntDlvbrlDistrentity 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.
-
updateEntProjectElmntPublicSector
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEntProjectElmntPublicSector(@Nonnull EntProjectElmntPublicSector entProjectElmntPublicSector) Update an existingEntProjectElmntPublicSectorentity and save it to the S/4HANA system.- Parameters:
entProjectElmntPublicSector-EntProjectElmntPublicSectorentity 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.
-
updateEntProjElmntWorkItem
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEntProjElmntWorkItem(@Nonnull EntProjElmntWorkItem entProjElmntWorkItem) Update an existingEntProjElmntWorkItementity and save it to the S/4HANA system.- Parameters:
entProjElmntWorkItem-EntProjElmntWorkItementity 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.
-
deleteEntProjElmntWorkItem
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet deleteEntProjElmntWorkItem(@Nonnull EntProjElmntWorkItem entProjElmntWorkItem) Deletes an existingEntProjElmntWorkItementity in the S/4HANA system.- Parameters:
entProjElmntWorkItem-EntProjElmntWorkItementity 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.
-
createEntTeamMemberEntitlement
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet createEntTeamMemberEntitlement(@Nonnull EntTeamMemberEntitlement entTeamMemberEntitlement) Create a newEntTeamMemberEntitlemententity and save it to the S/4HANA system.- Parameters:
entTeamMemberEntitlement-EntTeamMemberEntitlemententity 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.
-
updateEntTeamMemberEntitlement
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet updateEntTeamMemberEntitlement(@Nonnull EntTeamMemberEntitlement entTeamMemberEntitlement) Update an existingEntTeamMemberEntitlemententity and save it to the S/4HANA system.- Parameters:
entTeamMemberEntitlement-EntTeamMemberEntitlemententity 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.
-
deleteEntTeamMemberEntitlement
@Nonnull EnterpriseProjectV2ServiceBatchChangeSet deleteEntTeamMemberEntitlement(@Nonnull EntTeamMemberEntitlement entTeamMemberEntitlement) Deletes an existingEntTeamMemberEntitlemententity in the S/4HANA system.- Parameters:
entTeamMemberEntitlement-EntTeamMemberEntitlemententity 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.
-