Modifier and Type | Field and Description |
---|---|
static RecipeLink<RecipeClass> |
Recipe.TO_CLASSIFICATION
Use with available fluent helpers to apply the to_Classification navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeClass |
RecipeClass.RecipeClassBuilder.build() |
protected RecipeClass |
RecipeClassDeleteFluentHelper.getEntity() |
protected RecipeClass |
RecipeClassCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<RecipeClass> |
Recipe.fetchClassification()
Fetches the RecipeClass entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<RecipeClass>> |
Recipe.getClassificationIfPresent()
Retrieval of associated RecipeClass entities (one to many).
|
List<RecipeClass> |
Recipe.getClassificationOrFetch()
Retrieval of associated RecipeClass entities (one to many).
|
protected Class<RecipeClass> |
RecipeClassByKeyFluentHelper.getEntityClass() |
protected Class<RecipeClass> |
RecipeClassFluentHelper.getEntityClass() |
Class<RecipeClass> |
RecipeClass.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Recipe.addClassification(RecipeClass... entity)
Adds elements to the list of associated RecipeClass entities.
|
Recipe.RecipeBuilder |
Recipe.RecipeBuilder.classification(RecipeClass... value)
Navigation property to_Classification for Recipe to multiple RecipeClass.
|
Modifier and Type | Method and Description |
---|---|
void |
Recipe.setClassification(List<RecipeClass> value)
Overwrites the list of associated RecipeClass entities for the loaded navigation property
to_Classification.
|
Constructor and Description |
---|
RecipeClassCreateFluentHelper(String servicePath,
RecipeClass entity)
Creates a fluent helper object that will create a
RecipeClass entity
on the OData endpoint. |
RecipeClassDeleteFluentHelper(String servicePath,
RecipeClass entity)
Creates a fluent helper object that will delete a
RecipeClass 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) |
Modifier and Type | Method and Description |
---|---|
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeClass(RecipeClass recipeClass)
Create a new
RecipeClass entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeClass(RecipeClass recipeClass)
Create a new
RecipeClass entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeClass(RecipeClass recipeClass)
Deletes an existing
RecipeClass entity in the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeClass(RecipeClass recipeClass)
Deletes an existing
RecipeClass entity in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RecipeClass> |
RecipeClassOneToOneLink.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 RecipeClassLink<ObjectT> |
RecipeClassLink.translateLinkType(EntityLink<RecipeClassLink<ObjectT>,RecipeClass,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
RecipeClassCreateFluentHelper |
RecipeHeaderAndFormulaService.createRecipeClass(RecipeClass recipeClass)
Create a new
RecipeClass entity and save it to the S/4HANA system. |
RecipeClassCreateFluentHelper |
DefaultRecipeHeaderAndFormulaService.createRecipeClass(RecipeClass recipeClass) |
RecipeClassDeleteFluentHelper |
RecipeHeaderAndFormulaService.deleteRecipeClass(RecipeClass recipeClass)
Deletes an existing
RecipeClass entity in the S/4HANA system. |
RecipeClassDeleteFluentHelper |
DefaultRecipeHeaderAndFormulaService.deleteRecipeClass(RecipeClass recipeClass) |
Copyright © 2019 SAP SE. All rights reserved.