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.
|
static RecipeProcessElementLink<RecipeFormulaItem> |
RecipeProcessElement.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() |
protected RecipeFormulaItem |
RecipeFormulaItemUpdateFluentHelper.getEntity() |
protected RecipeFormulaItem |
RecipeFormulaItemCreateFluentHelper.getEntity() |
protected RecipeFormulaItem |
RecipeFormulaItemDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<RecipeFormulaItem> |
Recipe.fetchFormulaItem()
Fetches the RecipeFormulaItem entities (one to many) associated with this entity.
|
List<RecipeFormulaItem> |
RecipeProcessElement.fetchFormulaItem()
Fetches the RecipeFormulaItem entities (one to many) associated with this entity.
|
protected Class<RecipeFormulaItem> |
RecipeFormulaItemByKeyFluentHelper.getEntityClass() |
protected Class<RecipeFormulaItem> |
RecipeFormulaItemFluentHelper.getEntityClass() |
io.vavr.control.Option<List<RecipeFormulaItem>> |
Recipe.getFormulaItemIfPresent()
Retrieval of associated RecipeFormulaItem entities (one to many).
|
io.vavr.control.Option<List<RecipeFormulaItem>> |
RecipeProcessElement.getFormulaItemIfPresent()
Retrieval of associated RecipeFormulaItem entities (one to many).
|
List<RecipeFormulaItem> |
Recipe.getFormulaItemOrFetch()
Retrieval of associated RecipeFormulaItem entities (one to many).
|
List<RecipeFormulaItem> |
RecipeProcessElement.getFormulaItemOrFetch()
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.
|
void |
RecipeProcessElement.addFormulaItem(RecipeFormulaItem... entity)
Adds elements to the list of associated RecipeFormulaItem entities.
|
Recipe.RecipeBuilder |
Recipe.RecipeBuilder.formulaItem(RecipeFormulaItem... value)
Navigation property to_FormulaItem for Recipe to multiple RecipeFormulaItem.
|
RecipeProcessElement.RecipeProcessElementBuilder |
RecipeProcessElement.RecipeProcessElementBuilder.formulaItem(RecipeFormulaItem... value)
Navigation property to_FormulaItem for RecipeProcessElement to multiple
RecipeFormulaItem.
|
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.
|
void |
RecipeProcessElement.setFormulaItem(List<RecipeFormulaItem> value)
Overwrites the list of associated RecipeFormulaItem entities for the loaded navigation property
to_FormulaItem.
|
Constructor and Description |
---|
RecipeFormulaItemCreateFluentHelper(String servicePath,
RecipeFormulaItem entity)
Creates a fluent helper object that will create a
RecipeFormulaItem entity on the OData endpoint. |
RecipeFormulaItemDeleteFluentHelper(String servicePath,
RecipeFormulaItem entity)
Creates a fluent helper object that will delete a
RecipeFormulaItem entity on the OData endpoint. |
RecipeFormulaItemUpdateFluentHelper(String servicePath,
RecipeFormulaItem entity)
Creates a fluent helper object that will update a
RecipeFormulaItem entity on the OData endpoint. |
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,
LocalDateTime recipeValidityStartDate,
LocalDateTime recipeValidityEndDate,
BigDecimal recipeValidityMinQuantity,
BigDecimal recipeValidityMaxQuantity,
String recipeValidityUnit,
String plant,
String recipeCreatedByUser,
String recipeLastChangedByUser,
ZonedDateTime recipeCreationDateTime,
ZonedDateTime recipeLastChangeDateTime,
Boolean recipeIsDeleted,
Boolean recipeIsArchived,
String recipePrimOutpAuthznGrp,
String recipePrimOutpSpecType,
List<RecipeCharc> toCharacteristics,
List<RecipeClass> toClassification,
List<RecipeFormulaItem> toFormulaItem,
List<RecipeProcessElement> toRecipeProcessElement,
List<RecipeProcessEquipRqmt> toRecipeProcessEquipRqmt,
List<RecipeProcessParamValue> toRecipeProcessParamValue,
List<RecipeText> toRecipeText) |
RecipeProcessElement(UUID recipeProcessElementUUID,
UUID recipeProcessUUID,
String recipeProcessElementType,
UUID recipeProcessElementParentUUID,
String recipeProcessElementPosNmbr,
ZonedDateTime recipeLastChangeDateTime,
UUID recipeUUID,
String recipe,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
List<RecipeFormulaItem> toFormulaItem,
Recipe toRecipe,
List<RecipeProcessElement> toRecipeProcessElementChild,
RecipeProcessElement toRecipeProcessElementParent,
List<RecipeProcessElementText> toRecipeProcessElementText,
List<RecipeProcessEquipRqmt> toRecipeProcessEquipRqmt,
List<RecipeProcessParamValue> toRecipeProcessParamValue) |
Modifier and Type | Method and Description |
---|---|
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
Create a new
RecipeFormulaItem entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
Create a new
RecipeFormulaItem entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
Deletes an existing
RecipeFormulaItem entity in the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
Deletes an existing
RecipeFormulaItem entity in the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
Update an existing
RecipeFormulaItem entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
Update an existing
RecipeFormulaItem entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RecipeFormulaItem> |
RecipeFormulaItemOneToOneLink.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 RecipeFormulaItemLink<ObjectT> |
RecipeFormulaItemLink.translateLinkType(EntityLink<RecipeFormulaItemLink<ObjectT>,RecipeFormulaItem,ObjectT> link) |
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 © 2020 SAP SE. All rights reserved.