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 inventorySpecialStockType,
String inventoryStockType,
String plant,
String storageLocation,
String batch,
String supplier,
String customer,
String wBSElementInternalID,
String sDDocument,
String sDDocumentItem)
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, getQueryBuilder, select, toQuery, withErrorHandler
asResilientCommand, asResilientCommand, cachingMetadata, execute, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withCustomHttpHeader, withCustomHttpHeaders, withoutCachingMetadata
public MatlStkInAcctModByKeyFluentHelper(@Nonnull String servicePath, String material, String inventorySpecialStockType, String inventoryStockType, String plant, String storageLocation, String batch, String supplier, String customer, String wBSElementInternalID, String sDDocument, String sDDocumentItem)
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
inventorySpecialStockType
- Special Stock Indicator
Constraints: Not nullable, Maximum length: 1
wBSElementInternalID
- Valuated Sales Order Stock WBS Element
Constraints: Not nullable, Maximum length: 24
servicePath
- Service path to be used to fetch a single MatlStkInAcctMod
plant
- Plant
Constraints: Not nullable, Maximum length: 4
supplier
- Account Number of Supplier or Creditor (Stock Identifier)
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 Number (Stock Identifier)
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 © 2019 SAP SE. All rights reserved.