Class DefaultFundService

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultFundService
All Implemented Interfaces:
BatchService<FundServiceBatch>, FundService

@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultFundService") @Deprecated public class DefaultFundService extends Object implements FundService
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 the fund master data from SAP S/4HANA Cloud system. This service is based on the OData protocol and can be consumed in SAP Fiori apps and other user interfaces..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_FUNDCORE
API Version: 1.1.0
Minimum ERP Version: 2302
Communication Scenario: Public Sector API Integration(SAP_COM_0761)
Scope Items: Government Budget Planning(6UC)
Authentication Methods: x509
Business Object: Fund
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultFundService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: FundService
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Specified by:
      withServicePath in interface FundService
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull public DefaultFundServiceBatch batch()
      Deprecated.
      Specified by:
      batch in interface BatchService<FundServiceBatch>
    • getAllFundCore

      @Nonnull public FundCoreFluentHelper getAllFundCore()
      Deprecated.
      Description copied from interface: FundService
      Fetch multiple FundCore entities.
      Specified by:
      getAllFundCore in interface FundService
      Returns:
      A fluent helper to fetch multiple FundCore 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.
    • getFundCoreByKey

      @Nonnull public FundCoreByKeyFluentHelper getFundCoreByKey(String financialManagementArea, String fund)
      Deprecated.
      Description copied from interface: FundService
      Fetch a single FundCore entity using key fields.
      Specified by:
      getFundCoreByKey in interface FundService
      Parameters:
      financialManagementArea - Financial Management Area

      Constraints: Not nullable, Maximum length: 4

      fund - Fund

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single FundCore 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.
    • createFundCore

      @Nonnull public FundCoreCreateFluentHelper createFundCore(@Nonnull FundCore fundCore)
      Deprecated.
      Description copied from interface: FundService
      Create a new FundCore entity and save it to the S/4HANA system.
      Specified by:
      createFundCore in interface FundService
      Parameters:
      fundCore - FundCore entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new FundCore entity. To perform execution, call the execute method on the fluent helper object.
    • updateFundCore

      @Nonnull public FundCoreUpdateFluentHelper updateFundCore(@Nonnull FundCore fundCore)
      Deprecated.
      Description copied from interface: FundService
      Update an existing FundCore entity and save it to the S/4HANA system.
      Specified by:
      updateFundCore in interface FundService
      Parameters:
      fundCore - FundCore entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing FundCore entity. To perform execution, call the execute method on the fluent helper object.
    • deleteFundCore

      @Nonnull public FundCoreDeleteFluentHelper deleteFundCore(@Nonnull FundCore fundCore)
      Deprecated.
      Description copied from interface: FundService
      Deletes an existing FundCore entity in the S/4HANA system.
      Specified by:
      deleteFundCore in interface FundService
      Parameters:
      fundCore - FundCore entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing FundCore entity. To perform execution, call the execute method on the fluent helper object.
    • getAllFundText

      @Nonnull public FundTextFluentHelper getAllFundText()
      Deprecated.
      Description copied from interface: FundService
      Fetch multiple FundText entities.
      Specified by:
      getAllFundText in interface FundService
      Returns:
      A fluent helper to fetch multiple FundText 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.
    • getFundTextByKey

      @Nonnull public FundTextByKeyFluentHelper getFundTextByKey(String financialManagementArea, String fund, String language)
      Deprecated.
      Description copied from interface: FundService
      Fetch a single FundText entity using key fields.
      Specified by:
      getFundTextByKey in interface FundService
      Parameters:
      financialManagementArea - Financial Management Area

      Constraints: Not nullable, Maximum length: 4

      fund - Fund

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FundText 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.
    • updateFundText

      @Nonnull public FundTextUpdateFluentHelper updateFundText(@Nonnull FundText fundText)
      Deprecated.
      Description copied from interface: FundService
      Update an existing FundText entity and save it to the S/4HANA system.
      Specified by:
      updateFundText in interface FundService
      Parameters:
      fundText - FundText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing FundText entity. To perform execution, call the execute method on the fluent helper object.