Modifier and Type | Field and Description |
---|---|
static PlanDataLink<StaffingData> |
PlanData.TO_STAFF_DATA
Use with available fluent helpers to apply the ToStaffData navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
StaffingData |
StaffingData.StaffingDataBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<StaffingData> |
PlanData.fetchStaffData()
Fetches the StaffingData entities (one to many) associated with this entity.
|
protected Class<StaffingData> |
StaffingDataFluentHelper.getEntityClass() |
protected Class<StaffingData> |
StaffingDataByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<StaffingData>> |
PlanData.getStaffDataIfPresent()
Retrieval of associated StaffingData entities (one to many).
|
List<StaffingData> |
PlanData.getStaffDataOrFetch()
Retrieval of associated StaffingData entities (one to many).
|
Class<StaffingData> |
StaffingData.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PlanData.addStaffData(StaffingData... entity)
Adds elements to the list of associated StaffingData entities.
|
PlanData.PlanDataBuilder |
PlanData.PlanDataBuilder.staffData(StaffingData... value)
Navigation property ToStaffData for PlanData to multiple StaffingData.
|
Modifier and Type | Method and Description |
---|---|
void |
PlanData.setStaffData(List<StaffingData> value)
Overwrites the list of associated StaffingData entities for the loaded navigation property
ToStaffData.
|
Constructor and Description |
---|
PlanData(String billingControlCategory,
String billingControlCategoryID,
String employeeName,
String wpname,
String projectID,
String resType,
String workPackageID,
String resTypeText,
String resourceId,
String resourceText,
String uom,
String version,
String period,
String fcYear,
String employee,
String confirmed,
String workitemId,
String workitemName,
BigDecimal effort,
String delvryServOrg,
String delvryServOrgT,
List<StaffingData> toStaffData) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<StaffingData> |
StaffingDataOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected StaffingDataLink<ObjectT> |
StaffingDataLink.translateLinkType(EntityLink<StaffingDataLink<ObjectT>,StaffingData,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.