Modifier and Type | Field and Description |
---|---|
static RecipeProcessElementTextOneToOneLink<RecipeProcessElement> |
RecipeProcessElementText.TO_RECIPE_PROCESS_ELEMENT
Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query
operations.
|
static RecipeFormulaItemOneToOneLink<RecipeProcessElement> |
RecipeFormulaItem.TO_RECIPE_PROCESS_ELEMENT
Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query
operations.
|
static RecipeProcessParamValueOneToOneLink<RecipeProcessElement> |
RecipeProcessParamValue.TO_RECIPE_PROCESS_ELEMENT
Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query
operations.
|
static RecipeLink<RecipeProcessElement> |
Recipe.TO_RECIPE_PROCESS_ELEMENT
Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query
operations.
|
static RecipeProcessEquipRqmtOneToOneLink<RecipeProcessElement> |
RecipeProcessEquipRqmt.TO_RECIPE_PROCESS_ELEMENT
Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query
operations.
|
static RecipeProcessElementLink<RecipeProcessElement> |
RecipeProcessElement.TO_RECIPE_PROCESS_ELEMENT_CHILD
Use with available fluent helpers to apply the to_RecipeProcessElementChild navigation property to query
operations.
|
static RecipeProcessElementOneToOneLink<RecipeProcessElement> |
RecipeProcessElement.TO_RECIPE_PROCESS_ELEMENT_PARENT
Use with available fluent helpers to apply the to_RecipeProcessElementParent navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeProcessElement |
RecipeProcessElement.RecipeProcessElementBuilder.build() |
RecipeProcessElement |
RecipeProcessElementText.fetchRecipeProcessElement()
Fetches the RecipeProcessElement entity (one to one) associated with this entity.
|
RecipeProcessElement |
RecipeFormulaItem.fetchRecipeProcessElement()
Fetches the RecipeProcessElement entity (one to one) associated with this entity.
|
RecipeProcessElement |
RecipeProcessParamValue.fetchRecipeProcessElement()
Fetches the RecipeProcessElement entity (one to one) associated with this entity.
|
RecipeProcessElement |
RecipeProcessEquipRqmt.fetchRecipeProcessElement()
Fetches the RecipeProcessElement entity (one to one) associated with this entity.
|
RecipeProcessElement |
RecipeProcessElement.fetchRecipeProcessElementParent()
Fetches the RecipeProcessElement entity (one to one) associated with this entity.
|
protected RecipeProcessElement |
RecipeProcessElementCreateFluentHelper.getEntity() |
protected RecipeProcessElement |
RecipeProcessElementDeleteFluentHelper.getEntity() |
protected RecipeProcessElement |
RecipeProcessElementUpdateFluentHelper.getEntity() |
RecipeProcessElement |
RecipeProcessElementText.getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entity (one to one).
|
RecipeProcessElement |
RecipeFormulaItem.getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entity (one to one).
|
RecipeProcessElement |
RecipeProcessParamValue.getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entity (one to one).
|
RecipeProcessElement |
RecipeProcessEquipRqmt.getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entity (one to one).
|
RecipeProcessElement |
RecipeProcessElement.getRecipeProcessElementParentOrFetch()
Retrieval of associated RecipeProcessElement entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<RecipeProcessElement> |
Recipe.fetchRecipeProcessElement()
Fetches the RecipeProcessElement entities (one to many) associated with this entity.
|
List<RecipeProcessElement> |
RecipeProcessElement.fetchRecipeProcessElementChild()
Fetches the RecipeProcessElement entities (one to many) associated with this entity.
|
protected Class<RecipeProcessElement> |
RecipeProcessElementFluentHelper.getEntityClass() |
protected Class<RecipeProcessElement> |
RecipeProcessElementByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<RecipeProcessElement>> |
RecipeProcessElement.getRecipeProcessElementChildIfPresent()
Retrieval of associated RecipeProcessElement entities (one to many).
|
List<RecipeProcessElement> |
RecipeProcessElement.getRecipeProcessElementChildOrFetch()
Retrieval of associated RecipeProcessElement entities (one to many).
|
io.vavr.control.Option<RecipeProcessElement> |
RecipeProcessElementText.getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entity (one to one).
|
io.vavr.control.Option<RecipeProcessElement> |
RecipeFormulaItem.getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entity (one to one).
|
io.vavr.control.Option<RecipeProcessElement> |
RecipeProcessParamValue.getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entity (one to one).
|
io.vavr.control.Option<List<RecipeProcessElement>> |
Recipe.getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entities (one to many).
|
io.vavr.control.Option<RecipeProcessElement> |
RecipeProcessEquipRqmt.getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entity (one to one).
|
List<RecipeProcessElement> |
Recipe.getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entities (one to many).
|
io.vavr.control.Option<RecipeProcessElement> |
RecipeProcessElement.getRecipeProcessElementParentIfPresent()
Retrieval of associated RecipeProcessElement entity (one to one).
|
Class<RecipeProcessElement> |
RecipeProcessElement.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Recipe.addRecipeProcessElement(RecipeProcessElement... entity)
Adds elements to the list of associated RecipeProcessElement entities.
|
void |
RecipeProcessElement.addRecipeProcessElementChild(RecipeProcessElement... entity)
Adds elements to the list of associated RecipeProcessElement entities.
|
Recipe.RecipeBuilder |
Recipe.RecipeBuilder.recipeProcessElement(RecipeProcessElement... value)
Navigation property to_RecipeProcessElement for Recipe to multiple RecipeProcessElement.
|
RecipeProcessElementText.RecipeProcessElementTextBuilder |
RecipeProcessElementText.RecipeProcessElementTextBuilder.recipeProcessElement(RecipeProcessElement value)
Navigation property to_RecipeProcessElement for RecipeProcessElementText to single
RecipeProcessElement.
|
RecipeFormulaItem.RecipeFormulaItemBuilder |
RecipeFormulaItem.RecipeFormulaItemBuilder.recipeProcessElement(RecipeProcessElement value)
Navigation property to_RecipeProcessElement for RecipeFormulaItem to single
RecipeProcessElement.
|
RecipeProcessParamValue.RecipeProcessParamValueBuilder |
RecipeProcessParamValue.RecipeProcessParamValueBuilder.recipeProcessElement(RecipeProcessElement value)
Navigation property to_RecipeProcessElement for RecipeProcessParamValue to single
RecipeProcessElement.
|
RecipeProcessEquipRqmt.RecipeProcessEquipRqmtBuilder |
RecipeProcessEquipRqmt.RecipeProcessEquipRqmtBuilder.recipeProcessElement(RecipeProcessElement value)
Navigation property to_RecipeProcessElement for RecipeProcessEquipRqmt to single
RecipeProcessElement.
|
RecipeProcessElement.RecipeProcessElementBuilder |
RecipeProcessElement.RecipeProcessElementBuilder.recipeProcessElementChild(RecipeProcessElement... value)
Navigation property to_RecipeProcessElementChild for RecipeProcessElement to multiple
RecipeProcessElement.
|
RecipeProcessElement.RecipeProcessElementBuilder |
RecipeProcessElement.RecipeProcessElementBuilder.recipeProcessElementParent(RecipeProcessElement value)
Navigation property to_RecipeProcessElementParent for RecipeProcessElement to single
RecipeProcessElement.
|
void |
RecipeProcessElementText.setRecipeProcessElement(RecipeProcessElement value)
Overwrites the associated RecipeProcessElement entity for the loaded navigation property
to_RecipeProcessElement.
|
void |
RecipeFormulaItem.setRecipeProcessElement(RecipeProcessElement value)
Overwrites the associated RecipeProcessElement entity for the loaded navigation property
to_RecipeProcessElement.
|
void |
RecipeProcessParamValue.setRecipeProcessElement(RecipeProcessElement value)
Overwrites the associated RecipeProcessElement entity for the loaded navigation property
to_RecipeProcessElement.
|
void |
RecipeProcessEquipRqmt.setRecipeProcessElement(RecipeProcessElement value)
Overwrites the associated RecipeProcessElement entity for the loaded navigation property
to_RecipeProcessElement.
|
void |
RecipeProcessElement.setRecipeProcessElementParent(RecipeProcessElement value)
Overwrites the associated RecipeProcessElement entity for the loaded navigation property
to_RecipeProcessElementParent.
|
Modifier and Type | Method and Description |
---|---|
void |
Recipe.setRecipeProcessElement(List<RecipeProcessElement> value)
Overwrites the list of associated RecipeProcessElement entities for the loaded navigation property
to_RecipeProcessElement.
|
void |
RecipeProcessElement.setRecipeProcessElementChild(List<RecipeProcessElement> value)
Overwrites the list of associated RecipeProcessElement entities for the loaded navigation property
to_RecipeProcessElementChild.
|
Constructor and Description |
---|
RecipeFormulaItem(UUID rcpFmlaItemUUID,
UUID rcpFmlaUUID,
String rcpFmlaItemPosition,
String rcpFmlaItemType,
String specificationInternalID,
String specification,
String material,
String rcpFmlaItemComponentType,
BigDecimal rcpFmlaItemLowerLimit,
BigDecimal rcpFmlaItemUpperLimit,
BigDecimal rcpFmlaItemQuantity,
String rcpFmlaItemUnit,
String rcpFmlaItemExceptionCode,
BigDecimal rcpFmlaItemScrapInPercent,
BigDecimal rcpFmlaItemOverrunInPercent,
BigDecimal rcpFmlaItemQuantityInKilogram,
String rcpFmlaItemIsSelectedForCalc,
UUID rcpFmlaItemExplosionRecipeUUID,
String rcpFmlaItemIsBalancingItem,
String recipeFmlaItemAltvIsUsed,
UUID recipeUUID,
String specificationType,
String specificationAuthznGroup,
UUID recipeProcessElementUUID,
UUID recipeProcessStageUUID,
UUID recipeProcessOperationUUID,
UUID recipeProcessActionUUID,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
ZonedDateTime recipeLastChangeDateTime,
String recipe,
String rcpFmlaItemAlternativeItemPos,
Recipe toExplosionRecipe,
Recipe toRecipe,
RecipeProcessElement toRecipeProcessElement) |
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) |
RecipeProcessElementCreateFluentHelper(String servicePath,
RecipeProcessElement entity)
Creates a fluent helper object that will create a
RecipeProcessElement entity on the OData endpoint. |
RecipeProcessElementDeleteFluentHelper(String servicePath,
RecipeProcessElement entity)
Creates a fluent helper object that will delete a
RecipeProcessElement entity on the OData endpoint. |
RecipeProcessElementText(UUID recipeProcessElementUUID,
String language,
UUID recipeProcessUUID,
String recipeProcessElementDesc,
ZonedDateTime recipeLastChangeDateTime,
UUID recipeUUID,
String recipe,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
RecipeProcessElement toRecipeProcessElement) |
RecipeProcessElementUpdateFluentHelper(String servicePath,
RecipeProcessElement entity)
Creates a fluent helper object that will update a
RecipeProcessElement entity on the OData endpoint. |
RecipeProcessEquipRqmt(UUID recipeProcessEquipRqmtUUID,
UUID recipeProcessUUID,
UUID recipeProcessElementUUID,
String recipeProcessEquipRqmtPosNmbr,
String recipeProcEquipRqmtIsPrimRsce,
ZonedDateTime recipeLastChangeDateTime,
UUID recipeUUID,
String recipe,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
Recipe toRecipe,
RecipeProcessElement toRecipeProcessElement,
List<RecipeProcessEquipRqmtText> toRecipeProcessEquipRqmtText,
List<RecipeProcessParamValue> toRecipeProcessParamValue,
List<RecProcEquipRqmtCharc> toRecProcEquipRqmtCharc,
List<RecProcEquipRqmtClass> toRecProcEquipRqmtClass) |
RecipeProcessParamValue(UUID recipeProcessParamValUUID,
UUID recipeProcessUUID,
UUID recipeProcessElementUUID,
UUID recipeProcessParamUUID,
UUID recipeProcessEquipRqmtUUID,
String recipeProcessParamUnit,
String recipeProcessParamTgtVal,
String recipeProcessParamMinVal,
String recipeProcessParamMaxVal,
String recipeProcessParamSqncNmbr,
ZonedDateTime recipeLastChangeDateTime,
UUID recipeUUID,
String recipe,
String recipeProcessParam,
String recipeProcessEquipRqmtPosNmbr,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
Recipe toRecipe,
RecipeProcessElement toRecipeProcessElement,
RecipeProcessEquipRqmt toRecipeProcessEquipRqmt,
RecipeProcessParam toRecipeProcessParam,
List<RecipeProcessParamValueTxt> toRecipeProcessParamValueTxt,
List<RecProcParamValCharc> toRecProcParamValCharc,
List<RecProcParamValClass> toRecProcParamValClass) |
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.createRecipeProcessElement(RecipeProcessElement recipeProcessElement)
Create a new
RecipeProcessElement entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeProcessElement(RecipeProcessElement recipeProcessElement)
Create a new
RecipeProcessElement entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeProcessElement(RecipeProcessElement recipeProcessElement)
Deletes an existing
RecipeProcessElement entity in the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeProcessElement(RecipeProcessElement recipeProcessElement)
Deletes an existing
RecipeProcessElement entity in the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeProcessElement(RecipeProcessElement recipeProcessElement)
Update an existing
RecipeProcessElement entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeProcessElement(RecipeProcessElement recipeProcessElement)
Update an existing
RecipeProcessElement entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RecipeProcessElement> |
RecipeProcessElementOneToOneLink.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 RecipeProcessElementLink<ObjectT> |
RecipeProcessElementLink.translateLinkType(EntityLink<RecipeProcessElementLink<ObjectT>,RecipeProcessElement,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.