public class SchAgrmtPartnerByKeyFluentHelper extends FluentHelperByKey<SchAgrmtPartnerByKeyFluentHelper,SchAgrmtPartner,SchAgrmtPartnerSelectable>
SchAgrmtPartner
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 |
---|
SchAgrmtPartnerByKeyFluentHelper(String servicePath,
String schedulingAgreement,
String schedulingAgreementItem,
String purchasingOrganization,
String supplierSubrange,
String plant,
String partnerFunction,
String partnerCounter)
Creates a fluent helper object that will fetch a single
SchAgrmtPartner
entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<SchAgrmtPartner> |
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, execute, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getServicePath, getThis, getVersionIdentifier, withCustomHttpHeader, withCustomHttpHeaders
public SchAgrmtPartnerByKeyFluentHelper(@Nonnull String servicePath, String schedulingAgreement, String schedulingAgreementItem, String purchasingOrganization, String supplierSubrange, String plant, String partnerFunction, String partnerCounter)
SchAgrmtPartner
entity with the provided key field values. To perform execution, call the execute
method on the
fluent helper object.schedulingAgreement
- Purchasing Document Number
Constraints: Not nullable, Maximum length: 10
partnerFunction
- Partner Function
Constraints: Not nullable, Maximum length: 2
servicePath
- Service path to be used to fetch a single SchAgrmtPartner
plant
- Plant
Constraints: Not nullable, Maximum length: 4
purchasingOrganization
- Purchasing Organization
Constraints: Not nullable, Maximum length: 4
partnerCounter
- Partner counter
Constraints: Not nullable, Maximum length: 3
supplierSubrange
- Supplier Subrange
Constraints: Not nullable, Maximum length: 6
schedulingAgreementItem
- Item Number of Purchasing Document
Constraints: Not nullable, Maximum length: 5
@Nonnull protected Class<SchAgrmtPartner> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<SchAgrmtPartnerByKeyFluentHelper,SchAgrmtPartner,SchAgrmtPartner>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<SchAgrmtPartnerByKeyFluentHelper,SchAgrmtPartner,SchAgrmtPartnerSelectable>
Copyright © 2018 SAP SE. All rights reserved.