Class DefaultDivisionService

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultDivisionService
All Implemented Interfaces:
BatchService<DivisionServiceBatch>, DivisionService

@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultDivisionService") @Deprecated public class DefaultDivisionService extends Object implements DivisionService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

The service contains division and division text nodes.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_DIVISION_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: SAP Analytics Cloud for Planning Integration(SAP_COM_0087)
Scope Items: Import Connection setup with SAP Analytics Cloud(1YB)
Authentication Methods: x509
Business Object: Division
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultDivisionService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: DivisionService
      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 DivisionService
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull public DefaultDivisionServiceBatch batch()
      Deprecated.
      Specified by:
      batch in interface BatchService<DivisionServiceBatch>
    • getAllDivision

      @Nonnull public DivisionFluentHelper getAllDivision()
      Deprecated.
      Description copied from interface: DivisionService
      Fetch multiple Division entities.
      Specified by:
      getAllDivision in interface DivisionService
      Returns:
      A fluent helper to fetch multiple Division 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.
    • getDivisionByKey

      @Nonnull public DivisionByKeyFluentHelper getDivisionByKey(String division)
      Deprecated.
      Description copied from interface: DivisionService
      Fetch a single Division entity using key fields.
      Specified by:
      getDivisionByKey in interface DivisionService
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

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

      @Nonnull public DivisionTextFluentHelper getAllDivisionText()
      Deprecated.
      Description copied from interface: DivisionService
      Fetch multiple DivisionText entities.
      Specified by:
      getAllDivisionText in interface DivisionService
      Returns:
      A fluent helper to fetch multiple DivisionText 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.
    • getDivisionTextByKey

      @Nonnull public DivisionTextByKeyFluentHelper getDivisionTextByKey(String division, String language)
      Deprecated.
      Description copied from interface: DivisionService
      Fetch a single DivisionText entity using key fields.
      Specified by:
      getDivisionTextByKey in interface DivisionService
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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