Modifier and Type | Field and Description |
---|---|
static ProjectLink<ProjectText> |
Project.TO_CNSLDTN_PROJECT_T
Use with available fluent helpers to apply the to_CnsldtnProjectT navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProjectText |
ProjectText.ProjectTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProjectText> |
Project.fetchCnsldtnProjectT()
Fetches the ProjectText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<ProjectText>> |
Project.getCnsldtnProjectTIfPresent()
Retrieval of associated ProjectText entities (one to many).
|
List<ProjectText> |
Project.getCnsldtnProjectTOrFetch()
Retrieval of associated ProjectText entities (one to many).
|
protected Class<ProjectText> |
ProjectTextFluentHelper.getEntityClass() |
protected Class<ProjectText> |
ProjectTextByKeyFluentHelper.getEntityClass() |
Class<ProjectText> |
ProjectText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Project.addCnsldtnProjectT(ProjectText... entity)
Adds elements to the list of associated ProjectText entities.
|
Project.ProjectBuilder |
Project.ProjectBuilder.cnsldtnProjectT(ProjectText... value)
Navigation property to_CnsldtnProjectT for Project to multiple ProjectText.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setCnsldtnProjectT(List<ProjectText> value)
Overwrites the list of associated ProjectText entities for the loaded navigation property
to_CnsldtnProjectT.
|
Constructor and Description |
---|
Project(String project,
String project_Text,
String additionalMasterDataSource,
List<ProjectHier> toCnsldtnProjectHier,
List<ProjectText> toCnsldtnProjectT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProjectText> |
ProjectTextOneToOneLink.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 ProjectTextLink<ObjectT> |
ProjectTextLink.translateLinkType(EntityLink<ProjectTextLink<ObjectT>,ProjectText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.