Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.createandupdatecommercialprojects | |
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() |
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() |
List<WorkItem> |
WorkPackage.getWorkItemSetOrFetch()
Retrieval of associated WorkItem entities (one to many).
|
com.google.common.base.Optional<List<WorkItem>> |
WorkPackage.getWorkItemSetOrNull()
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.
|
Constructor and Description |
---|
WorkItemCreateFluentHelper(WorkItem entity) |
WorkItemDeleteFluentHelper(WorkItem entity) |
WorkItemUpdateFluentHelper(WorkItem entity) |
Constructor and Description |
---|
WorkPackage(String projectID,
String description,
String workPackageID,
String workPackageName,
Calendar wPStartDate,
Calendar wPEndDate,
ErpConfigContext erpConfigContext,
List<WorkItem> toWorkItemSet,
List<Demand> toDemandSet) |
Modifier and Type | Method and Description |
---|---|
WorkItemCreateFluentHelper |
DefaultCreateAndUpdateCommercialProjectsService.createWorkItem(WorkItem workItem) |
WorkItemCreateFluentHelper |
CreateAndUpdateCommercialProjectsService.createWorkItem(WorkItem workItem)
Create a new
WorkItem entity and save it to the S/4HANA system. |
WorkItemDeleteFluentHelper |
DefaultCreateAndUpdateCommercialProjectsService.deleteWorkItem(WorkItem workItem) |
WorkItemDeleteFluentHelper |
CreateAndUpdateCommercialProjectsService.deleteWorkItem(WorkItem workItem)
Deletes an existing
WorkItem entity in the S/4HANA system. |
WorkItemUpdateFluentHelper |
DefaultCreateAndUpdateCommercialProjectsService.updateWorkItem(WorkItem workItem) |
WorkItemUpdateFluentHelper |
CreateAndUpdateCommercialProjectsService.updateWorkItem(WorkItem workItem)
Update an existing
WorkItem entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.