Modifier and Type | Field and Description |
---|---|
static RecipeCharcLink<RecipeCharcValue> |
RecipeCharc.TO_VALUATION
Use with available fluent helpers to apply the to_Valuation navigation property to query operations.
|
static RecipeClassCharcLink<RecipeCharcValue> |
RecipeClassCharc.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() |
protected RecipeCharcValue |
RecipeCharcValueCreateFluentHelper.getEntity() |
protected RecipeCharcValue |
RecipeCharcValueUpdateFluentHelper.getEntity() |
protected RecipeCharcValue |
RecipeCharcValueDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<RecipeCharcValue> |
RecipeCharc.fetchValuation()
Fetches the RecipeCharcValue entities (one to many) associated with this entity.
|
List<RecipeCharcValue> |
RecipeClassCharc.fetchValuation()
Fetches the RecipeCharcValue entities (one to many) associated with this entity.
|
protected Class<RecipeCharcValue> |
RecipeCharcValueByKeyFluentHelper.getEntityClass() |
protected Class<RecipeCharcValue> |
RecipeCharcValueFluentHelper.getEntityClass() |
Class<RecipeCharcValue> |
RecipeCharcValue.getType() |
Optional<List<RecipeCharcValue>> |
RecipeCharc.getValuationIfPresent()
Retrieval of associated RecipeCharcValue entities (one to many).
|
Optional<List<RecipeCharcValue>> |
RecipeClassCharc.getValuationIfPresent()
Retrieval of associated RecipeCharcValue entities (one to many).
|
List<RecipeCharcValue> |
RecipeCharc.getValuationOrFetch()
Retrieval of associated RecipeCharcValue entities (one to many).
|
List<RecipeCharcValue> |
RecipeClassCharc.getValuationOrFetch()
Retrieval of associated RecipeCharcValue entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
RecipeCharc.addValuation(RecipeCharcValue... entity)
Adds elements to the list of associated RecipeCharcValue entities.
|
void |
RecipeClassCharc.addValuation(RecipeCharcValue... entity)
Adds elements to the list of associated RecipeCharcValue entities.
|
RecipeCharc.RecipeCharcBuilder |
RecipeCharc.RecipeCharcBuilder.valuation(RecipeCharcValue... value) |
RecipeClassCharc.RecipeClassCharcBuilder |
RecipeClassCharc.RecipeClassCharcBuilder.valuation(RecipeCharcValue... value) |
Modifier and Type | Method and Description |
---|---|
void |
RecipeCharc.setValuation(List<RecipeCharcValue> value)
Overwrites the list of associated RecipeCharcValue entities for the loaded navigation property
to_Valuation.
|
void |
RecipeClassCharc.setValuation(List<RecipeCharcValue> value)
Overwrites the list of associated RecipeCharcValue entities for the loaded navigation property
to_Valuation.
|
Constructor and Description |
---|
RecipeCharcValueCreateFluentHelper(String servicePath,
RecipeCharcValue entity)
Creates a fluent helper object that will create a
RecipeCharcValue entity on the OData endpoint. |
RecipeCharcValueDeleteFluentHelper(String servicePath,
RecipeCharcValue entity)
Creates a fluent helper object that will delete a
RecipeCharcValue entity on the OData endpoint. |
RecipeCharcValueUpdateFluentHelper(String servicePath,
RecipeCharcValue entity)
Creates a fluent helper object that will update a
RecipeCharcValue entity on the OData endpoint. |
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) |
Modifier and Type | Method and Description |
---|---|
RecipeCharcValueCreateFluentHelper |
RecipeHeaderAndFormulaService.createRecipeCharcValue(RecipeCharcValue recipeCharcValue)
Create a new
RecipeCharcValue entity and save it to the S/4HANA system. |
RecipeCharcValueCreateFluentHelper |
DefaultRecipeHeaderAndFormulaService.createRecipeCharcValue(RecipeCharcValue recipeCharcValue) |
RecipeCharcValueDeleteFluentHelper |
RecipeHeaderAndFormulaService.deleteRecipeCharcValue(RecipeCharcValue recipeCharcValue)
Deletes an existing
RecipeCharcValue entity in the S/4HANA system. |
RecipeCharcValueDeleteFluentHelper |
DefaultRecipeHeaderAndFormulaService.deleteRecipeCharcValue(RecipeCharcValue recipeCharcValue) |
RecipeCharcValueUpdateFluentHelper |
RecipeHeaderAndFormulaService.updateRecipeCharcValue(RecipeCharcValue recipeCharcValue)
Update an existing
RecipeCharcValue entity and save it to the S/4HANA system. |
RecipeCharcValueUpdateFluentHelper |
DefaultRecipeHeaderAndFormulaService.updateRecipeCharcValue(RecipeCharcValue recipeCharcValue) |
Copyright © 2019 SAP SE. All rights reserved.