Class DefaultLegalTransactionService
- All Implemented Interfaces:
BatchService<LegalTransactionServiceBatch>,LegalTransactionService
Legal Transactions are business objects that are used to manage the lifecycle of legal content. The service contains legal transactions, categories, category groups, parent categories, dates, entities, external contacts, internal contacts, linked objects, and relationships nodes. The information sent in the request as a payload, is used when creating a legal transaction, including appropriate checks for restricted values and authorizations. Once the legal transaction has been created, the legal transaction ID is sent in the response with the data included in the legal transaction. If there are any issues when the legal transaction is created, the system displays error messages in the response. Note that we support only deep create for the legal transaction node..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_LEGAL_TRANSACTION_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Legal Transaction Integration(SAP_COM_0140), Procurement - Supplier Quotation Management Integration(SAP_COM_0760) |
| Scope Items: | SAP S/4HANA for Enterprise Contract Management(1XV), Direct Material Sourcing(4RD) |
| Authentication Methods: | x509 |
| Business Object: | Legal Transaction |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.LegalTransactionService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingLegalTransactionService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Creates a fluent helper for the Cancel OData function import.createLegalTransaction(LegalTransaction legalTransaction) Deprecated.Create a newLegalTransactionentity and save it to the S/4HANA system.createLglTransDate(LglTransDate lglTransDate) Deprecated.Create a newLglTransDateentity and save it to the S/4HANA system.createLglTransEntity(LglTransEntity lglTransEntity) Deprecated.Create a newLglTransEntityentity and save it to the S/4HANA system.createLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.Create a newLglTransExternalContactentity and save it to the S/4HANA system.createLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.Create a newLglTransInternalContactentity and save it to the S/4HANA system.createLglTransLinkedObjects(LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Create a newLglTransLinkedObjectsentity and save it to the S/4HANA system.createLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.Create a newLglTransRelationshipentity and save it to the S/4HANA system.deleteLglTransDate(LglTransDate lglTransDate) Deprecated.Deletes an existingLglTransDateentity in the S/4HANA system.deleteLglTransEntity(LglTransEntity lglTransEntity) Deprecated.Deletes an existingLglTransEntityentity in the S/4HANA system.deleteLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.Deletes an existingLglTransExternalContactentity in the S/4HANA system.deleteLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.Deletes an existingLglTransInternalContactentity in the S/4HANA system.deleteLglTransLinkedObjects(LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Deletes an existingLglTransLinkedObjectsentity in the S/4HANA system.deleteLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.Deletes an existingLglTransRelationshipentity in the S/4HANA system.Deprecated.Fetch multipleLegalTransactionentities.Deprecated.Fetch multipleLglTransCategoryentities.Deprecated.Fetch multipleLglTransCategoryGroupentities.Deprecated.Fetch multipleLglTransDateentities.Deprecated.Fetch multipleLglTransEntityentities.Deprecated.Fetch multipleLglTransExternalContactentities.Deprecated.Fetch multipleLglTransInternalContactentities.Deprecated.Fetch multipleLglTransLinkedObjectsentities.Deprecated.Fetch multipleLglTransParentCategoryentities.Deprecated.Fetch multipleLglTransRelationshipentities.getLegalTransactionByKey(UUID legalTransactionUUID) Deprecated.Fetch a singleLegalTransactionentity using key fields.getLglTransCategoryByKey(UUID legalTransactionCategoryUUID) Deprecated.Fetch a singleLglTransCategoryentity using key fields.getLglTransCategoryGroupByKey(UUID legalTransactionCatGroupUUID) Deprecated.Fetch a singleLglTransCategoryGroupentity using key fields.getLglTransDateByKey(UUID legalTransactionDateUUID) Deprecated.Fetch a singleLglTransDateentity using key fields.getLglTransEntityByKey(UUID legalTransactionEntityUUID) Deprecated.Fetch a singleLglTransEntityentity using key fields.getLglTransExternalContactByKey(UUID legalTransactionExtCntctUUID) Deprecated.Fetch a singleLglTransExternalContactentity using key fields.getLglTransInternalContactByKey(UUID legalTransactionIntCntctUUID) Deprecated.Fetch a singleLglTransInternalContactentity using key fields.getLglTransLinkedObjectsByKey(UUID legalTransactionLinkdObjUUID) Deprecated.Fetch a singleLglTransLinkedObjectsentity using key fields.getLglTransParentCategoryByKey(UUID legalTransactionParCatUUID) Deprecated.Fetch a singleLglTransParentCategoryentity using key fields.getLglTransRelationshipByKey(UUID legalTransactionRelshpUUID) Deprecated.Fetch a singleLglTransRelationshipentity using key fields.Deprecated.Creates a fluent helper for the Terminate OData function import.updateLegalTransaction(LegalTransaction legalTransaction) Deprecated.Update an existingLegalTransactionentity and save it to the S/4HANA system.updateLglTransDate(LglTransDate lglTransDate) Deprecated.Update an existingLglTransDateentity and save it to the S/4HANA system.updateLglTransEntity(LglTransEntity lglTransEntity) Deprecated.Update an existingLglTransEntityentity and save it to the S/4HANA system.updateLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.Update an existingLglTransExternalContactentity and save it to the S/4HANA system.updateLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.Update an existingLglTransInternalContactentity and save it to the S/4HANA system.updateLglTransLinkedObjects(LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Update an existingLglTransLinkedObjectsentity and save it to the S/4HANA system.updateLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.Update an existingLglTransRelationshipentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultLegalTransactionService
public DefaultLegalTransactionService()Deprecated.Creates a service usingLegalTransactionService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:LegalTransactionServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceLegalTransactionService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<LegalTransactionServiceBatch>
-
getAllLegalTransaction
Deprecated.Description copied from interface:LegalTransactionServiceFetch multipleLegalTransactionentities.- Specified by:
getAllLegalTransactionin interfaceLegalTransactionService- Returns:
- A fluent helper to fetch multiple
LegalTransactionentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLegalTransactionByKey
@Nonnull public LegalTransactionByKeyFluentHelper getLegalTransactionByKey(UUID legalTransactionUUID) Deprecated.Description copied from interface:LegalTransactionServiceFetch a singleLegalTransactionentity using key fields.- Specified by:
getLegalTransactionByKeyin interfaceLegalTransactionService- Parameters:
legalTransactionUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LegalTransactionentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createLegalTransaction
@Nonnull public LegalTransactionCreateFluentHelper createLegalTransaction(@Nonnull LegalTransaction legalTransaction) Deprecated.Description copied from interface:LegalTransactionServiceCreate a newLegalTransactionentity and save it to the S/4HANA system.- Specified by:
createLegalTransactionin interfaceLegalTransactionService- Parameters:
legalTransaction-LegalTransactionentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LegalTransactionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLegalTransaction
@Nonnull public LegalTransactionUpdateFluentHelper updateLegalTransaction(@Nonnull LegalTransaction legalTransaction) Deprecated.Description copied from interface:LegalTransactionServiceUpdate an existingLegalTransactionentity and save it to the S/4HANA system.- Specified by:
updateLegalTransactionin interfaceLegalTransactionService- Parameters:
legalTransaction-LegalTransactionentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LegalTransactionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransCategory
Deprecated.Description copied from interface:LegalTransactionServiceFetch multipleLglTransCategoryentities.- Specified by:
getAllLglTransCategoryin interfaceLegalTransactionService- Returns:
- A fluent helper to fetch multiple
LglTransCategoryentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLglTransCategoryByKey
@Nonnull public LglTransCategoryByKeyFluentHelper getLglTransCategoryByKey(UUID legalTransactionCategoryUUID) Deprecated.Description copied from interface:LegalTransactionServiceFetch a singleLglTransCategoryentity using key fields.- Specified by:
getLglTransCategoryByKeyin interfaceLegalTransactionService- Parameters:
legalTransactionCategoryUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransCategoryentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransCategoryGroup
Deprecated.Description copied from interface:LegalTransactionServiceFetch multipleLglTransCategoryGroupentities.- Specified by:
getAllLglTransCategoryGroupin interfaceLegalTransactionService- Returns:
- A fluent helper to fetch multiple
LglTransCategoryGroupentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLglTransCategoryGroupByKey
@Nonnull public LglTransCategoryGroupByKeyFluentHelper getLglTransCategoryGroupByKey(UUID legalTransactionCatGroupUUID) Deprecated.Description copied from interface:LegalTransactionServiceFetch a singleLglTransCategoryGroupentity using key fields.- Specified by:
getLglTransCategoryGroupByKeyin interfaceLegalTransactionService- Parameters:
legalTransactionCatGroupUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransCategoryGroupentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransDate
Deprecated.Description copied from interface:LegalTransactionServiceFetch multipleLglTransDateentities.- Specified by:
getAllLglTransDatein interfaceLegalTransactionService- Returns:
- A fluent helper to fetch multiple
LglTransDateentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLglTransDateByKey
Deprecated.Description copied from interface:LegalTransactionServiceFetch a singleLglTransDateentity using key fields.- Specified by:
getLglTransDateByKeyin interfaceLegalTransactionService- Parameters:
legalTransactionDateUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransDateentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createLglTransDate
@Nonnull public LglTransDateCreateFluentHelper createLglTransDate(@Nonnull LglTransDate lglTransDate) Deprecated.Description copied from interface:LegalTransactionServiceCreate a newLglTransDateentity and save it to the S/4HANA system.- Specified by:
createLglTransDatein interfaceLegalTransactionService- Parameters:
lglTransDate-LglTransDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransDate
@Nonnull public LglTransDateUpdateFluentHelper updateLglTransDate(@Nonnull LglTransDate lglTransDate) Deprecated.Description copied from interface:LegalTransactionServiceUpdate an existingLglTransDateentity and save it to the S/4HANA system.- Specified by:
updateLglTransDatein interfaceLegalTransactionService- Parameters:
lglTransDate-LglTransDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransDate
@Nonnull public LglTransDateDeleteFluentHelper deleteLglTransDate(@Nonnull LglTransDate lglTransDate) Deprecated.Description copied from interface:LegalTransactionServiceDeletes an existingLglTransDateentity in the S/4HANA system.- Specified by:
deleteLglTransDatein interfaceLegalTransactionService- Parameters:
lglTransDate-LglTransDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransEntity
Deprecated.Description copied from interface:LegalTransactionServiceFetch multipleLglTransEntityentities.- Specified by:
getAllLglTransEntityin interfaceLegalTransactionService- Returns:
- A fluent helper to fetch multiple
LglTransEntityentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLglTransEntityByKey
@Nonnull public LglTransEntityByKeyFluentHelper getLglTransEntityByKey(UUID legalTransactionEntityUUID) Deprecated.Description copied from interface:LegalTransactionServiceFetch a singleLglTransEntityentity using key fields.- Specified by:
getLglTransEntityByKeyin interfaceLegalTransactionService- Parameters:
legalTransactionEntityUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransEntityentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createLglTransEntity
@Nonnull public LglTransEntityCreateFluentHelper createLglTransEntity(@Nonnull LglTransEntity lglTransEntity) Deprecated.Description copied from interface:LegalTransactionServiceCreate a newLglTransEntityentity and save it to the S/4HANA system.- Specified by:
createLglTransEntityin interfaceLegalTransactionService- Parameters:
lglTransEntity-LglTransEntityentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransEntityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransEntity
@Nonnull public LglTransEntityUpdateFluentHelper updateLglTransEntity(@Nonnull LglTransEntity lglTransEntity) Deprecated.Description copied from interface:LegalTransactionServiceUpdate an existingLglTransEntityentity and save it to the S/4HANA system.- Specified by:
updateLglTransEntityin interfaceLegalTransactionService- Parameters:
lglTransEntity-LglTransEntityentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransEntityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransEntity
@Nonnull public LglTransEntityDeleteFluentHelper deleteLglTransEntity(@Nonnull LglTransEntity lglTransEntity) Deprecated.Description copied from interface:LegalTransactionServiceDeletes an existingLglTransEntityentity in the S/4HANA system.- Specified by:
deleteLglTransEntityin interfaceLegalTransactionService- Parameters:
lglTransEntity-LglTransEntityentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransEntityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransExternalContact
Deprecated.Description copied from interface:LegalTransactionServiceFetch multipleLglTransExternalContactentities.- Specified by:
getAllLglTransExternalContactin interfaceLegalTransactionService- Returns:
- A fluent helper to fetch multiple
LglTransExternalContactentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLglTransExternalContactByKey
@Nonnull public LglTransExternalContactByKeyFluentHelper getLglTransExternalContactByKey(UUID legalTransactionExtCntctUUID) Deprecated.Description copied from interface:LegalTransactionServiceFetch a singleLglTransExternalContactentity using key fields.- Specified by:
getLglTransExternalContactByKeyin interfaceLegalTransactionService- Parameters:
legalTransactionExtCntctUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransExternalContactentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createLglTransExternalContact
@Nonnull public LglTransExternalContactCreateFluentHelper createLglTransExternalContact(@Nonnull LglTransExternalContact lglTransExternalContact) Deprecated.Description copied from interface:LegalTransactionServiceCreate a newLglTransExternalContactentity and save it to the S/4HANA system.- Specified by:
createLglTransExternalContactin interfaceLegalTransactionService- Parameters:
lglTransExternalContact-LglTransExternalContactentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransExternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransExternalContact
@Nonnull public LglTransExternalContactUpdateFluentHelper updateLglTransExternalContact(@Nonnull LglTransExternalContact lglTransExternalContact) Deprecated.Description copied from interface:LegalTransactionServiceUpdate an existingLglTransExternalContactentity and save it to the S/4HANA system.- Specified by:
updateLglTransExternalContactin interfaceLegalTransactionService- Parameters:
lglTransExternalContact-LglTransExternalContactentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransExternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransExternalContact
@Nonnull public LglTransExternalContactDeleteFluentHelper deleteLglTransExternalContact(@Nonnull LglTransExternalContact lglTransExternalContact) Deprecated.Description copied from interface:LegalTransactionServiceDeletes an existingLglTransExternalContactentity in the S/4HANA system.- Specified by:
deleteLglTransExternalContactin interfaceLegalTransactionService- Parameters:
lglTransExternalContact-LglTransExternalContactentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransExternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransInternalContact
Deprecated.Description copied from interface:LegalTransactionServiceFetch multipleLglTransInternalContactentities.- Specified by:
getAllLglTransInternalContactin interfaceLegalTransactionService- Returns:
- A fluent helper to fetch multiple
LglTransInternalContactentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLglTransInternalContactByKey
@Nonnull public LglTransInternalContactByKeyFluentHelper getLglTransInternalContactByKey(UUID legalTransactionIntCntctUUID) Deprecated.Description copied from interface:LegalTransactionServiceFetch a singleLglTransInternalContactentity using key fields.- Specified by:
getLglTransInternalContactByKeyin interfaceLegalTransactionService- Parameters:
legalTransactionIntCntctUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransInternalContactentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createLglTransInternalContact
@Nonnull public LglTransInternalContactCreateFluentHelper createLglTransInternalContact(@Nonnull LglTransInternalContact lglTransInternalContact) Deprecated.Description copied from interface:LegalTransactionServiceCreate a newLglTransInternalContactentity and save it to the S/4HANA system.- Specified by:
createLglTransInternalContactin interfaceLegalTransactionService- Parameters:
lglTransInternalContact-LglTransInternalContactentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransInternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransInternalContact
@Nonnull public LglTransInternalContactUpdateFluentHelper updateLglTransInternalContact(@Nonnull LglTransInternalContact lglTransInternalContact) Deprecated.Description copied from interface:LegalTransactionServiceUpdate an existingLglTransInternalContactentity and save it to the S/4HANA system.- Specified by:
updateLglTransInternalContactin interfaceLegalTransactionService- Parameters:
lglTransInternalContact-LglTransInternalContactentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransInternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransInternalContact
@Nonnull public LglTransInternalContactDeleteFluentHelper deleteLglTransInternalContact(@Nonnull LglTransInternalContact lglTransInternalContact) Deprecated.Description copied from interface:LegalTransactionServiceDeletes an existingLglTransInternalContactentity in the S/4HANA system.- Specified by:
deleteLglTransInternalContactin interfaceLegalTransactionService- Parameters:
lglTransInternalContact-LglTransInternalContactentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransInternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransLinkedObjects
Deprecated.Description copied from interface:LegalTransactionServiceFetch multipleLglTransLinkedObjectsentities.- Specified by:
getAllLglTransLinkedObjectsin interfaceLegalTransactionService- Returns:
- A fluent helper to fetch multiple
LglTransLinkedObjectsentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLglTransLinkedObjectsByKey
@Nonnull public LglTransLinkedObjectsByKeyFluentHelper getLglTransLinkedObjectsByKey(UUID legalTransactionLinkdObjUUID) Deprecated.Description copied from interface:LegalTransactionServiceFetch a singleLglTransLinkedObjectsentity using key fields.- Specified by:
getLglTransLinkedObjectsByKeyin interfaceLegalTransactionService- Parameters:
legalTransactionLinkdObjUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransLinkedObjectsentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createLglTransLinkedObjects
@Nonnull public LglTransLinkedObjectsCreateFluentHelper createLglTransLinkedObjects(@Nonnull LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Description copied from interface:LegalTransactionServiceCreate a newLglTransLinkedObjectsentity and save it to the S/4HANA system.- Specified by:
createLglTransLinkedObjectsin interfaceLegalTransactionService- Parameters:
lglTransLinkedObjects-LglTransLinkedObjectsentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransLinkedObjectsentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransLinkedObjects
@Nonnull public LglTransLinkedObjectsUpdateFluentHelper updateLglTransLinkedObjects(@Nonnull LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Description copied from interface:LegalTransactionServiceUpdate an existingLglTransLinkedObjectsentity and save it to the S/4HANA system.- Specified by:
updateLglTransLinkedObjectsin interfaceLegalTransactionService- Parameters:
lglTransLinkedObjects-LglTransLinkedObjectsentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransLinkedObjectsentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransLinkedObjects
@Nonnull public LglTransLinkedObjectsDeleteFluentHelper deleteLglTransLinkedObjects(@Nonnull LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Description copied from interface:LegalTransactionServiceDeletes an existingLglTransLinkedObjectsentity in the S/4HANA system.- Specified by:
deleteLglTransLinkedObjectsin interfaceLegalTransactionService- Parameters:
lglTransLinkedObjects-LglTransLinkedObjectsentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransLinkedObjectsentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransParentCategory
Deprecated.Description copied from interface:LegalTransactionServiceFetch multipleLglTransParentCategoryentities.- Specified by:
getAllLglTransParentCategoryin interfaceLegalTransactionService- Returns:
- A fluent helper to fetch multiple
LglTransParentCategoryentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLglTransParentCategoryByKey
@Nonnull public LglTransParentCategoryByKeyFluentHelper getLglTransParentCategoryByKey(UUID legalTransactionParCatUUID) Deprecated.Description copied from interface:LegalTransactionServiceFetch a singleLglTransParentCategoryentity using key fields.- Specified by:
getLglTransParentCategoryByKeyin interfaceLegalTransactionService- Parameters:
legalTransactionParCatUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransParentCategoryentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransRelationship
Deprecated.Description copied from interface:LegalTransactionServiceFetch multipleLglTransRelationshipentities.- Specified by:
getAllLglTransRelationshipin interfaceLegalTransactionService- Returns:
- A fluent helper to fetch multiple
LglTransRelationshipentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLglTransRelationshipByKey
@Nonnull public LglTransRelationshipByKeyFluentHelper getLglTransRelationshipByKey(UUID legalTransactionRelshpUUID) Deprecated.Description copied from interface:LegalTransactionServiceFetch a singleLglTransRelationshipentity using key fields.- Specified by:
getLglTransRelationshipByKeyin interfaceLegalTransactionService- Parameters:
legalTransactionRelshpUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransRelationshipentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createLglTransRelationship
@Nonnull public LglTransRelationshipCreateFluentHelper createLglTransRelationship(@Nonnull LglTransRelationship lglTransRelationship) Deprecated.Description copied from interface:LegalTransactionServiceCreate a newLglTransRelationshipentity and save it to the S/4HANA system.- Specified by:
createLglTransRelationshipin interfaceLegalTransactionService- Parameters:
lglTransRelationship-LglTransRelationshipentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransRelationshipentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransRelationship
@Nonnull public LglTransRelationshipUpdateFluentHelper updateLglTransRelationship(@Nonnull LglTransRelationship lglTransRelationship) Deprecated.Description copied from interface:LegalTransactionServiceUpdate an existingLglTransRelationshipentity and save it to the S/4HANA system.- Specified by:
updateLglTransRelationshipin interfaceLegalTransactionService- Parameters:
lglTransRelationship-LglTransRelationshipentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransRelationshipentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransRelationship
@Nonnull public LglTransRelationshipDeleteFluentHelper deleteLglTransRelationship(@Nonnull LglTransRelationship lglTransRelationship) Deprecated.Description copied from interface:LegalTransactionServiceDeletes an existingLglTransRelationshipentity in the S/4HANA system.- Specified by:
deleteLglTransRelationshipin interfaceLegalTransactionService- Parameters:
lglTransRelationship-LglTransRelationshipentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransRelationshipentity. To perform execution, call theexecutemethod on the fluent helper object.
-
cancel
Deprecated.Description copied from interface:LegalTransactionServiceCreates a fluent helper for the Cancel OData function import.
- Specified by:
cancelin interfaceLegalTransactionService- Parameters:
legalTransactionUUID- Universal Unique IDConstraints: none
Original parameter name from the Odata EDM: LegalTransactionUUID
- Returns:
- A fluent helper object that will execute the Cancel OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
terminate
Deprecated.Description copied from interface:LegalTransactionServiceCreates a fluent helper for the Terminate OData function import.
- Specified by:
terminatein interfaceLegalTransactionService- Parameters:
legalTransactionUUID- Universal Unique IDConstraints: none
Original parameter name from the Odata EDM: LegalTransactionUUID
- Returns:
- A fluent helper object that will execute the Terminate OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-