public class TimeOverviewByKeyFluentHelper extends FluentHelperByKey<TimeOverviewByKeyFluentHelper,TimeOverview,TimeOverviewSelectable>
TimeOverview
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 |
---|
TimeOverviewByKeyFluentHelper(String personworkagreementexternalid,
String companycode,
Calendar calendardate)
Creates a fluent helper object that will fetch a single
TimeOverview entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public TimeOverviewByKeyFluentHelper(String personworkagreementexternalid, String companycode, Calendar calendardate)
TimeOverview
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.personworkagreementexternalid
- Work Agreement External IDConstraints: Not nullable, Maximum length: 20
companycode
- The company code is an organizational unit within financial accounting.Constraints: Not nullable, Maximum length: 4
calendardate
- This field contains the date on which the corresponding data record is valid.Constraints: Not nullable, Precision: 7
Copyright © 2017 SAP SE. All rights reserved.