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, withQueryParameter
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata
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
- Alphanumeric key uniquely identifying the document.
Constraints: Not nullable, Maximum length: 10
partnerFunction
- The abbreviated form of the name that identifies the partner function.
Constraints: Not nullable, Maximum length: 2
servicePath
- Service path to be used to fetch a single SchAgrmtPartner
plant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
purchasingOrganization
- Denotes the purchasing organization.
Constraints: Not nullable, Maximum length: 4
partnerCounter
- The sequential number that the system applies when there is more than one partner for a particular
partner function.
Constraints: Not nullable, Maximum length: 3
supplierSubrange
- Subdivision of a supplier's overall product range according to various criteria.
Constraints: Not nullable, Maximum length: 6
schedulingAgreementItem
- Specifies the number that uniquely identifies an item in .
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 © 2019 SAP SE. All rights reserved.