Interface LegalTransactionServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<LegalTransactionServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<LegalTransactionServiceBatch>
- All Known Implementing Classes:
DefaultLegalTransactionServiceBatchChangeSet
public interface LegalTransactionServiceBatchChangeSet
extends FluentHelperBatchChangeSet<LegalTransactionServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<LegalTransactionServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
LegalTransactionService.-
Method Summary
Modifier and TypeMethodDescriptioncreateLegalTransaction(LegalTransaction legalTransaction) Create a newLegalTransactionentity and save it to the S/4HANA system.createLglTransDate(LglTransDate lglTransDate) Create a newLglTransDateentity and save it to the S/4HANA system.createLglTransEntity(LglTransEntity lglTransEntity) Create a newLglTransEntityentity and save it to the S/4HANA system.createLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Create a newLglTransExternalContactentity and save it to the S/4HANA system.createLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Create a newLglTransInternalContactentity and save it to the S/4HANA system.createLglTransLinkedObjects(LglTransLinkedObjects lglTransLinkedObjects) Create a newLglTransLinkedObjectsentity and save it to the S/4HANA system.createLglTransRelationship(LglTransRelationship lglTransRelationship) Create a newLglTransRelationshipentity and save it to the S/4HANA system.deleteLglTransDate(LglTransDate lglTransDate) Deletes an existingLglTransDateentity in the S/4HANA system.deleteLglTransEntity(LglTransEntity lglTransEntity) Deletes an existingLglTransEntityentity in the S/4HANA system.deleteLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deletes an existingLglTransExternalContactentity in the S/4HANA system.deleteLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deletes an existingLglTransInternalContactentity in the S/4HANA system.deleteLglTransLinkedObjects(LglTransLinkedObjects lglTransLinkedObjects) Deletes an existingLglTransLinkedObjectsentity in the S/4HANA system.deleteLglTransRelationship(LglTransRelationship lglTransRelationship) Deletes an existingLglTransRelationshipentity in the S/4HANA system.updateLegalTransaction(LegalTransaction legalTransaction) Update an existingLegalTransactionentity and save it to the S/4HANA system.updateLglTransDate(LglTransDate lglTransDate) Update an existingLglTransDateentity and save it to the S/4HANA system.updateLglTransEntity(LglTransEntity lglTransEntity) Update an existingLglTransEntityentity and save it to the S/4HANA system.updateLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Update an existingLglTransExternalContactentity and save it to the S/4HANA system.updateLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Update an existingLglTransInternalContactentity and save it to the S/4HANA system.updateLglTransLinkedObjects(LglTransLinkedObjects lglTransLinkedObjects) Update an existingLglTransLinkedObjectsentity and save it to the S/4HANA system.updateLglTransRelationship(LglTransRelationship lglTransRelationship) Update an existingLglTransRelationshipentity 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
-
createLegalTransaction
@Nonnull LegalTransactionServiceBatchChangeSet createLegalTransaction(@Nonnull LegalTransaction legalTransaction) Create a newLegalTransactionentity and save it to the S/4HANA system.- Parameters:
legalTransaction-LegalTransactionentity 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.
-
updateLegalTransaction
@Nonnull LegalTransactionServiceBatchChangeSet updateLegalTransaction(@Nonnull LegalTransaction legalTransaction) Update an existingLegalTransactionentity and save it to the S/4HANA system.- Parameters:
legalTransaction-LegalTransactionentity 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.
-
createLglTransDate
@Nonnull LegalTransactionServiceBatchChangeSet createLglTransDate(@Nonnull LglTransDate lglTransDate) Create a newLglTransDateentity and save it to the S/4HANA system.- Parameters:
lglTransDate-LglTransDateentity 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.
-
updateLglTransDate
@Nonnull LegalTransactionServiceBatchChangeSet updateLglTransDate(@Nonnull LglTransDate lglTransDate) Update an existingLglTransDateentity and save it to the S/4HANA system.- Parameters:
lglTransDate-LglTransDateentity 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.
-
deleteLglTransDate
@Nonnull LegalTransactionServiceBatchChangeSet deleteLglTransDate(@Nonnull LglTransDate lglTransDate) Deletes an existingLglTransDateentity in the S/4HANA system.- Parameters:
lglTransDate-LglTransDateentity 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.
-
createLglTransEntity
@Nonnull LegalTransactionServiceBatchChangeSet createLglTransEntity(@Nonnull LglTransEntity lglTransEntity) Create a newLglTransEntityentity and save it to the S/4HANA system.- Parameters:
lglTransEntity-LglTransEntityentity 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.
-
updateLglTransEntity
@Nonnull LegalTransactionServiceBatchChangeSet updateLglTransEntity(@Nonnull LglTransEntity lglTransEntity) Update an existingLglTransEntityentity and save it to the S/4HANA system.- Parameters:
lglTransEntity-LglTransEntityentity 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.
-
deleteLglTransEntity
@Nonnull LegalTransactionServiceBatchChangeSet deleteLglTransEntity(@Nonnull LglTransEntity lglTransEntity) Deletes an existingLglTransEntityentity in the S/4HANA system.- Parameters:
lglTransEntity-LglTransEntityentity 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.
-
createLglTransExternalContact
@Nonnull LegalTransactionServiceBatchChangeSet createLglTransExternalContact(@Nonnull LglTransExternalContact lglTransExternalContact) Create a newLglTransExternalContactentity and save it to the S/4HANA system.- Parameters:
lglTransExternalContact-LglTransExternalContactentity 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.
-
updateLglTransExternalContact
@Nonnull LegalTransactionServiceBatchChangeSet updateLglTransExternalContact(@Nonnull LglTransExternalContact lglTransExternalContact) Update an existingLglTransExternalContactentity and save it to the S/4HANA system.- Parameters:
lglTransExternalContact-LglTransExternalContactentity 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.
-
deleteLglTransExternalContact
@Nonnull LegalTransactionServiceBatchChangeSet deleteLglTransExternalContact(@Nonnull LglTransExternalContact lglTransExternalContact) Deletes an existingLglTransExternalContactentity in the S/4HANA system.- Parameters:
lglTransExternalContact-LglTransExternalContactentity 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.
-
createLglTransInternalContact
@Nonnull LegalTransactionServiceBatchChangeSet createLglTransInternalContact(@Nonnull LglTransInternalContact lglTransInternalContact) Create a newLglTransInternalContactentity and save it to the S/4HANA system.- Parameters:
lglTransInternalContact-LglTransInternalContactentity 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.
-
updateLglTransInternalContact
@Nonnull LegalTransactionServiceBatchChangeSet updateLglTransInternalContact(@Nonnull LglTransInternalContact lglTransInternalContact) Update an existingLglTransInternalContactentity and save it to the S/4HANA system.- Parameters:
lglTransInternalContact-LglTransInternalContactentity 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.
-
deleteLglTransInternalContact
@Nonnull LegalTransactionServiceBatchChangeSet deleteLglTransInternalContact(@Nonnull LglTransInternalContact lglTransInternalContact) Deletes an existingLglTransInternalContactentity in the S/4HANA system.- Parameters:
lglTransInternalContact-LglTransInternalContactentity 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.
-
createLglTransLinkedObjects
@Nonnull LegalTransactionServiceBatchChangeSet createLglTransLinkedObjects(@Nonnull LglTransLinkedObjects lglTransLinkedObjects) Create a newLglTransLinkedObjectsentity and save it to the S/4HANA system.- Parameters:
lglTransLinkedObjects-LglTransLinkedObjectsentity 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.
-
updateLglTransLinkedObjects
@Nonnull LegalTransactionServiceBatchChangeSet updateLglTransLinkedObjects(@Nonnull LglTransLinkedObjects lglTransLinkedObjects) Update an existingLglTransLinkedObjectsentity and save it to the S/4HANA system.- Parameters:
lglTransLinkedObjects-LglTransLinkedObjectsentity 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.
-
deleteLglTransLinkedObjects
@Nonnull LegalTransactionServiceBatchChangeSet deleteLglTransLinkedObjects(@Nonnull LglTransLinkedObjects lglTransLinkedObjects) Deletes an existingLglTransLinkedObjectsentity in the S/4HANA system.- Parameters:
lglTransLinkedObjects-LglTransLinkedObjectsentity 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.
-
createLglTransRelationship
@Nonnull LegalTransactionServiceBatchChangeSet createLglTransRelationship(@Nonnull LglTransRelationship lglTransRelationship) Create a newLglTransRelationshipentity and save it to the S/4HANA system.- Parameters:
lglTransRelationship-LglTransRelationshipentity 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.
-
updateLglTransRelationship
@Nonnull LegalTransactionServiceBatchChangeSet updateLglTransRelationship(@Nonnull LglTransRelationship lglTransRelationship) Update an existingLglTransRelationshipentity and save it to the S/4HANA system.- Parameters:
lglTransRelationship-LglTransRelationshipentity 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.
-
deleteLglTransRelationship
@Nonnull LegalTransactionServiceBatchChangeSet deleteLglTransRelationship(@Nonnull LglTransRelationship lglTransRelationship) Deletes an existingLglTransRelationshipentity in the S/4HANA system.- Parameters:
lglTransRelationship-LglTransRelationshipentity 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.
-