Modifier and Type | Field and Description |
---|---|
static ProjectLink<ProjectRole> |
Project.TO_PROJECT_ROLE_SET
Use with available fluent helpers to apply the ProjectRoleSet navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProjectRole |
ProjectRole.ProjectRoleBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProjectRole> |
Project.fetchProjectRoleSet()
Fetches the ProjectRole entities (one to many) associated with this entity.
|
protected Class<ProjectRole> |
ProjectRoleByKeyFluentHelper.getEntityClass() |
protected Class<ProjectRole> |
ProjectRoleFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProjectRole>> |
Project.getProjectRoleSetIfPresent()
Retrieval of associated ProjectRole entities (one to many).
|
List<ProjectRole> |
Project.getProjectRoleSetOrFetch()
Retrieval of associated ProjectRole entities (one to many).
|
Class<ProjectRole> |
ProjectRole.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Project.addProjectRoleSet(ProjectRole... entity)
Adds elements to the list of associated ProjectRole entities.
|
Project.ProjectBuilder |
Project.ProjectBuilder.projectRoleSet(ProjectRole... value)
Navigation property ProjectRoleSet for Project to multiple ProjectRole.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setProjectRoleSet(List<ProjectRole> value)
Overwrites the list of associated ProjectRole entities for the loaded navigation property
ProjectRoleSet.
|
Constructor and Description |
---|
Project(String changedBy,
String useProjectBilling,
String restrictTimePosting,
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<ProjectRole> toProjectRoleSet,
List<Workpackage> toWorkpackageSet) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProjectRole> |
ProjectRoleOneToOneLink.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 ProjectRoleLink<ObjectT> |
ProjectRoleLink.translateLinkType(EntityLink<ProjectRoleLink<ObjectT>,ProjectRole,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.