Class DefaultPurchasingInfoRecordServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<PurchasingInfoRecordServiceBatch,PurchasingInfoRecordServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasinginforecord.batch.DefaultPurchasingInfoRecordServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<PurchasingInfoRecordServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PurchasingInfoRecordServiceBatch>,PurchasingInfoRecordServiceBatchChangeSet
public class DefaultPurchasingInfoRecordServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<PurchasingInfoRecordServiceBatch,PurchasingInfoRecordServiceBatchChangeSet>
implements PurchasingInfoRecordServiceBatchChangeSet
Implementation of the
PurchasingInfoRecordServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
PurchasingInfoRecordService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePurchasingInfoRecord(PurchasingInfoRecord purchasingInfoRecord) Create a newPurchasingInfoRecordentity and save it to the S/4HANA system.createPurgInfoRecdOrgPlantData(PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Create a newPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.createPurInfoRecdPrcgCndn(PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Create a newPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.createPurInfoRecdPrcgCndnScale(PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Create a newPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.createPurInfoRecdPrcgCndnValidity(PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Create a newPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.createPurInfoRecdSuplmntPrcgCndn(PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Create a newPurInfoRecdSuplmntPrcgCndnentity and save it to the S/4HANA system.deletePurInfoRecdPrcgCndnScale(PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Deletes an existingPurInfoRecdPrcgCndnScaleentity in the S/4HANA system.deletePurInfoRecdSuplmntPrcgCndn(PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Deletes an existingPurInfoRecdSuplmntPrcgCndnentity in the S/4HANA system.getThis()updatePurchasingInfoRecord(PurchasingInfoRecord purchasingInfoRecord) Update an existingPurchasingInfoRecordentity and save it to the S/4HANA system.updatePurgInfoRecdOrgPlantData(PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Update an existingPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.updatePurInfoRecdPrcgCndn(PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Update an existingPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.updatePurInfoRecdPrcgCndnScale(PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Update an existingPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.updatePurInfoRecdPrcgCndnValidity(PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Update an existingPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.updatePurInfoRecdSuplmntPrcgCndn(PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Update an existingPurInfoRecdSuplmntPrcgCndnentity 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
-
createPurchasingInfoRecord
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet createPurchasingInfoRecord(@Nonnull PurchasingInfoRecord purchasingInfoRecord) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetCreate a newPurchasingInfoRecordentity and save it to the S/4HANA system.- Specified by:
createPurchasingInfoRecordin interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purchasingInfoRecord-PurchasingInfoRecordentity 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.
-
updatePurchasingInfoRecord
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet updatePurchasingInfoRecord(@Nonnull PurchasingInfoRecord purchasingInfoRecord) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetUpdate an existingPurchasingInfoRecordentity and save it to the S/4HANA system.- Specified by:
updatePurchasingInfoRecordin interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purchasingInfoRecord-PurchasingInfoRecordentity 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.
-
createPurgInfoRecdOrgPlantData
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet createPurgInfoRecdOrgPlantData(@Nonnull PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetCreate a newPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.- Specified by:
createPurgInfoRecdOrgPlantDatain interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purgInfoRecdOrgPlantData-PurgInfoRecdOrgPlantDataentity 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.
-
updatePurgInfoRecdOrgPlantData
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet updatePurgInfoRecdOrgPlantData(@Nonnull PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetUpdate an existingPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.- Specified by:
updatePurgInfoRecdOrgPlantDatain interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purgInfoRecdOrgPlantData-PurgInfoRecdOrgPlantDataentity 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.
-
createPurInfoRecdPrcgCndn
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet createPurInfoRecdPrcgCndn(@Nonnull PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetCreate a newPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.- Specified by:
createPurInfoRecdPrcgCndnin interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purInfoRecdPrcgCndn-PurInfoRecdPrcgCndnentity 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.
-
updatePurInfoRecdPrcgCndn
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet updatePurInfoRecdPrcgCndn(@Nonnull PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetUpdate an existingPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.- Specified by:
updatePurInfoRecdPrcgCndnin interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purInfoRecdPrcgCndn-PurInfoRecdPrcgCndnentity 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.
-
createPurInfoRecdPrcgCndnScale
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet createPurInfoRecdPrcgCndnScale(@Nonnull PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetCreate a newPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.- Specified by:
createPurInfoRecdPrcgCndnScalein interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purInfoRecdPrcgCndnScale-PurInfoRecdPrcgCndnScaleentity 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.
-
updatePurInfoRecdPrcgCndnScale
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet updatePurInfoRecdPrcgCndnScale(@Nonnull PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetUpdate an existingPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.- Specified by:
updatePurInfoRecdPrcgCndnScalein interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purInfoRecdPrcgCndnScale-PurInfoRecdPrcgCndnScaleentity 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.
-
deletePurInfoRecdPrcgCndnScale
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet deletePurInfoRecdPrcgCndnScale(@Nonnull PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetDeletes an existingPurInfoRecdPrcgCndnScaleentity in the S/4HANA system.- Specified by:
deletePurInfoRecdPrcgCndnScalein interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purInfoRecdPrcgCndnScale-PurInfoRecdPrcgCndnScaleentity 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.
-
createPurInfoRecdPrcgCndnValidity
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet createPurInfoRecdPrcgCndnValidity(@Nonnull PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetCreate a newPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.- Specified by:
createPurInfoRecdPrcgCndnValidityin interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purInfoRecdPrcgCndnValidity-PurInfoRecdPrcgCndnValidityentity 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.
-
updatePurInfoRecdPrcgCndnValidity
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet updatePurInfoRecdPrcgCndnValidity(@Nonnull PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetUpdate an existingPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.- Specified by:
updatePurInfoRecdPrcgCndnValidityin interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purInfoRecdPrcgCndnValidity-PurInfoRecdPrcgCndnValidityentity 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.
-
createPurInfoRecdSuplmntPrcgCndn
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet createPurInfoRecdSuplmntPrcgCndn(@Nonnull PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetCreate a newPurInfoRecdSuplmntPrcgCndnentity and save it to the S/4HANA system.- Specified by:
createPurInfoRecdSuplmntPrcgCndnin interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purInfoRecdSuplmntPrcgCndn-PurInfoRecdSuplmntPrcgCndnentity 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.
-
updatePurInfoRecdSuplmntPrcgCndn
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet updatePurInfoRecdSuplmntPrcgCndn(@Nonnull PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetUpdate an existingPurInfoRecdSuplmntPrcgCndnentity and save it to the S/4HANA system.- Specified by:
updatePurInfoRecdSuplmntPrcgCndnin interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purInfoRecdSuplmntPrcgCndn-PurInfoRecdSuplmntPrcgCndnentity 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.
-
deletePurInfoRecdSuplmntPrcgCndn
@Nonnull public PurchasingInfoRecordServiceBatchChangeSet deletePurInfoRecdSuplmntPrcgCndn(@Nonnull PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Description copied from interface:PurchasingInfoRecordServiceBatchChangeSetDeletes an existingPurInfoRecdSuplmntPrcgCndnentity in the S/4HANA system.- Specified by:
deletePurInfoRecdSuplmntPrcgCndnin interfacePurchasingInfoRecordServiceBatchChangeSet- Parameters:
purInfoRecdSuplmntPrcgCndn-PurInfoRecdSuplmntPrcgCndnentity 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.
-