Modifier and Type | Field and Description |
---|---|
static ProjectLink<Workpackage> |
Project.TO_WORKPACKAGE_SET
Use with available fluent helpers to apply the WorkpackageSet navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Workpackage |
Workpackage.WorkpackageBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<Workpackage> |
Project.fetchWorkpackageSet()
Fetches the Workpackage entities (one to many) associated with this entity.
|
protected Class<Workpackage> |
WorkpackageFluentHelper.getEntityClass() |
protected Class<Workpackage> |
WorkpackageByKeyFluentHelper.getEntityClass() |
Class<Workpackage> |
Workpackage.getType() |
io.vavr.control.Option<List<Workpackage>> |
Project.getWorkpackageSetIfPresent()
Retrieval of associated Workpackage entities (one to many).
|
List<Workpackage> |
Project.getWorkpackageSetOrFetch()
Retrieval of associated Workpackage entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
Project.addWorkpackageSet(Workpackage... entity)
Adds elements to the list of associated Workpackage entities.
|
Project.ProjectBuilder |
Project.ProjectBuilder.workpackageSet(Workpackage... value)
Navigation property WorkpackageSet for Project to multiple Workpackage.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setWorkpackageSet(List<Workpackage> value)
Overwrites the list of associated Workpackage entities for the loaded navigation property
WorkpackageSet.
|
Constructor and Description |
---|
Project(String restrictTimePosting,
String changedBy,
String profitCenter,
ZonedDateTime changedOn,
String profitCenterName,
String projectID,
String projectName,
String projectStage,
String stageDesc,
LocalDateTime startDate,
LocalDateTime endDate,
String customer,
String customerName,
String projManagerId,
String projManagerName,
String projAccountantId,
String projAccountantName,
String projControllerId,
String projControllerName,
String projPartnerId,
String projPartnerName,
String costCenter,
String costCenterName,
String projectCategory,
String currency,
String currencyname,
String orgID,
String orgDesc,
String confidential,
List<Workpackage> toWorkpackageSet) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Workpackage> |
WorkpackageOneToOneLink.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 WorkpackageLink<ObjectT> |
WorkpackageLink.translateLinkType(EntityLink<WorkpackageLink<ObjectT>,Workpackage,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.