Class DefaultPurchasingCategoryServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<PurchasingCategoryServiceBatch,PurchasingCategoryServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.batch.DefaultPurchasingCategoryServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<PurchasingCategoryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PurchasingCategoryServiceBatch>,PurchasingCategoryServiceBatchChangeSet
public class DefaultPurchasingCategoryServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<PurchasingCategoryServiceBatch,PurchasingCategoryServiceBatchChangeSet>
implements PurchasingCategoryServiceBatchChangeSet
Implementation of the
PurchasingCategoryServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()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 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<PurchasingCategoryServiceBatch,PurchasingCategoryServiceBatchChangeSet>
-
createPurgCat
Description copied from interface:PurchasingCategoryServiceBatchChangeSetCreate a newPurgCatentity and save it to the S/4HANA system.- Specified by:
createPurgCatin interfacePurchasingCategoryServiceBatchChangeSet- 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
Description copied from interface:PurchasingCategoryServiceBatchChangeSetUpdate an existingPurgCatentity and save it to the S/4HANA system.- Specified by:
updatePurgCatin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet createPurgCatDescription(@Nonnull PurgCatDescription purgCatDescription) Description copied from interface:PurchasingCategoryServiceBatchChangeSetCreate a newPurgCatDescriptionentity and save it to the S/4HANA system.- Specified by:
createPurgCatDescriptionin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet updatePurgCatDescription(@Nonnull PurgCatDescription purgCatDescription) Description copied from interface:PurchasingCategoryServiceBatchChangeSetUpdate an existingPurgCatDescriptionentity and save it to the S/4HANA system.- Specified by:
updatePurgCatDescriptionin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet deletePurgCatDescription(@Nonnull PurgCatDescription purgCatDescription) Description copied from interface:PurchasingCategoryServiceBatchChangeSetDeletes an existingPurgCatDescriptionentity in the S/4HANA system.- Specified by:
deletePurgCatDescriptionin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet createPurgCatMaterialGroup(@Nonnull PurgCatMaterialGroup purgCatMaterialGroup) Description copied from interface:PurchasingCategoryServiceBatchChangeSetCreate a newPurgCatMaterialGroupentity and save it to the S/4HANA system.- Specified by:
createPurgCatMaterialGroupin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet updatePurgCatMaterialGroup(@Nonnull PurgCatMaterialGroup purgCatMaterialGroup) Description copied from interface:PurchasingCategoryServiceBatchChangeSetUpdate an existingPurgCatMaterialGroupentity and save it to the S/4HANA system.- Specified by:
updatePurgCatMaterialGroupin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet deletePurgCatMaterialGroup(@Nonnull PurgCatMaterialGroup purgCatMaterialGroup) Description copied from interface:PurchasingCategoryServiceBatchChangeSetDeletes an existingPurgCatMaterialGroupentity in the S/4HANA system.- Specified by:
deletePurgCatMaterialGroupin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet createPurgCatMember(@Nonnull PurgCatMember purgCatMember) Description copied from interface:PurchasingCategoryServiceBatchChangeSetCreate a newPurgCatMemberentity and save it to the S/4HANA system.- Specified by:
createPurgCatMemberin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet updatePurgCatMember(@Nonnull PurgCatMember purgCatMember) Description copied from interface:PurchasingCategoryServiceBatchChangeSetUpdate an existingPurgCatMemberentity and save it to the S/4HANA system.- Specified by:
updatePurgCatMemberin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet deletePurgCatMember(@Nonnull PurgCatMember purgCatMember) Description copied from interface:PurchasingCategoryServiceBatchChangeSetDeletes an existingPurgCatMemberentity in the S/4HANA system.- Specified by:
deletePurgCatMemberin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet createPurgCatPlannedSpend(@Nonnull PurgCatPlannedSpend purgCatPlannedSpend) Description copied from interface:PurchasingCategoryServiceBatchChangeSetCreate a newPurgCatPlannedSpendentity and save it to the S/4HANA system.- Specified by:
createPurgCatPlannedSpendin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet updatePurgCatPlannedSpend(@Nonnull PurgCatPlannedSpend purgCatPlannedSpend) Description copied from interface:PurchasingCategoryServiceBatchChangeSetUpdate an existingPurgCatPlannedSpendentity and save it to the S/4HANA system.- Specified by:
updatePurgCatPlannedSpendin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet deletePurgCatPlannedSpend(@Nonnull PurgCatPlannedSpend purgCatPlannedSpend) Description copied from interface:PurchasingCategoryServiceBatchChangeSetDeletes an existingPurgCatPlannedSpendentity in the S/4HANA system.- Specified by:
deletePurgCatPlannedSpendin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet updatePurgCatPurchaserResponsible(@Nonnull PurgCatPurchaserResponsible purgCatPurchaserResponsible) Description copied from interface:PurchasingCategoryServiceBatchChangeSetUpdate an existingPurgCatPurchaserResponsibleentity and save it to the S/4HANA system.- Specified by:
updatePurgCatPurchaserResponsiblein interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet createPurgCatSupplier(@Nonnull PurgCatSupplier purgCatSupplier) Description copied from interface:PurchasingCategoryServiceBatchChangeSetCreate a newPurgCatSupplierentity and save it to the S/4HANA system.- Specified by:
createPurgCatSupplierin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet updatePurgCatSupplier(@Nonnull PurgCatSupplier purgCatSupplier) Description copied from interface:PurchasingCategoryServiceBatchChangeSetUpdate an existingPurgCatSupplierentity and save it to the S/4HANA system.- Specified by:
updatePurgCatSupplierin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet deletePurgCatSupplier(@Nonnull PurgCatSupplier purgCatSupplier) Description copied from interface:PurchasingCategoryServiceBatchChangeSetDeletes an existingPurgCatSupplierentity in the S/4HANA system.- Specified by:
deletePurgCatSupplierin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet createPurgCatTranslationStatus(@Nonnull PurgCatTranslationStatus purgCatTranslationStatus) Description copied from interface:PurchasingCategoryServiceBatchChangeSetCreate a newPurgCatTranslationStatusentity and save it to the S/4HANA system.- Specified by:
createPurgCatTranslationStatusin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet updatePurgCatTranslationStatus(@Nonnull PurgCatTranslationStatus purgCatTranslationStatus) Description copied from interface:PurchasingCategoryServiceBatchChangeSetUpdate an existingPurgCatTranslationStatusentity and save it to the S/4HANA system.- Specified by:
updatePurgCatTranslationStatusin interfacePurchasingCategoryServiceBatchChangeSet- 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 public PurchasingCategoryServiceBatchChangeSet deletePurgCatTranslationStatus(@Nonnull PurgCatTranslationStatus purgCatTranslationStatus) Description copied from interface:PurchasingCategoryServiceBatchChangeSetDeletes an existingPurgCatTranslationStatusentity in the S/4HANA system.- Specified by:
deletePurgCatTranslationStatusin interfacePurchasingCategoryServiceBatchChangeSet- 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.
-