Class DefaultWarehouseService

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultWarehouseService
All Implemented Interfaces:
BatchService<WarehouseServiceBatch>, WarehouseService

@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultWarehouseService") @Deprecated public class DefaultWarehouseService extends Object implements WarehouseService
Deprecated.
The service and all its related classes are deprecated as of release 2108 (Aug 2021). Please use the odata generator to generate the VDM.

This allows you to integrate input help (F4 help) for warehouse numbers in your mobile apps.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_WAREHOUSE
API Version: 1.0.0
Minimum ERP Version: 2208
Communication Scenario: Warehousing - Master Data Integration(SAP_COM_0374)
Scope Items: Resource Management in Warehousing(3W0)
Business Object: Warehouse
  • Constructor Details

  • Method Details

    • withServicePath

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

      @Nonnull public DefaultWarehouseServiceBatch batch()
      Deprecated.
      Specified by:
      batch in interface BatchService<WarehouseServiceBatch>
    • getAllWarehouse

      @Nonnull public WarehouseFluentHelper getAllWarehouse()
      Deprecated.
      Description copied from interface: WarehouseService
      Fetch multiple Warehouse entities.
      Specified by:
      getAllWarehouse in interface WarehouseService
      Returns:
      A fluent helper to fetch multiple Warehouse 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.
    • getWarehouseByKey

      @Nonnull public WarehouseByKeyFluentHelper getWarehouseByKey(String warehouse)
      Deprecated.
      Description copied from interface: WarehouseService
      Fetch a single Warehouse entity using key fields.
      Specified by:
      getWarehouseByKey in interface WarehouseService
      Parameters:
      warehouse - Warehouse Number/Warehouse Complex

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull public WarehouseStorageTypeFluentHelper getAllWarehouseStorageType()
      Deprecated.
      Description copied from interface: WarehouseService
      Fetch multiple WarehouseStorageType entities.
      Specified by:
      getAllWarehouseStorageType in interface WarehouseService
      Returns:
      A fluent helper to fetch multiple WarehouseStorageType 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.
    • getWarehouseStorageTypeByKey

      @Nonnull public WarehouseStorageTypeByKeyFluentHelper getWarehouseStorageTypeByKey(String warehouse, String storageType)
      Deprecated.
      Description copied from interface: WarehouseService
      Fetch a single WarehouseStorageType entity using key fields.
      Specified by:
      getWarehouseStorageTypeByKey in interface WarehouseService
      Parameters:
      warehouse - Warehouse Number/Warehouse Complex

      Constraints: Not nullable, Maximum length: 4

      storageType - Storage Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull public WarehouseStorageTypeTextFluentHelper getAllWarehouseStorageTypeText()
      Deprecated.
      Description copied from interface: WarehouseService
      Fetch multiple WarehouseStorageTypeText entities.
      Specified by:
      getAllWarehouseStorageTypeText in interface WarehouseService
      Returns:
      A fluent helper to fetch multiple WarehouseStorageTypeText 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.
    • getWarehouseStorageTypeTextByKey

      @Nonnull public WarehouseStorageTypeTextByKeyFluentHelper getWarehouseStorageTypeTextByKey(String language, String warehouse, String storageType)
      Deprecated.
      Description copied from interface: WarehouseService
      Fetch a single WarehouseStorageTypeText entity using key fields.
      Specified by:
      getWarehouseStorageTypeTextByKey in interface WarehouseService
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      warehouse - Warehouse Number/Warehouse Complex

      Constraints: Not nullable, Maximum length: 4

      storageType - Storage Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull public WarehouseTextFluentHelper getAllWarehouseText()
      Deprecated.
      Description copied from interface: WarehouseService
      Fetch multiple WarehouseText entities.
      Specified by:
      getAllWarehouseText in interface WarehouseService
      Returns:
      A fluent helper to fetch multiple WarehouseText 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.
    • getWarehouseTextByKey

      @Nonnull public WarehouseTextByKeyFluentHelper getWarehouseTextByKey(String language, String warehouse)
      Deprecated.
      Description copied from interface: WarehouseService
      Fetch a single WarehouseText entity using key fields.
      Specified by:
      getWarehouseTextByKey in interface WarehouseService
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      warehouse - Warehouse Number/Warehouse Complex

      Constraints: Not nullable, Maximum length: 4

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