Interface PurchasingCategoryServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<PurchasingCategoryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PurchasingCategoryServiceBatch>
- All Known Implementing Classes:
DefaultPurchasingCategoryServiceBatchChangeSet
public interface PurchasingCategoryServiceBatchChangeSet
extends FluentHelperBatchChangeSet<PurchasingCategoryServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PurchasingCategoryServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
PurchasingCategoryService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePurgCat(PurgCat purgCat) Create a newPurgCatentity and save it to the S/4HANA system.createPurgCatDescription(PurgCatDescription purgCatDescription) Create a newPurgCatDescriptionentity and save it to the S/4HANA system.createPurgCatMaterialGroup(PurgCatMaterialGroup purgCatMaterialGroup) Create a newPurgCatMaterialGroupentity and save it to the S/4HANA system.createPurgCatMember(PurgCatMember purgCatMember) Create a newPurgCatMemberentity and save it to the S/4HANA system.createPurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend) Create a newPurgCatPlannedSpendentity and save it to the S/4HANA system.createPurgCatSupplier(PurgCatSupplier purgCatSupplier) Create a newPurgCatSupplierentity and save it to the S/4HANA system.createPurgCatTranslationStatus(PurgCatTranslationStatus purgCatTranslationStatus) Create a newPurgCatTranslationStatusentity and save it to the S/4HANA system.deletePurgCatDescription(PurgCatDescription purgCatDescription) Deletes an existingPurgCatDescriptionentity in the S/4HANA system.deletePurgCatMaterialGroup(PurgCatMaterialGroup purgCatMaterialGroup) Deletes an existingPurgCatMaterialGroupentity in the S/4HANA system.deletePurgCatMember(PurgCatMember purgCatMember) Deletes an existingPurgCatMemberentity in the S/4HANA system.deletePurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend) Deletes an existingPurgCatPlannedSpendentity in the S/4HANA system.deletePurgCatSupplier(PurgCatSupplier purgCatSupplier) Deletes an existingPurgCatSupplierentity in the S/4HANA system.deletePurgCatTranslationStatus(PurgCatTranslationStatus purgCatTranslationStatus) Deletes an existingPurgCatTranslationStatusentity in the S/4HANA system.updatePurgCat(PurgCat purgCat) Update an existingPurgCatentity and save it to the S/4HANA system.updatePurgCatDescription(PurgCatDescription purgCatDescription) Update an existingPurgCatDescriptionentity and save it to the S/4HANA system.updatePurgCatMaterialGroup(PurgCatMaterialGroup purgCatMaterialGroup) Update an existingPurgCatMaterialGroupentity and save it to the S/4HANA system.updatePurgCatMember(PurgCatMember purgCatMember) Update an existingPurgCatMemberentity and save it to the S/4HANA system.updatePurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend) Update an existingPurgCatPlannedSpendentity and save it to the S/4HANA system.updatePurgCatPurchaserResponsible(PurgCatPurchaserResponsible purgCatPurchaserResponsible) Update an existingPurgCatPurchaserResponsibleentity and save it to the S/4HANA system.updatePurgCatSupplier(PurgCatSupplier purgCatSupplier) Update an existingPurgCatSupplierentity and save it to the S/4HANA system.updatePurgCatTranslationStatus(PurgCatTranslationStatus purgCatTranslationStatus) Update an existingPurgCatTranslationStatusentity 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
-
createPurgCat
Create a newPurgCatentity and save it to the S/4HANA system.- Parameters:
purgCat-PurgCatentity 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.
-
updatePurgCat
Update an existingPurgCatentity and save it to the S/4HANA system.- Parameters:
purgCat-PurgCatentity 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.
-
createPurgCatDescription
@Nonnull PurchasingCategoryServiceBatchChangeSet createPurgCatDescription(@Nonnull PurgCatDescription purgCatDescription) Create a newPurgCatDescriptionentity and save it to the S/4HANA system.- Parameters:
purgCatDescription-PurgCatDescriptionentity 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.
-
updatePurgCatDescription
@Nonnull PurchasingCategoryServiceBatchChangeSet updatePurgCatDescription(@Nonnull PurgCatDescription purgCatDescription) Update an existingPurgCatDescriptionentity and save it to the S/4HANA system.- Parameters:
purgCatDescription-PurgCatDescriptionentity 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.
-
deletePurgCatDescription
@Nonnull PurchasingCategoryServiceBatchChangeSet deletePurgCatDescription(@Nonnull PurgCatDescription purgCatDescription) Deletes an existingPurgCatDescriptionentity in the S/4HANA system.- Parameters:
purgCatDescription-PurgCatDescriptionentity 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.
-
createPurgCatMaterialGroup
@Nonnull PurchasingCategoryServiceBatchChangeSet createPurgCatMaterialGroup(@Nonnull PurgCatMaterialGroup purgCatMaterialGroup) Create a newPurgCatMaterialGroupentity and save it to the S/4HANA system.- Parameters:
purgCatMaterialGroup-PurgCatMaterialGroupentity 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.
-
updatePurgCatMaterialGroup
@Nonnull PurchasingCategoryServiceBatchChangeSet updatePurgCatMaterialGroup(@Nonnull PurgCatMaterialGroup purgCatMaterialGroup) Update an existingPurgCatMaterialGroupentity and save it to the S/4HANA system.- Parameters:
purgCatMaterialGroup-PurgCatMaterialGroupentity 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.
-
deletePurgCatMaterialGroup
@Nonnull PurchasingCategoryServiceBatchChangeSet deletePurgCatMaterialGroup(@Nonnull PurgCatMaterialGroup purgCatMaterialGroup) Deletes an existingPurgCatMaterialGroupentity in the S/4HANA system.- Parameters:
purgCatMaterialGroup-PurgCatMaterialGroupentity 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.
-
createPurgCatMember
@Nonnull PurchasingCategoryServiceBatchChangeSet createPurgCatMember(@Nonnull PurgCatMember purgCatMember) Create a newPurgCatMemberentity and save it to the S/4HANA system.- Parameters:
purgCatMember-PurgCatMemberentity 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.
-
updatePurgCatMember
@Nonnull PurchasingCategoryServiceBatchChangeSet updatePurgCatMember(@Nonnull PurgCatMember purgCatMember) Update an existingPurgCatMemberentity and save it to the S/4HANA system.- Parameters:
purgCatMember-PurgCatMemberentity 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.
-
deletePurgCatMember
@Nonnull PurchasingCategoryServiceBatchChangeSet deletePurgCatMember(@Nonnull PurgCatMember purgCatMember) Deletes an existingPurgCatMemberentity in the S/4HANA system.- Parameters:
purgCatMember-PurgCatMemberentity 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.
-
createPurgCatPlannedSpend
@Nonnull PurchasingCategoryServiceBatchChangeSet createPurgCatPlannedSpend(@Nonnull PurgCatPlannedSpend purgCatPlannedSpend) Create a newPurgCatPlannedSpendentity and save it to the S/4HANA system.- Parameters:
purgCatPlannedSpend-PurgCatPlannedSpendentity 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.
-
updatePurgCatPlannedSpend
@Nonnull PurchasingCategoryServiceBatchChangeSet updatePurgCatPlannedSpend(@Nonnull PurgCatPlannedSpend purgCatPlannedSpend) Update an existingPurgCatPlannedSpendentity and save it to the S/4HANA system.- Parameters:
purgCatPlannedSpend-PurgCatPlannedSpendentity 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.
-
deletePurgCatPlannedSpend
@Nonnull PurchasingCategoryServiceBatchChangeSet deletePurgCatPlannedSpend(@Nonnull PurgCatPlannedSpend purgCatPlannedSpend) Deletes an existingPurgCatPlannedSpendentity in the S/4HANA system.- Parameters:
purgCatPlannedSpend-PurgCatPlannedSpendentity 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.
-
updatePurgCatPurchaserResponsible
@Nonnull PurchasingCategoryServiceBatchChangeSet updatePurgCatPurchaserResponsible(@Nonnull PurgCatPurchaserResponsible purgCatPurchaserResponsible) Update an existingPurgCatPurchaserResponsibleentity and save it to the S/4HANA system.- Parameters:
purgCatPurchaserResponsible-PurgCatPurchaserResponsibleentity 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.
-
createPurgCatSupplier
@Nonnull PurchasingCategoryServiceBatchChangeSet createPurgCatSupplier(@Nonnull PurgCatSupplier purgCatSupplier) Create a newPurgCatSupplierentity and save it to the S/4HANA system.- Parameters:
purgCatSupplier-PurgCatSupplierentity 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.
-
updatePurgCatSupplier
@Nonnull PurchasingCategoryServiceBatchChangeSet updatePurgCatSupplier(@Nonnull PurgCatSupplier purgCatSupplier) Update an existingPurgCatSupplierentity and save it to the S/4HANA system.- Parameters:
purgCatSupplier-PurgCatSupplierentity 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.
-
deletePurgCatSupplier
@Nonnull PurchasingCategoryServiceBatchChangeSet deletePurgCatSupplier(@Nonnull PurgCatSupplier purgCatSupplier) Deletes an existingPurgCatSupplierentity in the S/4HANA system.- Parameters:
purgCatSupplier-PurgCatSupplierentity 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.
-
createPurgCatTranslationStatus
@Nonnull PurchasingCategoryServiceBatchChangeSet createPurgCatTranslationStatus(@Nonnull PurgCatTranslationStatus purgCatTranslationStatus) Create a newPurgCatTranslationStatusentity and save it to the S/4HANA system.- Parameters:
purgCatTranslationStatus-PurgCatTranslationStatusentity 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.
-
updatePurgCatTranslationStatus
@Nonnull PurchasingCategoryServiceBatchChangeSet updatePurgCatTranslationStatus(@Nonnull PurgCatTranslationStatus purgCatTranslationStatus) Update an existingPurgCatTranslationStatusentity and save it to the S/4HANA system.- Parameters:
purgCatTranslationStatus-PurgCatTranslationStatusentity 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.
-
deletePurgCatTranslationStatus
@Nonnull PurchasingCategoryServiceBatchChangeSet deletePurgCatTranslationStatus(@Nonnull PurgCatTranslationStatus purgCatTranslationStatus) Deletes an existingPurgCatTranslationStatusentity in the S/4HANA system.- Parameters:
purgCatTranslationStatus-PurgCatTranslationStatusentity 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.
-