Interface SupplierActivityService

All Superinterfaces:
BatchService<SupplierActivityServiceBatch>
All Known Implementing Classes:
DefaultSupplierActivityService

@Deprecated public interface SupplierActivityService extends BatchService<SupplierActivityServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service enables you to create, read, update and delete procurement-related activities through an API call.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_SUPPLIER_ACTIVITY_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Supplier Activity Integration(SAP_COM_0137)
Scope Items: Activity Management in Procurement(19C)
Authentication Methods: x509
Business Object: Supplier Activity
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull SupplierActivityService 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.
    • getAllSuplrActyDescription

      @Nonnull SuplrActyDescriptionFluentHelper getAllSuplrActyDescription()
      Deprecated.
      Fetch multiple SuplrActyDescription entities.
      Returns:
      A fluent helper to fetch multiple SuplrActyDescription entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSuplrActyDescriptionByKey

      @Nonnull SuplrActyDescriptionByKeyFluentHelper getSuplrActyDescriptionByKey(UUID suplrActyUUID, String language)
      Deprecated.
      Fetch a single SuplrActyDescription entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      suplrActyUUID - Activity UUID

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single SuplrActyDescription entity 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 the execute method on the fluent helper object.
    • createSuplrActyDescription

      @Nonnull SuplrActyDescriptionCreateFluentHelper createSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription)
      Deprecated.
      Create a new SuplrActyDescription entity and save it to the S/4HANA system.
      Parameters:
      suplrActyDescription - SuplrActyDescription entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SuplrActyDescription entity. To perform execution, call the execute method on the fluent helper object.
    • updateSuplrActyDescription

      @Nonnull SuplrActyDescriptionUpdateFluentHelper updateSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription)
      Deprecated.
      Update an existing SuplrActyDescription entity and save it to the S/4HANA system.
      Parameters:
      suplrActyDescription - SuplrActyDescription entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SuplrActyDescription entity. To perform execution, call the execute method on the fluent helper object.
    • deleteSuplrActyDescription

      @Nonnull SuplrActyDescriptionDeleteFluentHelper deleteSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription)
      Deprecated.
      Deletes an existing SuplrActyDescription entity in the S/4HANA system.
      Parameters:
      suplrActyDescription - SuplrActyDescription entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing SuplrActyDescription entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSuplrActyParticipant

      @Nonnull SuplrActyParticipantFluentHelper getAllSuplrActyParticipant()
      Deprecated.
      Fetch multiple SuplrActyParticipant entities.
      Returns:
      A fluent helper to fetch multiple SuplrActyParticipant entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSuplrActyParticipantByKey

      @Nonnull SuplrActyParticipantByKeyFluentHelper getSuplrActyParticipantByKey(UUID suplrActyPartyUUID)
      Deprecated.
      Fetch a single SuplrActyParticipant entity using key fields.
      Parameters:
      suplrActyPartyUUID - Activity Party UUID

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single SuplrActyParticipant entity 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 the execute method on the fluent helper object.
    • createSuplrActyParticipant

      @Nonnull SuplrActyParticipantCreateFluentHelper createSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant)
      Deprecated.
      Create a new SuplrActyParticipant entity and save it to the S/4HANA system.
      Parameters:
      suplrActyParticipant - SuplrActyParticipant entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SuplrActyParticipant entity. To perform execution, call the execute method on the fluent helper object.
    • updateSuplrActyParticipant

      @Nonnull SuplrActyParticipantUpdateFluentHelper updateSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant)
      Deprecated.
      Update an existing SuplrActyParticipant entity and save it to the S/4HANA system.
      Parameters:
      suplrActyParticipant - SuplrActyParticipant entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SuplrActyParticipant entity. To perform execution, call the execute method on the fluent helper object.
    • deleteSuplrActyParticipant

      @Nonnull SuplrActyParticipantDeleteFluentHelper deleteSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant)
      Deprecated.
      Deletes an existing SuplrActyParticipant entity in the S/4HANA system.
      Parameters:
      suplrActyParticipant - SuplrActyParticipant entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing SuplrActyParticipant entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSuplrActyPurchaserResp

      @Nonnull SuplrActyPurchaserRespFluentHelper getAllSuplrActyPurchaserResp()
      Deprecated.
      Fetch multiple SuplrActyPurchaserResp entities.
      Returns:
      A fluent helper to fetch multiple SuplrActyPurchaserResp entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSuplrActyPurchaserRespByKey

      @Nonnull SuplrActyPurchaserRespByKeyFluentHelper getSuplrActyPurchaserRespByKey(UUID suplrActyPartyUUID)
      Deprecated.
      Fetch a single SuplrActyPurchaserResp entity using key fields.
      Parameters:
      suplrActyPartyUUID - Activity Party UUID

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single SuplrActyPurchaserResp entity 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 the execute method on the fluent helper object.
    • updateSuplrActyPurchaserResp

      @Nonnull SuplrActyPurchaserRespUpdateFluentHelper updateSuplrActyPurchaserResp(@Nonnull SuplrActyPurchaserResp suplrActyPurchaserResp)
      Deprecated.
      Update an existing SuplrActyPurchaserResp entity and save it to the S/4HANA system.
      Parameters:
      suplrActyPurchaserResp - SuplrActyPurchaserResp entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SuplrActyPurchaserResp entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSuplrActySupplier

      @Nonnull SuplrActySupplierFluentHelper getAllSuplrActySupplier()
      Deprecated.
      Fetch multiple SuplrActySupplier entities.
      Returns:
      A fluent helper to fetch multiple SuplrActySupplier entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSuplrActySupplierByKey

      @Nonnull SuplrActySupplierByKeyFluentHelper getSuplrActySupplierByKey(UUID suplrActyPartyUUID)
      Deprecated.
      Fetch a single SuplrActySupplier entity using key fields.
      Parameters:
      suplrActyPartyUUID - Activity Party UUID

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single SuplrActySupplier entity 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 the execute method on the fluent helper object.
    • createSuplrActySupplier

      @Nonnull SuplrActySupplierCreateFluentHelper createSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier)
      Deprecated.
      Create a new SuplrActySupplier entity and save it to the S/4HANA system.
      Parameters:
      suplrActySupplier - SuplrActySupplier entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SuplrActySupplier entity. To perform execution, call the execute method on the fluent helper object.
    • updateSuplrActySupplier

      @Nonnull SuplrActySupplierUpdateFluentHelper updateSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier)
      Deprecated.
      Update an existing SuplrActySupplier entity and save it to the S/4HANA system.
      Parameters:
      suplrActySupplier - SuplrActySupplier entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SuplrActySupplier entity. To perform execution, call the execute method on the fluent helper object.
    • deleteSuplrActySupplier

      @Nonnull SuplrActySupplierDeleteFluentHelper deleteSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier)
      Deprecated.
      Deletes an existing SuplrActySupplier entity in the S/4HANA system.
      Parameters:
      suplrActySupplier - SuplrActySupplier entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing SuplrActySupplier entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSupplierActivity

      @Nonnull SupplierActivityFluentHelper getAllSupplierActivity()
      Deprecated.
      Fetch multiple SupplierActivity entities.
      Returns:
      A fluent helper to fetch multiple SupplierActivity entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getSupplierActivityByKey

      @Nonnull SupplierActivityByKeyFluentHelper getSupplierActivityByKey(UUID suplrActyUUID)
      Deprecated.
      Fetch a single SupplierActivity entity using key fields.
      Parameters:
      suplrActyUUID - Activity UUID

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single SupplierActivity entity 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 the execute method on the fluent helper object.
    • createSupplierActivity

      @Nonnull SupplierActivityCreateFluentHelper createSupplierActivity(@Nonnull SupplierActivity supplierActivity)
      Deprecated.
      Create a new SupplierActivity entity and save it to the S/4HANA system.
      Parameters:
      supplierActivity - SupplierActivity entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SupplierActivity entity. To perform execution, call the execute method on the fluent helper object.
    • updateSupplierActivity

      @Nonnull SupplierActivityUpdateFluentHelper updateSupplierActivity(@Nonnull SupplierActivity supplierActivity)
      Deprecated.
      Update an existing SupplierActivity entity and save it to the S/4HANA system.
      Parameters:
      supplierActivity - SupplierActivity entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SupplierActivity entity. To perform execution, call the execute method on the fluent helper object.
    • deleteSupplierActivity

      @Nonnull SupplierActivityDeleteFluentHelper deleteSupplierActivity(@Nonnull SupplierActivity supplierActivity)
      Deprecated.
      Deletes an existing SupplierActivity entity in the S/4HANA system.
      Parameters:
      supplierActivity - SupplierActivity entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing SupplierActivity entity. To perform execution, call the execute method on the fluent helper object.