public class FunctionalLocationPartnerByKeyFluentHelper extends FluentHelperByKey<FunctionalLocationPartnerByKeyFluentHelper,FunctionalLocationPartner,FunctionalLocationPartnerSelectable>
FunctionalLocationPartner
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 |
---|
FunctionalLocationPartnerByKeyFluentHelper(String servicePath,
String functionalLocation,
String partnerFunction,
String funcnlLocPartnerObjectNmbr)
Creates a fluent helper object that will fetch a single
FunctionalLocationPartner entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<FunctionalLocationPartner> |
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, withErrorHandler, withQueryParameter
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata
public FunctionalLocationPartnerByKeyFluentHelper(@Nonnull String servicePath, String functionalLocation, String partnerFunction, String funcnlLocPartnerObjectNmbr)
FunctionalLocationPartner
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.partnerFunction
- You can convert the keys that identify the partner functions in the original German system to
language-specific keys. The converted keys then appear according to the language in which the user
logs on.
Constraints: Not nullable, Maximum length: 2
servicePath
- Service path to be used to fetch a single FunctionalLocationPartner
functionalLocation
- Label that uniquely identifies a funtional location.
Constraints: Not nullable, Maximum length: 30
funcnlLocPartnerObjectNmbr
- Counter for differentiation 6-digit
Constraints: Not nullable, Maximum length: 6
@Nonnull protected Class<FunctionalLocationPartner> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<FunctionalLocationPartnerByKeyFluentHelper,FunctionalLocationPartner,FunctionalLocationPartner>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<FunctionalLocationPartnerByKeyFluentHelper,FunctionalLocationPartner,FunctionalLocationPartnerSelectable>
Copyright © 2020 SAP SE. All rights reserved.