Modifier and Type | Class and Description |
---|---|
static class |
Recipe.RecipeBuilder |
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,
ErpConfigContext erpConfigContext,
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.
|
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.
|
protected void |
fromMap(Map<String,Object> inputValues) |
Optional<List<RecipeCharc>> |
getCharacteristicsIfPresent()
Retrieval of associated RecipeCharc entities (one to many).
|
List<RecipeCharc> |
getCharacteristicsOrFetch()
Retrieval of associated RecipeCharc entities (one to many).
|
Optional<List<RecipeClass>> |
getClassificationIfPresent()
Retrieval of associated RecipeClass entities (one to many).
|
List<RecipeClass> |
getClassificationOrFetch()
Retrieval of associated RecipeClass entities (one to many).
|
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Optional<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 Original property name from the Odata EDM: Plant
|
UUID |
getRcpFmlaUUID()
Constraints: noneOriginal property name from the Odata EDM: RcpFmlaUUID
|
String |
getRecipe()
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: Recipe
|
String |
getRecipeAlternativeNumber()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: RecipeAlternativeNumber
|
String |
getRecipeAuthorizationGroup()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: RecipeAuthorizationGroupNot all users may be allowed to see all recipes.
|
String |
getRecipeCreatedByUser()
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: RecipeCreatedByUser
|
ZonedDateTime |
getRecipeCreationDateTime()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: RecipeCreationDateTime
|
Boolean |
getRecipeIsArchived()
Constraints: noneOriginal property name from the Odata EDM: RecipeIsArchived
|
Boolean |
getRecipeIsDeleted()
Constraints: noneOriginal property name from the Odata EDM: RecipeIsDeleted
|
ZonedDateTime |
getRecipeLastChangeDateTime()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: RecipeLastChangeDateTime
|
String |
getRecipeLastChangedByUser()
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: RecipeLastChangedByUser
|
String |
getRecipePrimaryOutput()
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: RecipePrimaryOutput
|
String |
getRecipePrimaryOutputInternalID()
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: RecipePrimaryOutputInternalID
|
String |
getRecipePrimOutpAuthznGrp()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: RecipePrimOutpAuthznGrp
|
String |
getRecipePrimOutpSpecType()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: RecipePrimOutpSpecType
|
Optional<List<RecipeProcessElement>> |
getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entities (one to many).
|
List<RecipeProcessElement> |
getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entities (one to many).
|
Optional<List<RecipeProcessEquipRqmt>> |
getRecipeProcessEquipRqmtIfPresent()
Retrieval of associated RecipeProcessEquipRqmt entities (one to many).
|
List<RecipeProcessEquipRqmt> |
getRecipeProcessEquipRqmtOrFetch()
Retrieval of associated RecipeProcessEquipRqmt entities (one to many).
|
Optional<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: noneOriginal property name from the Odata EDM: RecipeProcessUUID
|
String |
getRecipePurpose()
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: RecipePurpose
|
String |
getRecipeStatus()
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: RecipeStatus
|
String |
getRecipeStatusSchema()
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: RecipeStatusSchemaYou define a status scheme in Customizing for Recipe Development under Status Management -> Define Status Scheme.
|
Optional<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 Original property name from the Odata EDM: RecipeType
|
String |
getRecipeUniqueID()
Constraints: Not nullable, Maximum length: 70 Original property name from the Odata EDM: RecipeUniqueID
|
String |
getRecipeUUID_Text()
Constraints: Not nullable, Maximum length: 132 Original property name from the Odata EDM: RecipeUUID_Text
|
UUID |
getRecipeUUID()
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeUUID
|
LocalDateTime |
getRecipeValidityEndDate()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: RecipeValidityEndDate
|
BigDecimal |
getRecipeValidityMaxQuantity()
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RecipeValidityMaxQuantity
|
BigDecimal |
getRecipeValidityMinQuantity()
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RecipeValidityMinQuantity
|
LocalDateTime |
getRecipeValidityStartDate()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: RecipeValidityStartDate
|
String |
getRecipeValidityUnit()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: RecipeValidityUnit
|
String |
getRecipeVersionNumber()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: RecipeVersionNumber
|
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 |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
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 Original property name from the Odata EDM: Plant
|
void |
setRcpFmlaUUID(UUID rcpFmlaUUID)
Constraints: noneOriginal property name from the Odata EDM: RcpFmlaUUID
|
void |
setRecipe(String recipe)
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: Recipe
|
void |
setRecipeAlternativeNumber(String recipeAlternativeNumber)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: RecipeAlternativeNumber
|
void |
setRecipeAuthorizationGroup(String recipeAuthorizationGroup)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: RecipeAuthorizationGroupNot all users may be allowed to see all recipes.
|
void |
setRecipeCreatedByUser(String recipeCreatedByUser)
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: RecipeCreatedByUser
|
void |
setRecipeCreationDateTime(ZonedDateTime recipeCreationDateTime)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: RecipeCreationDateTime
|
void |
setRecipeIsArchived(Boolean recipeIsArchived)
Constraints: noneOriginal property name from the Odata EDM: RecipeIsArchived
|
void |
setRecipeIsDeleted(Boolean recipeIsDeleted)
Constraints: noneOriginal property name from the Odata EDM: RecipeIsDeleted
|
void |
setRecipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: RecipeLastChangeDateTime
|
void |
setRecipeLastChangedByUser(String recipeLastChangedByUser)
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: RecipeLastChangedByUser
|
void |
setRecipePrimaryOutput(String recipePrimaryOutput)
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: RecipePrimaryOutput
|
void |
setRecipePrimaryOutputInternalID(String recipePrimaryOutputInternalID)
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: RecipePrimaryOutputInternalID
|
void |
setRecipePrimOutpAuthznGrp(String recipePrimOutpAuthznGrp)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: RecipePrimOutpAuthznGrp
|
void |
setRecipePrimOutpSpecType(String recipePrimOutpSpecType)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: RecipePrimOutpSpecType
|
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: noneOriginal property name from the Odata EDM: RecipeProcessUUID
|
void |
setRecipePurpose(String recipePurpose)
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: RecipePurpose
|
void |
setRecipeStatus(String recipeStatus)
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: RecipeStatus
|
void |
setRecipeStatusSchema(String recipeStatusSchema)
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: RecipeStatusSchemaYou define a status scheme in Customizing for Recipe Development under Status Management -> Define Status Scheme.
|
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 Original property name from the Odata EDM: RecipeType
|
void |
setRecipeUniqueID(String recipeUniqueID)
Constraints: Not nullable, Maximum length: 70 Original property name from the Odata EDM: RecipeUniqueID
|
void |
setRecipeUUID_Text(String recipeUUID_Text)
Constraints: Not nullable, Maximum length: 132 Original property name from the Odata EDM: RecipeUUID_Text
|
void |
setRecipeUUID(UUID recipeUUID)
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeUUID
|
void |
setRecipeValidityEndDate(LocalDateTime recipeValidityEndDate)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: RecipeValidityEndDate
|
void |
setRecipeValidityMaxQuantity(BigDecimal recipeValidityMaxQuantity)
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RecipeValidityMaxQuantity
|
void |
setRecipeValidityMinQuantity(BigDecimal recipeValidityMinQuantity)
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RecipeValidityMinQuantity
|
void |
setRecipeValidityStartDate(LocalDateTime recipeValidityStartDate)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: RecipeValidityStartDate
|
void |
setRecipeValidityUnit(String recipeValidityUnit)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: RecipeValidityUnit
|
void |
setRecipeVersionNumber(String recipeVersionNumber)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: RecipeVersionNumber
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getVersionIdentifier, 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, @Nullable ErpConfigContext erpConfigContext, 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
- 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 getEndpointUrl()
getEndpointUrl
in class VdmEntity<Recipe>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<Recipe>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<Recipe>
public static <T> RecipeField<T> field(String fieldName, Class<T> fieldType)
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.protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<Recipe>
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.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.public Optional<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 Optional
result state will be empty
.
Optional
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.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.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.public Optional<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 Optional
result state will be empty
.
Optional
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.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.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.public Optional<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 Optional
result state will be empty
.
Optional
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.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.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.public Optional<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 Optional
result state will be empty
.
Optional
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.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.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.public Optional<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 Optional
result state will be empty
.
Optional
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.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.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.public Optional<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 Optional
result state will be empty
.
Optional
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.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.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.public Optional<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 Optional
result state will be empty
.
Optional
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
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<Recipe>
erpConfigContext
- Copyright © 2018 SAP SE. All rights reserved.