Modifier and Type | Field and Description |
---|---|
static SituationTemplateLink<SituationTemplateText> |
SituationTemplate.TO_SITUATION_TEMPLATE_TEXT
Use with available fluent helpers to apply the to_SituationTemplateText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SituationTemplateText |
SituationTemplateText.SituationTemplateTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SituationTemplateText> |
SituationTemplate.fetchSituationTemplateText()
Fetches the SituationTemplateText entities (one to many) associated with this entity.
|
protected Class<SituationTemplateText> |
SituationTemplateTextByKeyFluentHelper.getEntityClass() |
protected Class<SituationTemplateText> |
SituationTemplateTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SituationTemplateText>> |
SituationTemplate.getSituationTemplateTextIfPresent()
Retrieval of associated SituationTemplateText entities (one to many).
|
List<SituationTemplateText> |
SituationTemplate.getSituationTemplateTextOrFetch()
Retrieval of associated SituationTemplateText entities (one to many).
|
Class<SituationTemplateText> |
SituationTemplateText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SituationTemplate.addSituationTemplateText(SituationTemplateText... entity)
Adds elements to the list of associated SituationTemplateText entities.
|
SituationTemplate.SituationTemplateBuilder |
SituationTemplate.SituationTemplateBuilder.situationTemplateText(SituationTemplateText... value)
Navigation property to_SituationTemplateText for SituationTemplate to multiple
SituationTemplateText.
|
Modifier and Type | Method and Description |
---|---|
void |
SituationTemplate.setSituationTemplateText(List<SituationTemplateText> value)
Overwrites the list of associated SituationTemplateText entities for the loaded navigation property
to_SituationTemplateText.
|
Constructor and Description |
---|
SituationTemplate(String sitnDefTemplateID,
Boolean sitnDefDataContextIsEnabled,
List<SituationAction> toSituationAction,
List<SituationTemplateText> toSituationTemplateText,
List<SituationType> toSituationType) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SituationTemplateText> |
SituationTemplateTextOneToOneLink.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 SituationTemplateTextLink<ObjectT> |
SituationTemplateTextLink.translateLinkType(EntityLink<SituationTemplateTextLink<ObjectT>,SituationTemplateText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.