Modifier and Type | Class and Description |
---|---|
static class |
Recipe.RecipeBuilder
Helper class to allow for fluent creation of Recipe instances.
|
Modifier and Type | Field and Description |
---|---|
static RecipeSelectable |
ALL_FIELDS
Selector for all available fields of Recipe.
|
static RecipeField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static RecipeField<UUID> |
RCP_FMLA_UUID
Use with available fluent helpers to apply the RcpFmlaUUID field to query operations.
|
static RecipeField<String> |
RECIPE
Use with available fluent helpers to apply the Recipe field to query operations.
|
static RecipeField<String> |
RECIPE_ALTERNATIVE_NUMBER
Use with available fluent helpers to apply the RecipeAlternativeNumber field to query operations.
|
static RecipeField<String> |
RECIPE_AUTHORIZATION_GROUP
Use with available fluent helpers to apply the RecipeAuthorizationGroup field to query operations.
|
static RecipeField<String> |
RECIPE_CREATED_BY_USER
Use with available fluent helpers to apply the RecipeCreatedByUser field to query operations.
|
static RecipeField<ZonedDateTime> |
RECIPE_CREATION_DATE_TIME
Use with available fluent helpers to apply the RecipeCreationDateTime field to query operations.
|
static RecipeField<Boolean> |
RECIPE_IS_ARCHIVED
Use with available fluent helpers to apply the RecipeIsArchived field to query operations.
|
static RecipeField<Boolean> |
RECIPE_IS_DELETED
Use with available fluent helpers to apply the RecipeIsDeleted field to query operations.
|
static RecipeField<ZonedDateTime> |
RECIPE_LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the RecipeLastChangeDateTime field to query operations.
|
static RecipeField<String> |
RECIPE_LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the RecipeLastChangedByUser field to query operations.
|
static RecipeField<String> |
RECIPE_PRIM_OUTP_AUTHZN_GRP
Use with available fluent helpers to apply the RecipePrimOutpAuthznGrp field to query operations.
|
static RecipeField<String> |
RECIPE_PRIM_OUTP_SPEC_TYPE
Use with available fluent helpers to apply the RecipePrimOutpSpecType field to query operations.
|
static RecipeField<String> |
RECIPE_PRIMARY_OUTPUT
Use with available fluent helpers to apply the RecipePrimaryOutput field to query operations.
|
static RecipeField<String> |
RECIPE_PRIMARY_OUTPUT_INTERNAL_ID
Use with available fluent helpers to apply the RecipePrimaryOutputInternalID field to query operations.
|
static RecipeField<UUID> |
RECIPE_PROCESS_UUID
Use with available fluent helpers to apply the RecipeProcessUUID field to query operations.
|
static RecipeField<String> |
RECIPE_PURPOSE
Use with available fluent helpers to apply the RecipePurpose field to query operations.
|
static RecipeField<String> |
RECIPE_STATUS
Use with available fluent helpers to apply the RecipeStatus field to query operations.
|
static RecipeField<String> |
RECIPE_STATUS_SCHEMA
Use with available fluent helpers to apply the RecipeStatusSchema field to query operations.
|
static RecipeField<String> |
RECIPE_TYPE
Use with available fluent helpers to apply the RecipeType field to query operations.
|
static RecipeField<String> |
RECIPE_UNIQUE_ID
Use with available fluent helpers to apply the RecipeUniqueID field to query operations.
|
static RecipeField<UUID> |
RECIPE_UUID
Use with available fluent helpers to apply the RecipeUUID field to query operations.
|
static RecipeField<String> |
RECIPE_UUID_TEXT
Use with available fluent helpers to apply the RecipeUUID_Text field to query operations.
|
static RecipeField<LocalDateTime> |
RECIPE_VALIDITY_END_DATE
Use with available fluent helpers to apply the RecipeValidityEndDate field to query operations.
|
static RecipeField<BigDecimal> |
RECIPE_VALIDITY_MAX_QUANTITY
Use with available fluent helpers to apply the RecipeValidityMaxQuantity field to query operations.
|
static RecipeField<BigDecimal> |
RECIPE_VALIDITY_MIN_QUANTITY
Use with available fluent helpers to apply the RecipeValidityMinQuantity field to query operations.
|
static RecipeField<LocalDateTime> |
RECIPE_VALIDITY_START_DATE
Use with available fluent helpers to apply the RecipeValidityStartDate field to query operations.
|
static RecipeField<String> |
RECIPE_VALIDITY_UNIT
Use with available fluent helpers to apply the RecipeValidityUnit field to query operations.
|
static RecipeField<String> |
RECIPE_VERSION_NUMBER
Use with available fluent helpers to apply the RecipeVersionNumber field to query operations.
|
static RecipeLink<RecipeCharc> |
TO_CHARACTERISTICS
Use with available fluent helpers to apply the to_Characteristics navigation property to query operations.
|
static RecipeLink<RecipeClass> |
TO_CLASSIFICATION
Use with available fluent helpers to apply the to_Classification navigation property to query operations.
|
static RecipeLink<RecipeFormulaItem> |
TO_FORMULA_ITEM
Use with available fluent helpers to apply the to_FormulaItem navigation property to query operations.
|
static RecipeLink<RecipeProcessElement> |
TO_RECIPE_PROCESS_ELEMENT
Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query
operations.
|
static RecipeLink<RecipeProcessEquipRqmt> |
TO_RECIPE_PROCESS_EQUIP_RQMT
Use with available fluent helpers to apply the to_RecipeProcessEquipRqmt navigation property to query
operations.
|
static RecipeLink<RecipeProcessParamValue> |
TO_RECIPE_PROCESS_PARAM_VALUE
Use with available fluent helpers to apply the to_RecipeProcessParamValue navigation property to query
operations.
|
static RecipeLink<RecipeText> |
TO_RECIPE_TEXT
Use with available fluent helpers to apply the to_RecipeText navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
Recipe() |
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 |
---|---|
void |
addCharacteristics(RecipeCharc... entity)
Adds elements to the list of associated RecipeCharc entities.
|
void |
addClassification(RecipeClass... entity)
Adds elements to the list of associated RecipeClass entities.
|
void |
addFormulaItem(RecipeFormulaItem... entity)
Adds elements to the list of associated RecipeFormulaItem entities.
|
void |
addRecipeProcessElement(RecipeProcessElement... entity)
Adds elements to the list of associated RecipeProcessElement entities.
|
void |
addRecipeProcessEquipRqmt(RecipeProcessEquipRqmt... entity)
Adds elements to the list of associated RecipeProcessEquipRqmt entities.
|
void |
addRecipeProcessParamValue(RecipeProcessParamValue... entity)
Adds elements to the list of associated RecipeProcessParamValue entities.
|
void |
addRecipeText(RecipeText... entity)
Adds elements to the list of associated RecipeText entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static Recipe.RecipeBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<RecipeCharc> |
fetchCharacteristics()
Fetches the RecipeCharc entities (one to many) associated with this entity.
|
List<RecipeClass> |
fetchClassification()
Fetches the RecipeClass entities (one to many) associated with this entity.
|
List<RecipeFormulaItem> |
fetchFormulaItem()
Fetches the RecipeFormulaItem entities (one to many) associated with this entity.
|
List<RecipeProcessElement> |
fetchRecipeProcessElement()
Fetches the RecipeProcessElement entities (one to many) associated with this entity.
|
List<RecipeProcessEquipRqmt> |
fetchRecipeProcessEquipRqmt()
Fetches the RecipeProcessEquipRqmt entities (one to many) associated with this entity.
|
List<RecipeProcessParamValue> |
fetchRecipeProcessParamValue()
Fetches the RecipeProcessParamValue entities (one to many) associated with this entity.
|
List<RecipeText> |
fetchRecipeText()
Fetches the RecipeText entities (one to many) associated with this entity.
|
static <T> RecipeField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
io.vavr.control.Option<List<RecipeCharc>> |
getCharacteristicsIfPresent()
Retrieval of associated RecipeCharc entities (one to many).
|
List<RecipeCharc> |
getCharacteristicsOrFetch()
Retrieval of associated RecipeCharc entities (one to many).
|
io.vavr.control.Option<List<RecipeClass>> |
getClassificationIfPresent()
Retrieval of associated RecipeClass entities (one to many).
|
List<RecipeClass> |
getClassificationOrFetch()
Retrieval of associated RecipeClass entities (one to many).
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
io.vavr.control.Option<List<RecipeFormulaItem>> |
getFormulaItemIfPresent()
Retrieval of associated RecipeFormulaItem entities (one to many).
|
List<RecipeFormulaItem> |
getFormulaItemOrFetch()
Retrieval of associated RecipeFormulaItem entities (one to many).
|
protected Map<String,Object> |
getKey() |
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getRcpFmlaUUID()
Constraints: none
|
String |
getRecipe()
Constraints: Not nullable, Maximum length: 20
|
String |
getRecipeAlternativeNumber()
Constraints: Not nullable, Maximum length: 3
|
String |
getRecipeAuthorizationGroup()
Constraints: Not nullable, Maximum length: 10
|
String |
getRecipeCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
ZonedDateTime |
getRecipeCreationDateTime()
Constraints: Not nullable, Precision: 0
|
Boolean |
getRecipeIsArchived()
Constraints: none
|
Boolean |
getRecipeIsDeleted()
Constraints: none
|
ZonedDateTime |
getRecipeLastChangeDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getRecipeLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
String |
getRecipePrimaryOutput()
Constraints: Not nullable, Maximum length: 12
|
String |
getRecipePrimaryOutputInternalID()
Constraints: Not nullable, Maximum length: 20
|
String |
getRecipePrimOutpAuthznGrp()
Constraints: Not nullable, Maximum length: 10
|
String |
getRecipePrimOutpSpecType()
Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<List<RecipeProcessElement>> |
getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entities (one to many).
|
List<RecipeProcessElement> |
getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entities (one to many).
|
io.vavr.control.Option<List<RecipeProcessEquipRqmt>> |
getRecipeProcessEquipRqmtIfPresent()
Retrieval of associated RecipeProcessEquipRqmt entities (one to many).
|
List<RecipeProcessEquipRqmt> |
getRecipeProcessEquipRqmtOrFetch()
Retrieval of associated RecipeProcessEquipRqmt entities (one to many).
|
io.vavr.control.Option<List<RecipeProcessParamValue>> |
getRecipeProcessParamValueIfPresent()
Retrieval of associated RecipeProcessParamValue entities (one to many).
|
List<RecipeProcessParamValue> |
getRecipeProcessParamValueOrFetch()
Retrieval of associated RecipeProcessParamValue entities (one to many).
|
UUID |
getRecipeProcessUUID()
Constraints: none
|
String |
getRecipePurpose()
Constraints: Not nullable, Maximum length: 5
|
String |
getRecipeStatus()
Constraints: Not nullable, Maximum length: 20
|
String |
getRecipeStatusSchema()
Constraints: Not nullable, Maximum length: 20
|
io.vavr.control.Option<List<RecipeText>> |
getRecipeTextIfPresent()
Retrieval of associated RecipeText entities (one to many).
|
List<RecipeText> |
getRecipeTextOrFetch()
Retrieval of associated RecipeText entities (one to many).
|
String |
getRecipeType()
Constraints: Not nullable, Maximum length: 20
|
String |
getRecipeUniqueID()
Constraints: Not nullable, Maximum length: 70
|
String |
getRecipeUUID_Text()
Constraints: Not nullable, Maximum length: 132
|
UUID |
getRecipeUUID()
(Key Field) Constraints: Not nullable
|
LocalDateTime |
getRecipeValidityEndDate()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getRecipeValidityMaxQuantity()
Constraints: Not nullable, Precision: 34, Scale: 6
|
BigDecimal |
getRecipeValidityMinQuantity()
Constraints: Not nullable, Precision: 34, Scale: 6
|
LocalDateTime |
getRecipeValidityStartDate()
Constraints: Not nullable, Precision: 0
|
String |
getRecipeValidityUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getRecipeVersionNumber()
Constraints: Not nullable, Maximum length: 3
|
Class<Recipe> |
getType() |
int |
hashCode() |
void |
setCharacteristics(List<RecipeCharc> value)
Overwrites the list of associated RecipeCharc entities for the loaded navigation property
to_Characteristics.
|
void |
setClassification(List<RecipeClass> value)
Overwrites the list of associated RecipeClass entities for the loaded navigation property
to_Classification.
|
void |
setFormulaItem(List<RecipeFormulaItem> value)
Overwrites the list of associated RecipeFormulaItem entities for the loaded navigation property
to_FormulaItem.
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setRcpFmlaUUID(UUID rcpFmlaUUID)
Constraints: none
|
void |
setRecipe(String recipe)
Constraints: Not nullable, Maximum length: 20
|
void |
setRecipeAlternativeNumber(String recipeAlternativeNumber)
Constraints: Not nullable, Maximum length: 3
|
void |
setRecipeAuthorizationGroup(String recipeAuthorizationGroup)
Constraints: Not nullable, Maximum length: 10
|
void |
setRecipeCreatedByUser(String recipeCreatedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setRecipeCreationDateTime(ZonedDateTime recipeCreationDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setRecipeIsArchived(Boolean recipeIsArchived)
Constraints: none
|
void |
setRecipeIsDeleted(Boolean recipeIsDeleted)
Constraints: none
|
void |
setRecipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setRecipeLastChangedByUser(String recipeLastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setRecipePrimaryOutput(String recipePrimaryOutput)
Constraints: Not nullable, Maximum length: 12
|
void |
setRecipePrimaryOutputInternalID(String recipePrimaryOutputInternalID)
Constraints: Not nullable, Maximum length: 20
|
void |
setRecipePrimOutpAuthznGrp(String recipePrimOutpAuthznGrp)
Constraints: Not nullable, Maximum length: 10
|
void |
setRecipePrimOutpSpecType(String recipePrimOutpSpecType)
Constraints: Not nullable, Maximum length: 10
|
void |
setRecipeProcessElement(List<RecipeProcessElement> value)
Overwrites the list of associated RecipeProcessElement entities for the loaded navigation property
to_RecipeProcessElement.
|
void |
setRecipeProcessEquipRqmt(List<RecipeProcessEquipRqmt> value)
Overwrites the list of associated RecipeProcessEquipRqmt entities for the loaded navigation property
to_RecipeProcessEquipRqmt.
|
void |
setRecipeProcessParamValue(List<RecipeProcessParamValue> value)
Overwrites the list of associated RecipeProcessParamValue entities for the loaded navigation property
to_RecipeProcessParamValue.
|
void |
setRecipeProcessUUID(UUID recipeProcessUUID)
Constraints: none
|
void |
setRecipePurpose(String recipePurpose)
Constraints: Not nullable, Maximum length: 5
|
void |
setRecipeStatus(String recipeStatus)
Constraints: Not nullable, Maximum length: 20
|
void |
setRecipeStatusSchema(String recipeStatusSchema)
Constraints: Not nullable, Maximum length: 20
|
void |
setRecipeText(List<RecipeText> value)
Overwrites the list of associated RecipeText entities for the loaded navigation property
to_RecipeText.
|
void |
setRecipeType(String recipeType)
Constraints: Not nullable, Maximum length: 20
|
void |
setRecipeUniqueID(String recipeUniqueID)
Constraints: Not nullable, Maximum length: 70
|
void |
setRecipeUUID_Text(String recipeUUID_Text)
Constraints: Not nullable, Maximum length: 132
|
void |
setRecipeUUID(UUID recipeUUID)
(Key Field) Constraints: Not nullable
|
void |
setRecipeValidityEndDate(LocalDateTime recipeValidityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setRecipeValidityMaxQuantity(BigDecimal recipeValidityMaxQuantity)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRecipeValidityMinQuantity(BigDecimal recipeValidityMinQuantity)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRecipeValidityStartDate(LocalDateTime recipeValidityStartDate)
Constraints: Not nullable, Precision: 0
|
void |
setRecipeValidityUnit(String recipeValidityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setRecipeVersionNumber(String recipeVersionNumber)
Constraints: Not nullable, Maximum length: 3
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final RecipeSelectable ALL_FIELDS
public static final RecipeField<UUID> RECIPE_UUID
public static final RecipeField<String> RECIPE_UUID_TEXT
public static final RecipeField<String> RECIPE_UNIQUE_ID
public static final RecipeField<String> RECIPE
public static final RecipeField<String> RECIPE_PRIMARY_OUTPUT_INTERNAL_ID
public static final RecipeField<String> RECIPE_PRIMARY_OUTPUT
public static final RecipeField<String> RECIPE_ALTERNATIVE_NUMBER
public static final RecipeField<String> RECIPE_VERSION_NUMBER
public static final RecipeField<String> RECIPE_TYPE
public static final RecipeField<String> RECIPE_PURPOSE
public static final RecipeField<String> RECIPE_STATUS
public static final RecipeField<String> RECIPE_STATUS_SCHEMA
public static final RecipeField<String> RECIPE_AUTHORIZATION_GROUP
public static final RecipeField<UUID> RCP_FMLA_UUID
public static final RecipeField<UUID> RECIPE_PROCESS_UUID
public static final RecipeField<LocalDateTime> RECIPE_VALIDITY_START_DATE
public static final RecipeField<LocalDateTime> RECIPE_VALIDITY_END_DATE
public static final RecipeField<BigDecimal> RECIPE_VALIDITY_MIN_QUANTITY
public static final RecipeField<BigDecimal> RECIPE_VALIDITY_MAX_QUANTITY
public static final RecipeField<String> RECIPE_VALIDITY_UNIT
public static final RecipeField<String> PLANT
public static final RecipeField<String> RECIPE_CREATED_BY_USER
public static final RecipeField<String> RECIPE_LAST_CHANGED_BY_USER
public static final RecipeField<ZonedDateTime> RECIPE_CREATION_DATE_TIME
public static final RecipeField<ZonedDateTime> RECIPE_LAST_CHANGE_DATE_TIME
public static final RecipeField<Boolean> RECIPE_IS_DELETED
public static final RecipeField<Boolean> RECIPE_IS_ARCHIVED
public static final RecipeField<String> RECIPE_PRIM_OUTP_AUTHZN_GRP
public static final RecipeField<String> RECIPE_PRIM_OUTP_SPEC_TYPE
public static final RecipeLink<RecipeCharc> TO_CHARACTERISTICS
public static final RecipeLink<RecipeClass> TO_CLASSIFICATION
public static final RecipeLink<RecipeFormulaItem> TO_FORMULA_ITEM
public static final RecipeLink<RecipeProcessElement> TO_RECIPE_PROCESS_ELEMENT
public static final RecipeLink<RecipeProcessEquipRqmt> TO_RECIPE_PROCESS_EQUIP_RQMT
public static final RecipeLink<RecipeProcessParamValue> TO_RECIPE_PROCESS_PARAM_VALUE
public static final RecipeLink<RecipeText> TO_RECIPE_TEXT
public Recipe()
public Recipe(@Nullable UUID recipeUUID, @Nullable String recipeUUID_Text, @Nullable String recipeUniqueID, @Nullable String recipe, @Nullable String recipePrimaryOutputInternalID, @Nullable String recipePrimaryOutput, @Nullable String recipeAlternativeNumber, @Nullable String recipeVersionNumber, @Nullable String recipeType, @Nullable String recipePurpose, @Nullable String recipeStatus, @Nullable String recipeStatusSchema, @Nullable String recipeAuthorizationGroup, @Nullable UUID rcpFmlaUUID, @Nullable UUID recipeProcessUUID, @Nullable LocalDateTime recipeValidityStartDate, @Nullable LocalDateTime recipeValidityEndDate, @Nullable BigDecimal recipeValidityMinQuantity, @Nullable BigDecimal recipeValidityMaxQuantity, @Nullable String recipeValidityUnit, @Nullable String plant, @Nullable String recipeCreatedByUser, @Nullable String recipeLastChangedByUser, @Nullable ZonedDateTime recipeCreationDateTime, @Nullable ZonedDateTime recipeLastChangeDateTime, @Nullable Boolean recipeIsDeleted, @Nullable Boolean recipeIsArchived, @Nullable String recipePrimOutpAuthznGrp, @Nullable String recipePrimOutpSpecType, List<RecipeCharc> toCharacteristics, List<RecipeClass> toClassification, List<RecipeFormulaItem> toFormulaItem, List<RecipeProcessElement> toRecipeProcessElement, List<RecipeProcessEquipRqmt> toRecipeProcessEquipRqmt, List<RecipeProcessParamValue> toRecipeProcessParamValue, List<RecipeText> toRecipeText)
public void setRecipeUUID(@Nullable UUID recipeUUID)
Original property name from the Odata EDM: RecipeUUID
recipeUUID
- Common Recipe GUIDpublic void setRecipeUUID_Text(@Nullable String recipeUUID_Text)
Original property name from the Odata EDM: RecipeUUID_Text
recipeUUID_Text
- Recipe Descriptionpublic void setRecipeUniqueID(@Nullable String recipeUniqueID)
Original property name from the Odata EDM: RecipeUniqueID
recipeUniqueID
- Recipe GUID in character format used in FRW linkagepublic void setRecipe(@Nullable String recipe)
Original property name from the Odata EDM: Recipe
recipe
- Recipe IDpublic void setRecipePrimaryOutputInternalID(@Nullable String recipePrimaryOutputInternalID)
Original property name from the Odata EDM: RecipePrimaryOutputInternalID
recipePrimaryOutputInternalID
- Specification Keypublic void setRecipePrimaryOutput(@Nullable String recipePrimaryOutput)
Original property name from the Odata EDM: RecipePrimaryOutput
recipePrimaryOutput
- Primary Output IDpublic void setRecipeAlternativeNumber(@Nullable String recipeAlternativeNumber)
Original property name from the Odata EDM: RecipeAlternativeNumber
recipeAlternativeNumber
- Alternative Recipe Identifierpublic void setRecipeVersionNumber(@Nullable String recipeVersionNumber)
Original property name from the Odata EDM: RecipeVersionNumber
recipeVersionNumber
- Recipe Versionpublic void setRecipeType(@Nullable String recipeType)
Original property name from the Odata EDM: RecipeType
recipeType
- Recipe Typepublic void setRecipePurpose(@Nullable String recipePurpose)
Original property name from the Odata EDM: RecipePurpose
recipePurpose
- Recipe Purposepublic void setRecipeStatus(@Nullable String recipeStatus)
Original property name from the Odata EDM: RecipeStatus
recipeStatus
- Recipe Statuspublic void setRecipeStatusSchema(@Nullable String recipeStatusSchema)
Original property name from the Odata EDM: RecipeStatusSchema
You define a status scheme in Customizing for Recipe Development under Status Management -> Define Status Scheme.
recipeStatusSchema
- The status scheme defines the initial status and the possible transitions from one status to another.public void setRecipeAuthorizationGroup(@Nullable String recipeAuthorizationGroup)
Original property name from the Odata EDM: RecipeAuthorizationGroup
Not all users may be allowed to see all recipes. Normally, users are allowed to see certain groups of recipes, perhaps the ones from their lab, the ones dealing with their chemical compound, and so on. This authorization group is used to facilitate giving groups of people access to groups of recipes.The authorization group can be freely defined in Customizing and can then be assigned to each recipe.Authorization groups can be used in combination with Access Control Management (ACM).Use the authorization group logic for static authorizations that reflect the larger organizational set-up within your company. For more dynamic assignments of authorizations, use the Access Control Management logic in recipe development.You can use different authorization groups for specifications and for recipes, or you can assign the same authorization group for specifications and recipes. If you choose the same authorization groups, you only define the authorization group once in Customizing and then assign both specification types (specification and recipes) to this authorization group.For Recipe Development that operates in a Web UI you have to select RECIPE_WUI as the relevant specification type.
recipeAuthorizationGroup
- With authorization groups, the access rights of users to recipes can be restricted.public void setRcpFmlaUUID(@Nullable UUID rcpFmlaUUID)
Original property name from the Odata EDM: RcpFmlaUUID
rcpFmlaUUID
- Formula GUIDpublic void setRecipeProcessUUID(@Nullable UUID recipeProcessUUID)
Original property name from the Odata EDM: RecipeProcessUUID
recipeProcessUUID
- Process GUIDpublic void setRecipeValidityStartDate(@Nullable LocalDateTime recipeValidityStartDate)
Original property name from the Odata EDM: RecipeValidityStartDate
recipeValidityStartDate
- Valid-From Date of a Recipepublic void setRecipeValidityEndDate(@Nullable LocalDateTime recipeValidityEndDate)
Original property name from the Odata EDM: RecipeValidityEndDate
recipeValidityEndDate
- Valid-To Date of a Recipepublic void setRecipeValidityMinQuantity(@Nullable BigDecimal recipeValidityMinQuantity)
Original property name from the Odata EDM: RecipeValidityMinQuantity
recipeValidityMinQuantity
- Quantity Frompublic void setRecipeValidityMaxQuantity(@Nullable BigDecimal recipeValidityMaxQuantity)
Original property name from the Odata EDM: RecipeValidityMaxQuantity
recipeValidityMaxQuantity
- Quantity Topublic void setRecipeValidityUnit(@Nullable String recipeValidityUnit)
Original property name from the Odata EDM: RecipeValidityUnit
recipeValidityUnit
- Unit of Measurepublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plantpublic void setRecipeCreatedByUser(@Nullable String recipeCreatedByUser)
Original property name from the Odata EDM: RecipeCreatedByUser
recipeCreatedByUser
- User Who Created Object (Item)public void setRecipeLastChangedByUser(@Nullable String recipeLastChangedByUser)
Original property name from the Odata EDM: RecipeLastChangedByUser
recipeLastChangedByUser
- User Who Last Changed Objectpublic void setRecipeCreationDateTime(@Nullable ZonedDateTime recipeCreationDateTime)
Original property name from the Odata EDM: RecipeCreationDateTime
recipeCreationDateTime
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)public void setRecipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime)
Original property name from the Odata EDM: RecipeLastChangeDateTime
recipeLastChangeDateTime
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)public void setRecipeIsDeleted(@Nullable Boolean recipeIsDeleted)
Original property name from the Odata EDM: RecipeIsDeleted
recipeIsDeleted
- Marked for Deletionpublic void setRecipeIsArchived(@Nullable Boolean recipeIsArchived)
Original property name from the Odata EDM: RecipeIsArchived
recipeIsArchived
- Marked for Archivingpublic void setRecipePrimOutpAuthznGrp(@Nullable String recipePrimOutpAuthznGrp)
Original property name from the Odata EDM: RecipePrimOutpAuthznGrp
recipePrimOutpAuthznGrp
- Recipe Authorization Grouppublic void setRecipePrimOutpSpecType(@Nullable String recipePrimOutpSpecType)
Original property name from the Odata EDM: RecipePrimOutpSpecType
recipePrimOutpSpecType
- Specification Typeprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<Recipe>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<Recipe>
@Nonnull public static <T> RecipeField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> RecipeField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<Recipe>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<Recipe>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<Recipe>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<Recipe>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<Recipe>
@Nonnull public List<RecipeCharc> fetchCharacteristics() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<RecipeCharc> getCharacteristicsOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Characteristics of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<RecipeCharc>> getCharacteristicsIfPresent()
If the navigation property for an entity Recipe has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setCharacteristics(@Nonnull List<RecipeCharc> value)
If the navigation property to_Characteristics of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of RecipeCharc entities.public void addCharacteristics(RecipeCharc... entity)
If the navigation property to_Characteristics of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of RecipeCharc entities.@Nonnull public List<RecipeClass> fetchClassification() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<RecipeClass> getClassificationOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Classification of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<RecipeClass>> getClassificationIfPresent()
If the navigation property for an entity Recipe has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setClassification(@Nonnull List<RecipeClass> value)
If the navigation property to_Classification of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of RecipeClass entities.public void addClassification(RecipeClass... entity)
If the navigation property to_Classification of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of RecipeClass entities.@Nonnull public List<RecipeFormulaItem> fetchFormulaItem() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<RecipeFormulaItem> getFormulaItemOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_FormulaItem of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<RecipeFormulaItem>> getFormulaItemIfPresent()
If the navigation property for an entity Recipe has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setFormulaItem(@Nonnull List<RecipeFormulaItem> value)
If the navigation property to_FormulaItem of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of RecipeFormulaItem entities.public void addFormulaItem(RecipeFormulaItem... entity)
If the navigation property to_FormulaItem of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of RecipeFormulaItem entities.@Nonnull public List<RecipeProcessElement> fetchRecipeProcessElement() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<RecipeProcessElement> getRecipeProcessElementOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RecipeProcessElement of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<RecipeProcessElement>> getRecipeProcessElementIfPresent()
If the navigation property for an entity Recipe has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setRecipeProcessElement(@Nonnull List<RecipeProcessElement> value)
If the navigation property to_RecipeProcessElement of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of RecipeProcessElement entities.public void addRecipeProcessElement(RecipeProcessElement... entity)
If the navigation property to_RecipeProcessElement of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of RecipeProcessElement entities.@Nonnull public List<RecipeProcessEquipRqmt> fetchRecipeProcessEquipRqmt() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<RecipeProcessEquipRqmt> getRecipeProcessEquipRqmtOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RecipeProcessEquipRqmt of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<RecipeProcessEquipRqmt>> getRecipeProcessEquipRqmtIfPresent()
If the navigation property for an entity Recipe has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setRecipeProcessEquipRqmt(@Nonnull List<RecipeProcessEquipRqmt> value)
If the navigation property to_RecipeProcessEquipRqmt of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of RecipeProcessEquipRqmt entities.public void addRecipeProcessEquipRqmt(RecipeProcessEquipRqmt... entity)
If the navigation property to_RecipeProcessEquipRqmt of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of RecipeProcessEquipRqmt entities.@Nonnull public List<RecipeProcessParamValue> fetchRecipeProcessParamValue() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<RecipeProcessParamValue> getRecipeProcessParamValueOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RecipeProcessParamValue of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<RecipeProcessParamValue>> getRecipeProcessParamValueIfPresent()
If the navigation property for an entity Recipe has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setRecipeProcessParamValue(@Nonnull List<RecipeProcessParamValue> value)
If the navigation property to_RecipeProcessParamValue of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of RecipeProcessParamValue entities.public void addRecipeProcessParamValue(RecipeProcessParamValue... entity)
If the navigation property to_RecipeProcessParamValue of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of RecipeProcessParamValue entities.@Nonnull public List<RecipeText> fetchRecipeText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<RecipeText> getRecipeTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RecipeText of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<RecipeText>> getRecipeTextIfPresent()
If the navigation property for an entity Recipe has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setRecipeText(@Nonnull List<RecipeText> value)
If the navigation property to_RecipeText of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of RecipeText entities.public void addRecipeText(RecipeText... entity)
If the navigation property to_RecipeText of a queried Recipe is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of RecipeText entities.public static Recipe.RecipeBuilder builder()
@Nullable public UUID getRecipeUUID()
Original property name from the Odata EDM: RecipeUUID
@Nullable public String getRecipeUUID_Text()
Original property name from the Odata EDM: RecipeUUID_Text
@Nullable public String getRecipeUniqueID()
Original property name from the Odata EDM: RecipeUniqueID
@Nullable public String getRecipe()
Original property name from the Odata EDM: Recipe
@Nullable public String getRecipePrimaryOutputInternalID()
Original property name from the Odata EDM: RecipePrimaryOutputInternalID
@Nullable public String getRecipePrimaryOutput()
Original property name from the Odata EDM: RecipePrimaryOutput
@Nullable public String getRecipeAlternativeNumber()
Original property name from the Odata EDM: RecipeAlternativeNumber
@Nullable public String getRecipeVersionNumber()
Original property name from the Odata EDM: RecipeVersionNumber
@Nullable public String getRecipeType()
Original property name from the Odata EDM: RecipeType
@Nullable public String getRecipePurpose()
Original property name from the Odata EDM: RecipePurpose
@Nullable public String getRecipeStatus()
Original property name from the Odata EDM: RecipeStatus
@Nullable public String getRecipeStatusSchema()
Original property name from the Odata EDM: RecipeStatusSchema
You define a status scheme in Customizing for Recipe Development under Status Management -> Define Status Scheme.
@Nullable public String getRecipeAuthorizationGroup()
Original property name from the Odata EDM: RecipeAuthorizationGroup
Not all users may be allowed to see all recipes. Normally, users are allowed to see certain groups of recipes, perhaps the ones from their lab, the ones dealing with their chemical compound, and so on. This authorization group is used to facilitate giving groups of people access to groups of recipes.The authorization group can be freely defined in Customizing and can then be assigned to each recipe.Authorization groups can be used in combination with Access Control Management (ACM).Use the authorization group logic for static authorizations that reflect the larger organizational set-up within your company. For more dynamic assignments of authorizations, use the Access Control Management logic in recipe development.You can use different authorization groups for specifications and for recipes, or you can assign the same authorization group for specifications and recipes. If you choose the same authorization groups, you only define the authorization group once in Customizing and then assign both specification types (specification and recipes) to this authorization group.For Recipe Development that operates in a Web UI you have to select RECIPE_WUI as the relevant specification type.
@Nullable public UUID getRcpFmlaUUID()
Original property name from the Odata EDM: RcpFmlaUUID
@Nullable public UUID getRecipeProcessUUID()
Original property name from the Odata EDM: RecipeProcessUUID
@Nullable public LocalDateTime getRecipeValidityStartDate()
Original property name from the Odata EDM: RecipeValidityStartDate
@Nullable public LocalDateTime getRecipeValidityEndDate()
Original property name from the Odata EDM: RecipeValidityEndDate
@Nullable public BigDecimal getRecipeValidityMinQuantity()
Original property name from the Odata EDM: RecipeValidityMinQuantity
@Nullable public BigDecimal getRecipeValidityMaxQuantity()
Original property name from the Odata EDM: RecipeValidityMaxQuantity
@Nullable public String getRecipeValidityUnit()
Original property name from the Odata EDM: RecipeValidityUnit
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getRecipeCreatedByUser()
Original property name from the Odata EDM: RecipeCreatedByUser
@Nullable public String getRecipeLastChangedByUser()
Original property name from the Odata EDM: RecipeLastChangedByUser
@Nullable public ZonedDateTime getRecipeCreationDateTime()
Original property name from the Odata EDM: RecipeCreationDateTime
@Nullable public ZonedDateTime getRecipeLastChangeDateTime()
Original property name from the Odata EDM: RecipeLastChangeDateTime
@Nullable public Boolean getRecipeIsDeleted()
Original property name from the Odata EDM: RecipeIsDeleted
@Nullable public Boolean getRecipeIsArchived()
Original property name from the Odata EDM: RecipeIsArchived
@Nullable public String getRecipePrimOutpAuthznGrp()
Original property name from the Odata EDM: RecipePrimOutpAuthznGrp
@Nullable public String getRecipePrimOutpSpecType()
Original property name from the Odata EDM: RecipePrimOutpSpecType
Copyright © 2020 SAP SE. All rights reserved.