Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static RecipeLink<RecipeFormulaItem> |
Recipe.TO_FORMULA_ITEM
Use with available fluent helpers to apply the to_FormulaItem navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeFormulaItem |
RecipeFormulaItem.RecipeFormulaItemBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<RecipeFormulaItem> |
Recipe.fetchFormulaItem()
Fetches the RecipeFormulaItem entities (one to many) associated with this entity.
|
List<RecipeFormulaItem> |
Recipe.getFormulaItemOrFetch()
Retrieval of associated RecipeFormulaItem entities (one to many).
|
com.google.common.base.Optional<List<RecipeFormulaItem>> |
Recipe.getFormulaItemOrNull()
Retrieval of associated RecipeFormulaItem entities (one to many).
|
Class<RecipeFormulaItem> |
RecipeFormulaItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Recipe.addFormulaItem(RecipeFormulaItem... entity)
Adds elements to the list of associated RecipeFormulaItem entities.
|
Recipe.RecipeBuilder |
Recipe.RecipeBuilder.formulaItem(RecipeFormulaItem... value) |
Modifier and Type | Method and Description |
---|---|
void |
Recipe.setFormulaItem(List<RecipeFormulaItem> value)
Overwrites the list of associated RecipeFormulaItem entities for the loaded navigation property to_FormulaItem.
|
Constructor and Description |
---|
RecipeFormulaItemCreateFluentHelper(RecipeFormulaItem entity) |
RecipeFormulaItemDeleteFluentHelper(RecipeFormulaItem entity) |
RecipeFormulaItemUpdateFluentHelper(RecipeFormulaItem entity) |
Constructor and Description |
---|
Recipe(UUID recipeUUID,
String recipeUUID_Text,
String recipeUniqueID,
String recipe,
String recipePrimaryOutputInternalID,
String recipePrimaryOutput,
String recipeAlternativeNumber,
String recipeVersionNumber,
String recipeType,
String recipePurpose,
String recipeStatus,
String recipeStatusSchema,
String recipeAuthorizationGroup,
UUID rcpFmlaUUID,
UUID recipeProcessUUID,
Calendar recipeValidityStartDate,
Calendar recipeValidityEndDate,
BigDecimal recipeValidityMinQuantity,
BigDecimal recipeValidityMaxQuantity,
String recipeValidityUnit,
String plant,
String recipeCreatedByUser,
String recipeLastChangedByUser,
Calendar recipeCreationDateTime,
Calendar recipeLastChangeDateTime,
Boolean recipeIsDeleted,
Boolean recipeIsArchived,
String recipePrimOutpAuthznGrp,
String recipePrimOutpSpecType,
ErpConfigContext erpConfigContext,
List<RecipeCharc> toCharacteristics,
List<RecipeClass> toClassification,
List<RecipeFormulaItem> toFormulaItem,
List<RecipeText> toRecipeText) |
Modifier and Type | Method and Description |
---|---|
RecipeFormulaItemCreateFluentHelper |
DefaultRecipeHeaderAndFormulaService.createRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem) |
RecipeFormulaItemCreateFluentHelper |
RecipeHeaderAndFormulaService.createRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
Create a new
RecipeFormulaItem entity and save it to the S/4HANA system. |
RecipeFormulaItemDeleteFluentHelper |
DefaultRecipeHeaderAndFormulaService.deleteRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem) |
RecipeFormulaItemDeleteFluentHelper |
RecipeHeaderAndFormulaService.deleteRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
Deletes an existing
RecipeFormulaItem entity in the S/4HANA system. |
RecipeFormulaItemUpdateFluentHelper |
DefaultRecipeHeaderAndFormulaService.updateRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem) |
RecipeFormulaItemUpdateFluentHelper |
RecipeHeaderAndFormulaService.updateRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
Update an existing
RecipeFormulaItem entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.