Modifier and Type | Field and Description |
---|---|
static ProjectTextOneToOneLink<Project> |
ProjectText.TO_CNSLDTN_PROJECT
Use with available fluent helpers to apply the to_CnsldtnProject navigation property to query operations.
|
static ProjectHierOneToOneLink<Project> |
ProjectHier.TO_CNSLDTN_PROJECT
Use with available fluent helpers to apply the to_CnsldtnProject navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Project |
Project.ProjectBuilder.build() |
Project |
ProjectText.fetchCnsldtnProject()
Fetches the Project entity (one to one) associated with this entity.
|
Project |
ProjectHier.fetchCnsldtnProject()
Fetches the Project entity (one to one) associated with this entity.
|
Project |
ProjectText.getCnsldtnProjectOrFetch()
Retrieval of associated Project entity (one to one).
|
Project |
ProjectHier.getCnsldtnProjectOrFetch()
Retrieval of associated Project entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<Project> |
ProjectText.getCnsldtnProjectIfPresent()
Retrieval of associated Project entity (one to one).
|
io.vavr.control.Option<Project> |
ProjectHier.getCnsldtnProjectIfPresent()
Retrieval of associated Project entity (one to one).
|
protected Class<Project> |
ProjectByKeyFluentHelper.getEntityClass() |
protected Class<Project> |
ProjectFluentHelper.getEntityClass() |
Class<Project> |
Project.getType() |
Modifier and Type | Method and Description |
---|---|
ProjectText.ProjectTextBuilder |
ProjectText.ProjectTextBuilder.cnsldtnProject(Project value)
Navigation property to_CnsldtnProject for ProjectText to single Project.
|
ProjectHier.ProjectHierBuilder |
ProjectHier.ProjectHierBuilder.cnsldtnProject(Project value)
Navigation property to_CnsldtnProject for ProjectHier to single Project.
|
void |
ProjectText.setCnsldtnProject(Project value)
Overwrites the associated Project entity for the loaded navigation property to_CnsldtnProject.
|
void |
ProjectHier.setCnsldtnProject(Project value)
Overwrites the associated Project entity for the loaded navigation property to_CnsldtnProject.
|
Constructor and Description |
---|
ProjectHier(String additionalMasterDataHierarchy,
String hierarchyNode,
String hierarchyNode_Text,
LocalDateTime validityEndDate,
String parentNode,
LocalDateTime validityStartDate,
String project,
String project_Text,
String sequenceNumber,
String hierarchyNodeSequence,
String hierarchyNodeLevel,
String nodeType,
Project toCnsldtnProject,
List<ProjectHierText> toCnsldtnProjectHierT) |
ProjectText(String language,
String project,
String cnsldtnProjectText,
Project toCnsldtnProject) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Project> |
ProjectOneToOneLink.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 ProjectLink<ObjectT> |
ProjectLink.translateLinkType(EntityLink<ProjectLink<ObjectT>,Project,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.