Modifier and Type | Field and Description |
---|---|
static ProjectLink<ProjectHier> |
Project.TO_CNSLDTN_PROJECT_HIER
Use with available fluent helpers to apply the to_CnsldtnProjectHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProjectHier |
ProjectHier.ProjectHierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProjectHier> |
Project.fetchCnsldtnProjectHier()
Fetches the ProjectHier entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<ProjectHier>> |
Project.getCnsldtnProjectHierIfPresent()
Retrieval of associated ProjectHier entities (one to many).
|
List<ProjectHier> |
Project.getCnsldtnProjectHierOrFetch()
Retrieval of associated ProjectHier entities (one to many).
|
protected Class<ProjectHier> |
ProjectHierByKeyFluentHelper.getEntityClass() |
protected Class<ProjectHier> |
ProjectHierFluentHelper.getEntityClass() |
Class<ProjectHier> |
ProjectHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Project.addCnsldtnProjectHier(ProjectHier... entity)
Adds elements to the list of associated ProjectHier entities.
|
Project.ProjectBuilder |
Project.ProjectBuilder.cnsldtnProjectHier(ProjectHier... value)
Navigation property to_CnsldtnProjectHier for Project to multiple ProjectHier.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setCnsldtnProjectHier(List<ProjectHier> value)
Overwrites the list of associated ProjectHier entities for the loaded navigation property
to_CnsldtnProjectHier.
|
Constructor and Description |
---|
Project(String project,
String project_Text,
String additionalMasterDataSource,
List<ProjectHier> toCnsldtnProjectHier,
List<ProjectText> toCnsldtnProjectT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProjectHier> |
ProjectHierOneToOneLink.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 ProjectHierLink<ObjectT> |
ProjectHierLink.translateLinkType(EntityLink<ProjectHierLink<ObjectT>,ProjectHier,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.