public class CountryTextByKeyFluentHelper extends FluentHelperByKey<CountryTextByKeyFluentHelper,CountryText,CountryTextSelectable>
CountryText
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 |
---|
CountryTextByKeyFluentHelper(String country,
String language)
Creates a fluent helper object that will fetch a single
CountryText entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public CountryTextByKeyFluentHelper(String country, String language)
CountryText
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.country
- The country key contains information which the system uses to check entries such as the length of the postal code or bank account number.Constraints: Not nullable, Maximum length: 3
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
Copyright © 2017 SAP SE. All rights reserved.