Modifier and Type | Field and Description |
---|---|
static SituationTemplateLink<SituationType> |
SituationTemplate.TO_SITUATION_TYPE
Use with available fluent helpers to apply the to_SituationType navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SituationType |
SituationType.SituationTypeBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SituationType> |
SituationTemplate.fetchSituationType()
Fetches the SituationType entities (one to many) associated with this entity.
|
protected Class<SituationType> |
SituationTypeFluentHelper.getEntityClass() |
protected Class<SituationType> |
SituationTypeByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SituationType>> |
SituationTemplate.getSituationTypeIfPresent()
Retrieval of associated SituationType entities (one to many).
|
List<SituationType> |
SituationTemplate.getSituationTypeOrFetch()
Retrieval of associated SituationType entities (one to many).
|
Class<SituationType> |
SituationType.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SituationTemplate.addSituationType(SituationType... entity)
Adds elements to the list of associated SituationType entities.
|
SituationTemplate.SituationTemplateBuilder |
SituationTemplate.SituationTemplateBuilder.situationType(SituationType... value)
Navigation property to_SituationType for SituationTemplate to multiple SituationType.
|
Modifier and Type | Method and Description |
---|---|
void |
SituationTemplate.setSituationType(List<SituationType> value)
Overwrites the list of associated SituationType entities for the loaded navigation property
to_SituationType.
|
Constructor and Description |
---|
SituationTemplate(String sitnDefTemplateID,
Boolean sitnDefDataContextIsEnabled,
List<SituationAction> toSituationAction,
List<SituationTemplateText> toSituationTemplateText,
List<SituationType> toSituationType) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SituationType> |
SituationTypeOneToOneLink.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 SituationTypeLink<ObjectT> |
SituationTypeLink.translateLinkType(EntityLink<SituationTypeLink<ObjectT>,SituationType,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.