Modifier and Type | Field and Description |
---|---|
static RecipeClassCharcLink<RecipeCharcValue> |
RecipeClassCharc.TO_VALUATION
Use with available fluent helpers to apply the to_Valuation navigation property to query operations.
|
static RecipeCharcLink<RecipeCharcValue> |
RecipeCharc.TO_VALUATION
Use with available fluent helpers to apply the to_Valuation navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeCharcValue |
RecipeCharcValue.RecipeCharcValueBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<RecipeCharcValue> |
RecipeClassCharc.fetchValuation()
Fetches the RecipeCharcValue entities (one to many) associated with this entity.
|
List<RecipeCharcValue> |
RecipeCharc.fetchValuation()
Fetches the RecipeCharcValue entities (one to many) associated with this entity.
|
protected Class<RecipeCharcValue> |
RecipeCharcValueFluentHelper.getEntityClass() |
protected Class<RecipeCharcValue> |
RecipeCharcValueByKeyFluentHelper.getEntityClass() |
Class<RecipeCharcValue> |
RecipeCharcValue.getType() |
io.vavr.control.Option<List<RecipeCharcValue>> |
RecipeClassCharc.getValuationIfPresent()
Retrieval of associated RecipeCharcValue entities (one to many).
|
io.vavr.control.Option<List<RecipeCharcValue>> |
RecipeCharc.getValuationIfPresent()
Retrieval of associated RecipeCharcValue entities (one to many).
|
List<RecipeCharcValue> |
RecipeClassCharc.getValuationOrFetch()
Retrieval of associated RecipeCharcValue entities (one to many).
|
List<RecipeCharcValue> |
RecipeCharc.getValuationOrFetch()
Retrieval of associated RecipeCharcValue entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
RecipeClassCharc.addValuation(RecipeCharcValue... entity)
Adds elements to the list of associated RecipeCharcValue entities.
|
void |
RecipeCharc.addValuation(RecipeCharcValue... entity)
Adds elements to the list of associated RecipeCharcValue entities.
|
RecipeClassCharc.RecipeClassCharcBuilder |
RecipeClassCharc.RecipeClassCharcBuilder.valuation(RecipeCharcValue... value)
Navigation property to_Valuation for RecipeClassCharc to multiple RecipeCharcValue.
|
RecipeCharc.RecipeCharcBuilder |
RecipeCharc.RecipeCharcBuilder.valuation(RecipeCharcValue... value)
Navigation property to_Valuation for RecipeCharc to multiple RecipeCharcValue.
|
Modifier and Type | Method and Description |
---|---|
void |
RecipeClassCharc.setValuation(List<RecipeCharcValue> value)
Overwrites the list of associated RecipeCharcValue entities for the loaded navigation property
to_Valuation.
|
void |
RecipeCharc.setValuation(List<RecipeCharcValue> value)
Overwrites the list of associated RecipeCharcValue entities for the loaded navigation property
to_Valuation.
|
Constructor and Description |
---|
RecipeCharc(UUID recipeUUID,
String charcInternalID,
String classType,
LocalDateTime keyDate,
List<RecipeCharcValue> toValuation) |
RecipeClassCharc(UUID recipeUUID,
String classInternalID,
String charcInternalID,
LocalDateTime keyDate,
String classType,
List<RecipeCharcValue> toValuation) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RecipeCharcValue> |
RecipeCharcValueOneToOneLink.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 RecipeCharcValueLink<ObjectT> |
RecipeCharcValueLink.translateLinkType(EntityLink<RecipeCharcValueLink<ObjectT>,RecipeCharcValue,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.