Modifier and Type | Field and Description |
---|---|
static WorkPackageLink<WorkPackageFunction> |
WorkPackage.TO_WORK_PACKAGE_FUNCTION_SET
Use with available fluent helpers to apply the WorkPackageFunctionSet navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
WorkPackageFunction |
WorkPackageFunction.WorkPackageFunctionBuilder.build() |
protected WorkPackageFunction |
WorkPackageFunctionUpdateFluentHelper.getEntity() |
protected WorkPackageFunction |
WorkPackageFunctionCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<WorkPackageFunction> |
WorkPackage.fetchWorkPackageFunctionSet()
Fetches the WorkPackageFunction entities (one to many) associated with this entity.
|
protected Class<WorkPackageFunction> |
WorkPackageFunctionFluentHelper.getEntityClass() |
protected Class<WorkPackageFunction> |
WorkPackageFunctionByKeyFluentHelper.getEntityClass() |
Class<WorkPackageFunction> |
WorkPackageFunction.getType() |
io.vavr.control.Option<List<WorkPackageFunction>> |
WorkPackage.getWorkPackageFunctionSetIfPresent()
Retrieval of associated WorkPackageFunction entities (one to many).
|
List<WorkPackageFunction> |
WorkPackage.getWorkPackageFunctionSetOrFetch()
Retrieval of associated WorkPackageFunction entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
WorkPackage.addWorkPackageFunctionSet(WorkPackageFunction... entity)
Adds elements to the list of associated WorkPackageFunction entities.
|
WorkPackage.WorkPackageBuilder |
WorkPackage.WorkPackageBuilder.workPackageFunctionSet(WorkPackageFunction... value)
Navigation property WorkPackageFunctionSet for WorkPackage to multiple
WorkPackageFunction.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkPackage.setWorkPackageFunctionSet(List<WorkPackageFunction> value)
Overwrites the list of associated WorkPackageFunction entities for the loaded navigation property
WorkPackageFunctionSet.
|
Constructor and Description |
---|
WorkPackage(String projectID,
String workPackageID,
String workPackageName,
String description,
LocalDateTime wPStartDate,
LocalDateTime wPEndDate,
String workPackageType,
BigDecimal unitQuantity,
String unitId,
LocalDateTime createdOn,
ZonedDateTime changedOn,
List<WorkPackageFunction> toWorkPackageFunctionSet,
List<Demand> toDemandSet,
List<WorkItem> toWorkItemSet,
Project toProject,
List<EngmntProjRsceDmnd> toResourceDemand) |
Modifier and Type | Method and Description |
---|---|
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.createWorkPackageFunction(WorkPackageFunction workPackageFunction)
Create a new
WorkPackageFunction entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.createWorkPackageFunction(WorkPackageFunction workPackageFunction)
Create a new
WorkPackageFunction entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.updateWorkPackageFunction(WorkPackageFunction workPackageFunction)
Update an existing
WorkPackageFunction entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.updateWorkPackageFunction(WorkPackageFunction workPackageFunction)
Update an existing
WorkPackageFunction entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<WorkPackageFunction> |
WorkPackageFunctionOneToOneLink.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 WorkPackageFunctionLink<ObjectT> |
WorkPackageFunctionLink.translateLinkType(EntityLink<WorkPackageFunctionLink<ObjectT>,WorkPackageFunction,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
WorkPackageFunctionCreateFluentHelper |
CommercialProjectService.createWorkPackageFunction(WorkPackageFunction workPackageFunction)
Create a new
WorkPackageFunction entity and save it to the S/4HANA system. |
WorkPackageFunctionCreateFluentHelper |
DefaultCommercialProjectService.createWorkPackageFunction(WorkPackageFunction workPackageFunction) |
WorkPackageFunctionUpdateFluentHelper |
CommercialProjectService.updateWorkPackageFunction(WorkPackageFunction workPackageFunction)
Update an existing
WorkPackageFunction entity and save it to the S/4HANA system. |
WorkPackageFunctionUpdateFluentHelper |
DefaultCommercialProjectService.updateWorkPackageFunction(WorkPackageFunction workPackageFunction) |
Copyright © 2021 SAP SE. All rights reserved.