@Named public class DefaultRecipeHeaderAndFormulaService extends Object implements RecipeHeaderAndFormulaService
You use this service to read recipe header data and formula items via an OData service.
Reference: SAP API Business Hub
OData Service: | API_RECIPE |
API Version: | 1 |
Communication Scenario: | Product Lifecycle Management - Recipe Development Integration (SAP_COM_0136) |
Scope Items: | Formulation - Recipe Development (1QC) |
Constructor and Description |
---|
DefaultRecipeHeaderAndFormulaService() |
Modifier and Type | Method and Description |
---|---|
RecipeFluentHelper |
getAllRecipe()
Fetch multiple
Recipe entities. |
RecipeFormulaItemFluentHelper |
getAllRecipeFormulaItem()
Fetch multiple
RecipeFormulaItem entities. |
RecipeTextFluentHelper |
getAllRecipeText()
Fetch multiple
RecipeText entities. |
RecipeByKeyFluentHelper |
getRecipeByKey(UUID recipeUUID)
Fetch a single
Recipe entity using key fields. |
RecipeFormulaItemByKeyFluentHelper |
getRecipeFormulaItemByKey(UUID rcpFmlaItemUUID)
Fetch a single
RecipeFormulaItem entity using key fields. |
RecipeTextByKeyFluentHelper |
getRecipeTextByKey(UUID recipeUUID,
String language)
Fetch a single
RecipeText entity using key fields. |
public DefaultRecipeHeaderAndFormulaService()
public RecipeFluentHelper getAllRecipe()
RecipeHeaderAndFormulaService
Recipe
entities.getAllRecipe
in interface RecipeHeaderAndFormulaService
Recipe
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public RecipeByKeyFluentHelper getRecipeByKey(UUID recipeUUID)
RecipeHeaderAndFormulaService
Recipe
entity using key fields.getRecipeByKey
in interface RecipeHeaderAndFormulaService
recipeUUID
- Common Recipe GUIDConstraints: Not nullable
Recipe
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public RecipeFormulaItemFluentHelper getAllRecipeFormulaItem()
RecipeHeaderAndFormulaService
RecipeFormulaItem
entities.getAllRecipeFormulaItem
in interface RecipeHeaderAndFormulaService
RecipeFormulaItem
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public RecipeFormulaItemByKeyFluentHelper getRecipeFormulaItemByKey(UUID rcpFmlaItemUUID)
RecipeHeaderAndFormulaService
RecipeFormulaItem
entity using key fields.getRecipeFormulaItemByKey
in interface RecipeHeaderAndFormulaService
rcpFmlaItemUUID
- Formula Item GUIDConstraints: Not nullable
RecipeFormulaItem
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public RecipeTextFluentHelper getAllRecipeText()
RecipeHeaderAndFormulaService
RecipeText
entities.getAllRecipeText
in interface RecipeHeaderAndFormulaService
RecipeText
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public RecipeTextByKeyFluentHelper getRecipeTextByKey(UUID recipeUUID, String language)
RecipeHeaderAndFormulaService
RecipeText
entity using key fields.getRecipeTextByKey
in interface RecipeHeaderAndFormulaService
recipeUUID
- Common Recipe GUIDConstraints: Not nullable
language
- Language KeyConstraints: Not nullable, Maximum length: 2
RecipeText
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.Copyright © 2017 SAP SE. All rights reserved.