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.
|
protected Class<WorkItem> |
WorkItemByKeyFluentHelper.getEntityClass() |
protected Class<WorkItem> |
WorkItemFluentHelper.getEntityClass() |
Class<WorkItem> |
WorkItem.getType() |
io.vavr.control.Option<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)
Navigation property WorkItemSet for WorkPackage to multiple WorkItem.
|
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(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 unitId,
BigDecimal unitQuantity,
String workPackageType,
String projectID,
String description,
String workPackageID,
String workPackageName,
LocalDateTime wPStartDate,
LocalDateTime wPEndDate,
List<WorkItem> toWorkItemSet,
List<Demand> toDemandSet,
List<WorkPackageFunction> toWorkPackageFunctionSet) |
Modifier and Type | Method and Description |
---|---|
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.createWorkItem(WorkItem workItem)
Create a new
WorkItem
entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.createWorkItem(WorkItem workItem)
Create a new
WorkItem
entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.deleteWorkItem(WorkItem workItem)
Deletes an existing
WorkItem entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.deleteWorkItem(WorkItem workItem)
Deletes an existing
WorkItem entity in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<WorkItem> |
WorkItemOneToOneLink.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 WorkItemLink<ObjectT> |
WorkItemLink.translateLinkType(EntityLink<WorkItemLink<ObjectT>,WorkItem,ObjectT> link) |
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 © 2020 SAP SE. All rights reserved.