Interface LegalContextService

All Known Implementing Classes:
DefaultLegalContextService

@Deprecated public interface LegalContextService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

Legal contexts are templates for legal transactions that predefines how a legal transaction must be processed; what information must be provided; which parties are involved and so on. The service contains legal context and legal context text nodes. The information sent in the request payload is used while creating a legal context, including appropriate checks for restricted values and authorizations. Once the legal context is created, the legal context ID is sent in the response. If there are any issues when the legal context is created, the system displays error messages in the response. For more information, refer to the business documentation of this API. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_LEGALCONTEXT_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Legal Context Integration(SAP_COM_0791)
Scope Items: SAP S/4HANA for Enterprise Contract Management(1XV)
Authentication Methods: x509
Service Group Name: API_LEGALCONTEXT
Business Object: Legal Context
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull LegalContextService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllLegalContext

      @Nonnull GetAllRequestBuilder<LegalContext> getAllLegalContext()
      Deprecated.
      Fetch multiple LegalContext entities.
      Returns:
      A request builder to fetch multiple LegalContext entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLegalContext

      @Nonnull CountRequestBuilder<LegalContext> countLegalContext()
      Deprecated.
      Fetch the number of entries from the LegalContext entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of LegalContext entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLegalContextByKey

      @Nonnull GetByKeyRequestBuilder<LegalContext> getLegalContextByKey(UUID lglCntntMContextUUID)
      Deprecated.
      Fetch a single LegalContext entity using key fields.
      Parameters:
      lglCntntMContextUUID - Universal Unique Identifier

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single LegalContext entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllLegalContextCategory

      @Nonnull GetAllRequestBuilder<LegalContextCategory> getAllLegalContextCategory()
      Deprecated.
      Fetch multiple LegalContextCategory entities.
      Returns:
      A request builder to fetch multiple LegalContextCategory entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLegalContextCategory

      @Nonnull CountRequestBuilder<LegalContextCategory> countLegalContextCategory()
      Deprecated.
      Fetch the number of entries from the LegalContextCategory entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of LegalContextCategory entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLegalContextCategoryByKey

      @Nonnull GetByKeyRequestBuilder<LegalContextCategory> getLegalContextCategoryByKey(UUID lglCntntMCntxtCategoryUUID)
      Deprecated.
      Fetch a single LegalContextCategory entity using key fields.
      Parameters:
      lglCntntMCntxtCategoryUUID - Universal Unique Identifier

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single LegalContextCategory entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllLegalContextCategoryGroup

      @Nonnull GetAllRequestBuilder<LegalContextCategoryGroup> getAllLegalContextCategoryGroup()
      Deprecated.
      Fetch multiple LegalContextCategoryGroup entities.
      Returns:
      A request builder to fetch multiple LegalContextCategoryGroup entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLegalContextCategoryGroup

      @Nonnull CountRequestBuilder<LegalContextCategoryGroup> countLegalContextCategoryGroup()
      Deprecated.
      Fetch the number of entries from the LegalContextCategoryGroup entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of LegalContextCategoryGroup entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLegalContextCategoryGroupByKey

      @Nonnull GetByKeyRequestBuilder<LegalContextCategoryGroup> getLegalContextCategoryGroupByKey(UUID lglCntntMCntxtCatGroupUUID)
      Deprecated.
      Fetch a single LegalContextCategoryGroup entity using key fields.
      Parameters:
      lglCntntMCntxtCatGroupUUID - Universal Unique Identifier

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single LegalContextCategoryGroup entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllLegalContextDate

      @Nonnull GetAllRequestBuilder<LegalContextDate> getAllLegalContextDate()
      Deprecated.
      Fetch multiple LegalContextDate entities.
      Returns:
      A request builder to fetch multiple LegalContextDate entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLegalContextDate

      @Nonnull CountRequestBuilder<LegalContextDate> countLegalContextDate()
      Deprecated.
      Fetch the number of entries from the LegalContextDate entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of LegalContextDate entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLegalContextDateByKey

      @Nonnull GetByKeyRequestBuilder<LegalContextDate> getLegalContextDateByKey(UUID lglCntntMCntxtDateUUID)
      Deprecated.
      Fetch a single LegalContextDate entity using key fields.
      Parameters:
      lglCntntMCntxtDateUUID - Universal Unique Identifier

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single LegalContextDate entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllLegalContextEntity

      @Nonnull GetAllRequestBuilder<LegalContextEntity> getAllLegalContextEntity()
      Deprecated.
      Fetch multiple LegalContextEntity entities.
      Returns:
      A request builder to fetch multiple LegalContextEntity entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLegalContextEntity

      @Nonnull CountRequestBuilder<LegalContextEntity> countLegalContextEntity()
      Deprecated.
      Fetch the number of entries from the LegalContextEntity entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of LegalContextEntity entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLegalContextEntityByKey

      @Nonnull GetByKeyRequestBuilder<LegalContextEntity> getLegalContextEntityByKey(UUID lglCntntMCntxtEntityUUID)
      Deprecated.
      Fetch a single LegalContextEntity entity using key fields.
      Parameters:
      lglCntntMCntxtEntityUUID - Universal Unique Identifier

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single LegalContextEntity entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllLegalContextExternalContact

      @Nonnull GetAllRequestBuilder<LegalCotextExternalContact> getAllLegalContextExternalContact()
      Deprecated.
      Fetch multiple LegalCotextExternalContact entities.
      Returns:
      A request builder to fetch multiple LegalCotextExternalContact entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLegalContextExternalContact

      @Nonnull CountRequestBuilder<LegalCotextExternalContact> countLegalContextExternalContact()
      Deprecated.
      Fetch the number of entries from the LegalCotextExternalContact entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of LegalCotextExternalContact entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLegalContextExternalContactByKey

      @Nonnull GetByKeyRequestBuilder<LegalCotextExternalContact> getLegalContextExternalContactByKey(UUID lglCntntMCntxtExtCntctUUID)
      Deprecated.
      Fetch a single LegalCotextExternalContact entity using key fields.
      Parameters:
      lglCntntMCntxtExtCntctUUID - Universal Unique Identifier

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single LegalCotextExternalContact entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllLegalContextInternalContact

      @Nonnull GetAllRequestBuilder<LegalContextIntContact> getAllLegalContextInternalContact()
      Deprecated.
      Fetch multiple LegalContextIntContact entities.
      Returns:
      A request builder to fetch multiple LegalContextIntContact entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLegalContextInternalContact

      @Nonnull CountRequestBuilder<LegalContextIntContact> countLegalContextInternalContact()
      Deprecated.
      Fetch the number of entries from the LegalContextIntContact entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of LegalContextIntContact entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLegalContextInternalContactByKey

      @Nonnull GetByKeyRequestBuilder<LegalContextIntContact> getLegalContextInternalContactByKey(UUID lglCntntMCntxtIntCntctUUID)
      Deprecated.
      Fetch a single LegalContextIntContact entity using key fields.
      Parameters:
      lglCntntMCntxtIntCntctUUID - Universal Unique Identifier

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single LegalContextIntContact entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllLegalContextLinkedObject

      @Nonnull GetAllRequestBuilder<LegalContextLinkedObject> getAllLegalContextLinkedObject()
      Deprecated.
      Fetch multiple LegalContextLinkedObject entities.
      Returns:
      A request builder to fetch multiple LegalContextLinkedObject entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLegalContextLinkedObject

      @Nonnull CountRequestBuilder<LegalContextLinkedObject> countLegalContextLinkedObject()
      Deprecated.
      Fetch the number of entries from the LegalContextLinkedObject entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of LegalContextLinkedObject entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLegalContextLinkedObjectByKey

      @Nonnull GetByKeyRequestBuilder<LegalContextLinkedObject> getLegalContextLinkedObjectByKey(UUID lglCntntMCntxtLinkObjUUID)
      Deprecated.
      Fetch a single LegalContextLinkedObject entity using key fields.
      Parameters:
      lglCntntMCntxtLinkObjUUID - Universal Unique Identifier

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single LegalContextLinkedObject entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllLegalContextParentCategory

      @Nonnull GetAllRequestBuilder<LegalContextParentCategory> getAllLegalContextParentCategory()
      Deprecated.
      Fetch multiple LegalContextParentCategory entities.
      Returns:
      A request builder to fetch multiple LegalContextParentCategory entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLegalContextParentCategory

      @Nonnull CountRequestBuilder<LegalContextParentCategory> countLegalContextParentCategory()
      Deprecated.
      Fetch the number of entries from the LegalContextParentCategory entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of LegalContextParentCategory entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLegalContextParentCategoryByKey

      @Nonnull GetByKeyRequestBuilder<LegalContextParentCategory> getLegalContextParentCategoryByKey(UUID lglCntntMCntxtParCategoryUUID)
      Deprecated.
      Fetch a single LegalContextParentCategory entity using key fields.
      Parameters:
      lglCntntMCntxtParCategoryUUID - Universal Unique Identifier

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single LegalContextParentCategory entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllLegalContextRelationship

      @Nonnull GetAllRequestBuilder<LegalContextRelationship> getAllLegalContextRelationship()
      Deprecated.
      Fetch multiple LegalContextRelationship entities.
      Returns:
      A request builder to fetch multiple LegalContextRelationship entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLegalContextRelationship

      @Nonnull CountRequestBuilder<LegalContextRelationship> countLegalContextRelationship()
      Deprecated.
      Fetch the number of entries from the LegalContextRelationship entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of LegalContextRelationship entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLegalContextRelationshipByKey

      @Nonnull GetByKeyRequestBuilder<LegalContextRelationship> getLegalContextRelationshipByKey(UUID lglCntntMCntxtRelshpUUID)
      Deprecated.
      Fetch a single LegalContextRelationship entity using key fields.
      Parameters:
      lglCntntMCntxtRelshpUUID - Universal Unique Identifier

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single LegalContextRelationship entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.