public class MatlStkInAcctModByKeyFluentHelper extends FluentHelperByKey<MatlStkInAcctModByKeyFluentHelper,MatlStkInAcctMod,MatlStkInAcctModSelectable>
MatlStkInAcctMod
entity using key fields. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself.Constructor and Description |
---|
MatlStkInAcctModByKeyFluentHelper(String servicePath,
String material,
String plant,
String storageLocation,
String batch,
String supplier,
String customer,
String wBSElementInternalID,
String sDDocument,
String sDDocumentItem,
String inventorySpecialStockType,
String inventoryStockType)
Creates a fluent helper object that will fetch a single
MatlStkInAcctMod entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<MatlStkInAcctMod> |
getEntityClass()
Returns a class object of the type this fluent helper works with.
|
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
execute, executeRequest, getQueryBuilder, select, toQuery, toRequest, withErrorHandler, withQueryParameter
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata
public MatlStkInAcctModByKeyFluentHelper(@Nonnull String servicePath, String material, String plant, String storageLocation, String batch, String supplier, String customer, String wBSElementInternalID, String sDDocument, String sDDocumentItem, String inventorySpecialStockType, String inventoryStockType)
MatlStkInAcctMod
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.material
- Material in Respect of Which Stock is Managed
Constraints: Not nullable, Maximum length: 40
wBSElementInternalID
- Valuated Sales Order Stock WBS Element
Constraints: Not nullable, Maximum length: 24
inventorySpecialStockType
- Special Stock Type
Constraints: Not nullable, Maximum length: 1
servicePath
- Service path to be used to fetch a single MatlStkInAcctMod
plant
- Plant
Constraints: Not nullable, Maximum length: 4
supplier
- Supplier for Special Stock
Constraints: Not nullable, Maximum length: 10
batch
- Batch Number (Stock Identifier)
Constraints: Not nullable, Maximum length: 10
storageLocation
- Storage location
Constraints: Not nullable, Maximum length: 4
sDDocumentItem
- Sales Order Item of Valuated Sales Order Stock
Constraints: Not nullable, Maximum length: 6
inventoryStockType
- Stock Type of Goods Movement (Stock Identifier)
Constraints: Not nullable, Maximum length: 2
sDDocument
- Sales order number of valuated sales order stock
Constraints: Not nullable, Maximum length: 10
customer
- Customer for Special Stock
Constraints: Not nullable, Maximum length: 10
@Nonnull protected Class<MatlStkInAcctMod> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<MatlStkInAcctModByKeyFluentHelper,MatlStkInAcctMod,MatlStkInAcctMod>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<MatlStkInAcctModByKeyFluentHelper,MatlStkInAcctMod,MatlStkInAcctModSelectable>
Copyright © 2021 SAP SE. All rights reserved.