Interface WarehouseService

All Superinterfaces:
BatchService<WarehouseServiceBatch>
All Known Implementing Classes:
DefaultWarehouseService

@Deprecated public interface WarehouseService extends BatchService<WarehouseServiceBatch>
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
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull WarehouseService 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.
    • getAllWarehouse

      @Nonnull WarehouseFluentHelper getAllWarehouse()
      Deprecated.
      Fetch multiple Warehouse entities.
      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 WarehouseByKeyFluentHelper getWarehouseByKey(String warehouse)
      Deprecated.
      Fetch a single Warehouse entity using key fields.
      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 WarehouseStorageTypeFluentHelper getAllWarehouseStorageType()
      Deprecated.
      Fetch multiple WarehouseStorageType entities.
      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 WarehouseStorageTypeByKeyFluentHelper getWarehouseStorageTypeByKey(String warehouse, String storageType)
      Deprecated.
      Fetch a single WarehouseStorageType entity using key fields.
      Parameters:
      storageType - Storage Type

      Constraints: Not nullable, Maximum length: 4

      warehouse - Warehouse Number/Warehouse Complex

      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 WarehouseStorageTypeTextFluentHelper getAllWarehouseStorageTypeText()
      Deprecated.
      Fetch multiple WarehouseStorageTypeText entities.
      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 WarehouseStorageTypeTextByKeyFluentHelper getWarehouseStorageTypeTextByKey(String language, String warehouse, String storageType)
      Deprecated.
      Fetch a single WarehouseStorageTypeText entity using key fields.
      Parameters:
      storageType - Storage Type

      Constraints: Not nullable, Maximum length: 4

      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 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 WarehouseTextFluentHelper getAllWarehouseText()
      Deprecated.
      Fetch multiple WarehouseText entities.
      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 WarehouseTextByKeyFluentHelper getWarehouseTextByKey(String language, String warehouse)
      Deprecated.
      Fetch a single WarehouseText entity using key fields.
      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.