@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultWarehouseService") public class DefaultWarehouseService extends Object implements WarehouseService
This allows you to integrate input help (F4 help) for warehouse numbers in your mobile apps.
Reference: SAP API Business Hub
OData Service: | API_WAREHOUSE |
API Version: | 1 |
Communication Scenario: | Warehousing - Master Data Integration (SAP_COM_0374) |
Scope Items: | Resource Management in Warehousing (3W0) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | Warehouse |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultWarehouseService()
Creates a service using
WarehouseService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultWarehouseService()
WarehouseService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultWarehouseService withServicePath(@Nonnull String servicePath)
WarehouseService
withServicePath
in interface WarehouseService
servicePath
- Service path that will override the default.@Nonnull public DefaultWarehouseServiceBatch batch()
batch
in interface BatchService<WarehouseServiceBatch>
@Nonnull public WarehouseFluentHelper getAllWarehouse()
WarehouseService
Warehouse
entities.getAllWarehouse
in interface WarehouseService
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.@Nonnull public WarehouseByKeyFluentHelper getWarehouseByKey(String warehouse)
WarehouseService
Warehouse
entity
using key fields.getWarehouseByKey
in interface WarehouseService
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.
Constraints: Not nullable, Maximum length: 4
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.@Nonnull public WarehouseStorageTypeFluentHelper getAllWarehouseStorageType()
WarehouseService
WarehouseStorageType
entities.getAllWarehouseStorageType
in interface WarehouseService
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.@Nonnull public WarehouseStorageTypeByKeyFluentHelper getWarehouseStorageTypeByKey(String warehouse, String storageType)
WarehouseService
WarehouseStorageType
entity using key fields.getWarehouseStorageTypeByKey
in interface WarehouseService
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.
Constraints: Not nullable, Maximum length: 4
storageType
- Breakdown of a complex physical warehouse. Storage types differ in their storage techniques, their
organizational form, or their function.
Constraints: Not nullable, Maximum length: 4
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.@Nonnull public WarehouseStorageTypeTextFluentHelper getAllWarehouseStorageTypeText()
WarehouseService
WarehouseStorageTypeText
entities.getAllWarehouseStorageTypeText
in interface WarehouseService
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.@Nonnull public WarehouseStorageTypeTextByKeyFluentHelper getWarehouseStorageTypeTextByKey(String language, String warehouse, String storageType)
WarehouseService
WarehouseStorageTypeText
entity using key fields.getWarehouseStorageTypeTextByKey
in interface WarehouseService
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.
Constraints: Not nullable, Maximum length: 4
storageType
- Breakdown of a complex physical warehouse. Storage types differ in their storage techniques, their
organizational form, or their function.
Constraints: Not nullable, Maximum length: 4
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.@Nonnull public WarehouseTextFluentHelper getAllWarehouseText()
WarehouseService
WarehouseText
entities.getAllWarehouseText
in interface WarehouseService
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.@Nonnull public WarehouseTextByKeyFluentHelper getWarehouseTextByKey(String language, String warehouse)
WarehouseService
WarehouseText
entity using key fields.getWarehouseTextByKey
in interface WarehouseService
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.
Constraints: Not nullable, Maximum length: 4
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.Copyright © 2021 SAP SE. All rights reserved.