Class DefaultEnterpriseProjectServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<EnterpriseProjectServiceBatch,EnterpriseProjectServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject.batch.DefaultEnterpriseProjectServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<EnterpriseProjectServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<EnterpriseProjectServiceBatch>,EnterpriseProjectServiceBatchChangeSet
public class DefaultEnterpriseProjectServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<EnterpriseProjectServiceBatch,EnterpriseProjectServiceBatchChangeSet>
implements EnterpriseProjectServiceBatchChangeSet
Implementation of the
EnterpriseProjectServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
EnterpriseProjectService.-
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.createEntProjElmntBlockFunc(EntProjElmntBlockFunc entProjElmntBlockFunc) Create a newEntProjElmntBlockFuncentity 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.getThis()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.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.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<EnterpriseProjectServiceBatch,EnterpriseProjectServiceBatchChangeSet>
-
createEnterpriseProjBlkFunc
@Nonnull public EnterpriseProjectServiceBatchChangeSet createEnterpriseProjBlkFunc(@Nonnull EnterpriseProjBlkFunc enterpriseProjBlkFunc) Description copied from interface:EnterpriseProjectServiceBatchChangeSetCreate a newEnterpriseProjBlkFuncentity and save it to the S/4HANA system.- Specified by:
createEnterpriseProjBlkFuncin interfaceEnterpriseProjectServiceBatchChangeSet- 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 public EnterpriseProjectServiceBatchChangeSet updateEnterpriseProjBlkFunc(@Nonnull EnterpriseProjBlkFunc enterpriseProjBlkFunc) Description copied from interface:EnterpriseProjectServiceBatchChangeSetUpdate an existingEnterpriseProjBlkFuncentity and save it to the S/4HANA system.- Specified by:
updateEnterpriseProjBlkFuncin interfaceEnterpriseProjectServiceBatchChangeSet- 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.
-
createEnterpriseProject
@Nonnull public EnterpriseProjectServiceBatchChangeSet createEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject) Description copied from interface:EnterpriseProjectServiceBatchChangeSetCreate a newEnterpriseProjectentity and save it to the S/4HANA system.- Specified by:
createEnterpriseProjectin interfaceEnterpriseProjectServiceBatchChangeSet- 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 public EnterpriseProjectServiceBatchChangeSet updateEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject) Description copied from interface:EnterpriseProjectServiceBatchChangeSetUpdate an existingEnterpriseProjectentity and save it to the S/4HANA system.- Specified by:
updateEnterpriseProjectin interfaceEnterpriseProjectServiceBatchChangeSet- 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 public EnterpriseProjectServiceBatchChangeSet deleteEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject) Description copied from interface:EnterpriseProjectServiceBatchChangeSetDeletes an existingEnterpriseProjectentity in the S/4HANA system.- Specified by:
deleteEnterpriseProjectin interfaceEnterpriseProjectServiceBatchChangeSet- 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.
-
createEnterpriseProjectElement
@Nonnull public EnterpriseProjectServiceBatchChangeSet createEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement) Description copied from interface:EnterpriseProjectServiceBatchChangeSetCreate a newEnterpriseProjectElemententity and save it to the S/4HANA system.- Specified by:
createEnterpriseProjectElementin interfaceEnterpriseProjectServiceBatchChangeSet- 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 public EnterpriseProjectServiceBatchChangeSet updateEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement) Description copied from interface:EnterpriseProjectServiceBatchChangeSetUpdate an existingEnterpriseProjectElemententity and save it to the S/4HANA system.- Specified by:
updateEnterpriseProjectElementin interfaceEnterpriseProjectServiceBatchChangeSet- 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 public EnterpriseProjectServiceBatchChangeSet deleteEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement) Description copied from interface:EnterpriseProjectServiceBatchChangeSetDeletes an existingEnterpriseProjectElemententity in the S/4HANA system.- Specified by:
deleteEnterpriseProjectElementin interfaceEnterpriseProjectServiceBatchChangeSet- 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.
-
updateEntProjectElmntPublicSector
@Nonnull public EnterpriseProjectServiceBatchChangeSet updateEntProjectElmntPublicSector(@Nonnull EntProjectElmntPublicSector entProjectElmntPublicSector) Description copied from interface:EnterpriseProjectServiceBatchChangeSetUpdate an existingEntProjectElmntPublicSectorentity and save it to the S/4HANA system.- Specified by:
updateEntProjectElmntPublicSectorin interfaceEnterpriseProjectServiceBatchChangeSet- 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.
-
updateEntProjectPublicSector
@Nonnull public EnterpriseProjectServiceBatchChangeSet updateEntProjectPublicSector(@Nonnull EntProjectPublicSector entProjectPublicSector) Description copied from interface:EnterpriseProjectServiceBatchChangeSetUpdate an existingEntProjectPublicSectorentity and save it to the S/4HANA system.- Specified by:
updateEntProjectPublicSectorin interfaceEnterpriseProjectServiceBatchChangeSet- 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 public EnterpriseProjectServiceBatchChangeSet createEntProjElmntBlockFunc(@Nonnull EntProjElmntBlockFunc entProjElmntBlockFunc) Description copied from interface:EnterpriseProjectServiceBatchChangeSetCreate a newEntProjElmntBlockFuncentity and save it to the S/4HANA system.- Specified by:
createEntProjElmntBlockFuncin interfaceEnterpriseProjectServiceBatchChangeSet- 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 public EnterpriseProjectServiceBatchChangeSet updateEntProjElmntBlockFunc(@Nonnull EntProjElmntBlockFunc entProjElmntBlockFunc) Description copied from interface:EnterpriseProjectServiceBatchChangeSetUpdate an existingEntProjElmntBlockFuncentity and save it to the S/4HANA system.- Specified by:
updateEntProjElmntBlockFuncin interfaceEnterpriseProjectServiceBatchChangeSet- 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.
-