Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail |
Modifier and Type | Field and Description |
---|---|
static WorkpackageLink<WorkItem> |
Workpackage.TO_WORK_ITEM_SET
Use with available fluent helpers to apply the WorkItemSet navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
WorkItem |
WorkItem.WorkItemBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<WorkItem> |
Workpackage.fetchWorkItemSet()
Fetches the WorkItem entities (one to many) associated with this entity.
|
protected Class<WorkItem> |
WorkItemFluentHelper.getEntityClass() |
protected Class<WorkItem> |
WorkItemByKeyFluentHelper.getEntityClass() |
Class<WorkItem> |
WorkItem.getType() |
Optional<List<WorkItem>> |
Workpackage.getWorkItemSetIfPresent()
Retrieval of associated WorkItem entities (one to many).
|
List<WorkItem> |
Workpackage.getWorkItemSetOrFetch()
Retrieval of associated WorkItem entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
Workpackage.addWorkItemSet(WorkItem... entity)
Adds elements to the list of associated WorkItem entities.
|
Workpackage.WorkpackageBuilder |
Workpackage.WorkpackageBuilder.workItemSet(WorkItem... value) |
Modifier and Type | Method and Description |
---|---|
void |
Workpackage.setWorkItemSet(List<WorkItem> value)
Overwrites the list of associated WorkItem entities for the loaded navigation property WorkItemSet.
|
protected WorkItemLink<ObjectT> |
WorkItemLink.translateLinkType(EntityLink<WorkItemLink<ObjectT>,WorkItem,ObjectT> link) |
Constructor and Description |
---|
Workpackage(ZonedDateTime changedOn,
String projectID,
String changedBy,
String workPackageID,
String workPackageName,
LocalDateTime wPStartDate,
LocalDateTime wPEndDate,
String projectName,
ErpConfigContext erpConfigContext,
List<WorkItem> toWorkItemSet,
List<PlanData> toPlanDataSet) |
Copyright © 2018 SAP SE. All rights reserved.