public class CustomerSalesAreaTextByKeyFluentHelper extends FluentHelperByKey<CustomerSalesAreaTextByKeyFluentHelper,CustomerSalesAreaText,CustomerSalesAreaTextSelectable>
CustomerSalesAreaText
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 |
---|
CustomerSalesAreaTextByKeyFluentHelper(String servicePath,
String customer,
String salesOrganization,
String distributionChannel,
String division,
String language,
String longTextID)
Creates a fluent helper object that will fetch a single
CustomerSalesAreaText entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<CustomerSalesAreaText> |
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
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata
public CustomerSalesAreaTextByKeyFluentHelper(@Nonnull String servicePath, String customer, String salesOrganization, String distributionChannel, String division, String language, String longTextID)
CustomerSalesAreaText
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.division
- A way of grouping materials, products, or services. The system uses divisions to determine the sales
areas and the business areas for a material, product, or service.
Constraints: Not nullable, Maximum length: 2
servicePath
- Service path to be used to fetch a single CustomerSalesAreaText
language
- The language key is an abbreviation for the language of the object being processed (for example,
standard text, form, style).
Constraints: Not nullable, Maximum length: 2
distributionChannel
- The way in which products or services reach the customer. Typical examples of distribution channels
are wholesale, retail, or direct sales.
Constraints: Not nullable, Maximum length: 2
longTextID
- The text ID defines the various types of texts related to a text object. For example, the object
"TEXT" (standard texts) can have the following text IDs:
Constraints: Not nullable, Maximum length: 4
salesOrganization
- An organizational unit responsible for the sale of certain products or services. The responsibility of
a sales organization may include legal liability for products and customer claims.
Constraints: Not nullable, Maximum length: 4
customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
@Nonnull protected Class<CustomerSalesAreaText> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<CustomerSalesAreaTextByKeyFluentHelper,CustomerSalesAreaText,CustomerSalesAreaText>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<CustomerSalesAreaTextByKeyFluentHelper,CustomerSalesAreaText,CustomerSalesAreaTextSelectable>
Copyright © 2020 SAP SE. All rights reserved.