Interface DocumentManagementServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<DocumentManagementServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<DocumentManagementServiceBatch>
- All Known Implementing Classes:
DefaultDocumentManagementServiceBatchChangeSet
public interface DocumentManagementServiceBatchChangeSet
extends FluentHelperBatchChangeSet<DocumentManagementServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<DocumentManagementServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
DocumentManagementService.-
Method Summary
Modifier and TypeMethodDescriptioncreateDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Create a newDocInfoRecdObjLinkProductentity and save it to the S/4HANA system.createDocumentInfoRecord(DocumentInfoRecord documentInfoRecord) Create a newDocumentInfoRecordentity and save it to the S/4HANA system.createDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Create a newDocumentInfoRecordDescentity and save it to the S/4HANA system.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Deletes an existingDocInfoRecdObjLinkProductentity in the S/4HANA system.deleteDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Deletes an existingDocumentInfoRecordDescentity in the S/4HANA system.updateDocumentInfoRecord(DocumentInfoRecord documentInfoRecord) Update an existingDocumentInfoRecordentity and save it to the S/4HANA system.updateDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Update an existingDocumentInfoRecordDescentity 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
-
createDocInfoRecdObjLinkProduct
@Nonnull DocumentManagementServiceBatchChangeSet createDocInfoRecdObjLinkProduct(@Nonnull DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Create a newDocInfoRecdObjLinkProductentity and save it to the S/4HANA system.- Parameters:
docInfoRecdObjLinkProduct-DocInfoRecdObjLinkProductentity 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.
-
deleteDocInfoRecdObjLinkProduct
@Nonnull DocumentManagementServiceBatchChangeSet deleteDocInfoRecdObjLinkProduct(@Nonnull DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Deletes an existingDocInfoRecdObjLinkProductentity in the S/4HANA system.- Parameters:
docInfoRecdObjLinkProduct-DocInfoRecdObjLinkProductentity 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.
-
createDocumentInfoRecord
@Nonnull DocumentManagementServiceBatchChangeSet createDocumentInfoRecord(@Nonnull DocumentInfoRecord documentInfoRecord) Create a newDocumentInfoRecordentity and save it to the S/4HANA system.- Parameters:
documentInfoRecord-DocumentInfoRecordentity 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.
-
updateDocumentInfoRecord
@Nonnull DocumentManagementServiceBatchChangeSet updateDocumentInfoRecord(@Nonnull DocumentInfoRecord documentInfoRecord) Update an existingDocumentInfoRecordentity and save it to the S/4HANA system.- Parameters:
documentInfoRecord-DocumentInfoRecordentity 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.
-
createDocumentInfoRecordDesc
@Nonnull DocumentManagementServiceBatchChangeSet createDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc) Create a newDocumentInfoRecordDescentity and save it to the S/4HANA system.- Parameters:
documentInfoRecordDesc-DocumentInfoRecordDescentity 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.
-
updateDocumentInfoRecordDesc
@Nonnull DocumentManagementServiceBatchChangeSet updateDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc) Update an existingDocumentInfoRecordDescentity and save it to the S/4HANA system.- Parameters:
documentInfoRecordDesc-DocumentInfoRecordDescentity 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.
-
deleteDocumentInfoRecordDesc
@Nonnull DocumentManagementServiceBatchChangeSet deleteDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc) Deletes an existingDocumentInfoRecordDescentity in the S/4HANA system.- Parameters:
documentInfoRecordDesc-DocumentInfoRecordDescentity 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.
-