Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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() |
protected WorkItem |
WorkItemCreateFluentHelper.getEntity() |
protected WorkItem |
WorkItemDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<WorkItem> |
WorkPackage.fetchWorkItemSet()
Fetches the WorkItem entities (one to many) associated with this entity.
|
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 |
---|
WorkItemCreateFluentHelper(String servicePath,
WorkItem entity)
Creates a fluent helper object that will create a
WorkItem entity on the OData endpoint. |
WorkItemDeleteFluentHelper(String servicePath,
WorkItem entity)
Creates a fluent helper object that will delete a
WorkItem entity on the OData endpoint. |
Constructor and Description |
---|
WorkPackage(String projectID,
String description,
String workPackageID,
String workPackageName,
LocalDateTime wPStartDate,
LocalDateTime wPEndDate,
ErpConfigContext erpConfigContext,
List<WorkItem> toWorkItemSet,
List<Demand> toDemandSet) |
Modifier and Type | Method and Description |
---|---|
WorkItemCreateFluentHelper |
CommercialProjectService.createWorkItem(WorkItem workItem)
Create a new
WorkItem entity and save it to the S/4HANA system. |
WorkItemCreateFluentHelper |
DefaultCommercialProjectService.createWorkItem(WorkItem workItem) |
WorkItemDeleteFluentHelper |
CommercialProjectService.deleteWorkItem(WorkItem workItem)
Deletes an existing
WorkItem entity in the S/4HANA system. |
WorkItemDeleteFluentHelper |
DefaultCommercialProjectService.deleteWorkItem(WorkItem workItem) |
Copyright © 2018 SAP SE. All rights reserved.