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() |
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 workPackageUnitText,
String workPackageType,
String unitOfMeasure,
String quantity,
ZonedDateTime changedOn,
String projectID,
String changedBy,
String workPackageID,
String workPackageName,
LocalDateTime wPStartDate,
LocalDateTime wPEndDate,
String projectName,
List<WorkPackageFunction> toWorkPackageFunctionSet,
List<WorkItem> toWorkItemSet,
List<PlanData> toPlanDataSet) |
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) |
Copyright © 2020 SAP SE. All rights reserved.