Class DefaultPurchaseRequisitionServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<PurchaseRequisitionServiceBatch,PurchaseRequisitionServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaserequisition.batch.DefaultPurchaseRequisitionServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<PurchaseRequisitionServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PurchaseRequisitionServiceBatch>,PurchaseRequisitionServiceBatchChangeSet
public class DefaultPurchaseRequisitionServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<PurchaseRequisitionServiceBatch,PurchaseRequisitionServiceBatchChangeSet>
implements PurchaseRequisitionServiceBatchChangeSet
Implementation of the
PurchaseRequisitionServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
PurchaseRequisitionService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePurchaseReqnItemText(PurchaseReqnItemText purchaseReqnItemText) Create a newPurchaseReqnItemTextentity and save it to the S/4HANA system.createPurchaseRequisitionHeader(PurchaseRequisitionHeader purchaseRequisitionHeader) Create a newPurchaseRequisitionHeaderentity and save it to the S/4HANA system.createPurchaseRequisitionItem(PurchaseRequisitionItem purchaseRequisitionItem) Create a newPurchaseRequisitionItementity and save it to the S/4HANA system.createPurReqnAcctAssgmt(PurReqnAcctAssgmt purReqnAcctAssgmt) Create a newPurReqnAcctAssgmtentity and save it to the S/4HANA system.deletePurchaseReqnItemText(PurchaseReqnItemText purchaseReqnItemText) Deletes an existingPurchaseReqnItemTextentity in the S/4HANA system.getThis()updatePurchaseReqnItemText(PurchaseReqnItemText purchaseReqnItemText) Update an existingPurchaseReqnItemTextentity and save it to the S/4HANA system.updatePurchaseRequisitionHeader(PurchaseRequisitionHeader purchaseRequisitionHeader) Update an existingPurchaseRequisitionHeaderentity and save it to the S/4HANA system.updatePurchaseRequisitionItem(PurchaseRequisitionItem purchaseRequisitionItem) Update an existingPurchaseRequisitionItementity and save it to the S/4HANA system.updatePurReqAddDelivery(PurReqAddDelivery purReqAddDelivery) Update an existingPurReqAddDeliveryentity and save it to the S/4HANA system.updatePurReqnAcctAssgmt(PurReqnAcctAssgmt purReqnAcctAssgmt) Update an existingPurReqnAcctAssgmtentity 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
-
createPurchaseReqnItemText
@Nonnull public PurchaseRequisitionServiceBatchChangeSet createPurchaseReqnItemText(@Nonnull PurchaseReqnItemText purchaseReqnItemText) Description copied from interface:PurchaseRequisitionServiceBatchChangeSetCreate a newPurchaseReqnItemTextentity and save it to the S/4HANA system.- Specified by:
createPurchaseReqnItemTextin interfacePurchaseRequisitionServiceBatchChangeSet- Parameters:
purchaseReqnItemText-PurchaseReqnItemTextentity 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.
-
updatePurchaseReqnItemText
@Nonnull public PurchaseRequisitionServiceBatchChangeSet updatePurchaseReqnItemText(@Nonnull PurchaseReqnItemText purchaseReqnItemText) Description copied from interface:PurchaseRequisitionServiceBatchChangeSetUpdate an existingPurchaseReqnItemTextentity and save it to the S/4HANA system.- Specified by:
updatePurchaseReqnItemTextin interfacePurchaseRequisitionServiceBatchChangeSet- Parameters:
purchaseReqnItemText-PurchaseReqnItemTextentity 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.
-
deletePurchaseReqnItemText
@Nonnull public PurchaseRequisitionServiceBatchChangeSet deletePurchaseReqnItemText(@Nonnull PurchaseReqnItemText purchaseReqnItemText) Description copied from interface:PurchaseRequisitionServiceBatchChangeSetDeletes an existingPurchaseReqnItemTextentity in the S/4HANA system.- Specified by:
deletePurchaseReqnItemTextin interfacePurchaseRequisitionServiceBatchChangeSet- Parameters:
purchaseReqnItemText-PurchaseReqnItemTextentity 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.
-
createPurchaseRequisitionHeader
@Nonnull public PurchaseRequisitionServiceBatchChangeSet createPurchaseRequisitionHeader(@Nonnull PurchaseRequisitionHeader purchaseRequisitionHeader) Description copied from interface:PurchaseRequisitionServiceBatchChangeSetCreate a newPurchaseRequisitionHeaderentity and save it to the S/4HANA system.- Specified by:
createPurchaseRequisitionHeaderin interfacePurchaseRequisitionServiceBatchChangeSet- Parameters:
purchaseRequisitionHeader-PurchaseRequisitionHeaderentity 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.
-
updatePurchaseRequisitionHeader
@Nonnull public PurchaseRequisitionServiceBatchChangeSet updatePurchaseRequisitionHeader(@Nonnull PurchaseRequisitionHeader purchaseRequisitionHeader) Description copied from interface:PurchaseRequisitionServiceBatchChangeSetUpdate an existingPurchaseRequisitionHeaderentity and save it to the S/4HANA system.- Specified by:
updatePurchaseRequisitionHeaderin interfacePurchaseRequisitionServiceBatchChangeSet- Parameters:
purchaseRequisitionHeader-PurchaseRequisitionHeaderentity 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.
-
createPurchaseRequisitionItem
@Nonnull public PurchaseRequisitionServiceBatchChangeSet createPurchaseRequisitionItem(@Nonnull PurchaseRequisitionItem purchaseRequisitionItem) Description copied from interface:PurchaseRequisitionServiceBatchChangeSetCreate a newPurchaseRequisitionItementity and save it to the S/4HANA system.- Specified by:
createPurchaseRequisitionItemin interfacePurchaseRequisitionServiceBatchChangeSet- Parameters:
purchaseRequisitionItem-PurchaseRequisitionItementity 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.
-
updatePurchaseRequisitionItem
@Nonnull public PurchaseRequisitionServiceBatchChangeSet updatePurchaseRequisitionItem(@Nonnull PurchaseRequisitionItem purchaseRequisitionItem) Description copied from interface:PurchaseRequisitionServiceBatchChangeSetUpdate an existingPurchaseRequisitionItementity and save it to the S/4HANA system.- Specified by:
updatePurchaseRequisitionItemin interfacePurchaseRequisitionServiceBatchChangeSet- Parameters:
purchaseRequisitionItem-PurchaseRequisitionItementity 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.
-
updatePurReqAddDelivery
@Nonnull public PurchaseRequisitionServiceBatchChangeSet updatePurReqAddDelivery(@Nonnull PurReqAddDelivery purReqAddDelivery) Description copied from interface:PurchaseRequisitionServiceBatchChangeSetUpdate an existingPurReqAddDeliveryentity and save it to the S/4HANA system.- Specified by:
updatePurReqAddDeliveryin interfacePurchaseRequisitionServiceBatchChangeSet- Parameters:
purReqAddDelivery-PurReqAddDeliveryentity 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.
-
createPurReqnAcctAssgmt
@Nonnull public PurchaseRequisitionServiceBatchChangeSet createPurReqnAcctAssgmt(@Nonnull PurReqnAcctAssgmt purReqnAcctAssgmt) Description copied from interface:PurchaseRequisitionServiceBatchChangeSetCreate a newPurReqnAcctAssgmtentity and save it to the S/4HANA system.- Specified by:
createPurReqnAcctAssgmtin interfacePurchaseRequisitionServiceBatchChangeSet- Parameters:
purReqnAcctAssgmt-PurReqnAcctAssgmtentity 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.
-
updatePurReqnAcctAssgmt
@Nonnull public PurchaseRequisitionServiceBatchChangeSet updatePurReqnAcctAssgmt(@Nonnull PurReqnAcctAssgmt purReqnAcctAssgmt) Description copied from interface:PurchaseRequisitionServiceBatchChangeSetUpdate an existingPurReqnAcctAssgmtentity and save it to the S/4HANA system.- Specified by:
updatePurReqnAcctAssgmtin interfacePurchaseRequisitionServiceBatchChangeSet- Parameters:
purReqnAcctAssgmt-PurReqnAcctAssgmtentity 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.
-