Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.link |
Modifier and Type | Field and Description |
---|---|
static RealSubstanceLink<SpecIdentifier> |
RealSubstance.TO_REAL_SUBSTANCE_IDENTIFIER
Use with available fluent helpers to apply the to_RealSubstanceIdentifier navigation property to query
operations.
|
static SpecValAssgmtInstanceWthCompLink<SpecIdentifier> |
SpecValAssgmtInstanceWthComp.TO_SUBSTANCE_IDENTIFIER
Use with available fluent helpers to apply the to_SubstanceIdentifier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SpecIdentifier |
SpecIdentifier.SpecIdentifierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SpecIdentifier> |
RealSubstance.fetchRealSubstanceIdentifier()
Fetches the SpecIdentifier entities (one to many) associated with this entity.
|
List<SpecIdentifier> |
SpecValAssgmtInstanceWthComp.fetchSubstanceIdentifier()
Fetches the SpecIdentifier entities (one to many) associated with this entity.
|
protected Class<SpecIdentifier> |
SpecIdentifierFluentHelper.getEntityClass() |
protected Class<SpecIdentifier> |
SpecIdentifierByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SpecIdentifier>> |
RealSubstance.getRealSubstanceIdentifierIfPresent()
Retrieval of associated SpecIdentifier entities (one to many).
|
List<SpecIdentifier> |
RealSubstance.getRealSubstanceIdentifierOrFetch()
Retrieval of associated SpecIdentifier entities (one to many).
|
io.vavr.control.Option<List<SpecIdentifier>> |
SpecValAssgmtInstanceWthComp.getSubstanceIdentifierIfPresent()
Retrieval of associated SpecIdentifier entities (one to many).
|
List<SpecIdentifier> |
SpecValAssgmtInstanceWthComp.getSubstanceIdentifierOrFetch()
Retrieval of associated SpecIdentifier entities (one to many).
|
Class<SpecIdentifier> |
SpecIdentifier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RealSubstance.addRealSubstanceIdentifier(SpecIdentifier... entity)
Adds elements to the list of associated SpecIdentifier entities.
|
void |
SpecValAssgmtInstanceWthComp.addSubstanceIdentifier(SpecIdentifier... entity)
Adds elements to the list of associated SpecIdentifier entities.
|
RealSubstance.RealSubstanceBuilder |
RealSubstance.RealSubstanceBuilder.realSubstanceIdentifier(SpecIdentifier... value)
Navigation property to_RealSubstanceIdentifier for RealSubstance to multiple
SpecIdentifier.
|
SpecValAssgmtInstanceWthComp.SpecValAssgmtInstanceWthCompBuilder |
SpecValAssgmtInstanceWthComp.SpecValAssgmtInstanceWthCompBuilder.substanceIdentifier(SpecIdentifier... value)
Navigation property to_SubstanceIdentifier for SpecValAssgmtInstanceWthComp to multiple
SpecIdentifier.
|
Modifier and Type | Method and Description |
---|---|
void |
RealSubstance.setRealSubstanceIdentifier(List<SpecIdentifier> value)
Overwrites the list of associated SpecIdentifier entities for the loaded navigation property
to_RealSubstanceIdentifier.
|
void |
SpecValAssgmtInstanceWthComp.setSubstanceIdentifier(List<SpecIdentifier> value)
Overwrites the list of associated SpecIdentifier entities for the loaded navigation property
to_SubstanceIdentifier.
|
Constructor and Description |
---|
RealSubstance(String realSubstanceInternalID,
String realSubstanceType,
String specificationCategory,
String specificationNote,
String specificationHeaderStatus,
String specificationHdrStsSchema,
String realSubstance,
String realSubstanceAuthznGroup,
LocalDateTime realSubstanceCreationDate,
String realSubstanceCreatedByUser,
String realSubstanceCreatedByUserName,
LocalDateTime realSubstanceChangeDate,
String realSubstanceChangedByUser,
String realSubstanceChangedByUserName,
List<SpecValAssgmtInstanceWthComp> toRealSubstanceAllergenComp,
List<SpecAuthorizationGroupText> toRealSubstanceAuthznGroupText,
List<SpecCharByValueAssgmtInst> toRealSubstanceComponentType,
List<SpecCharByValueAssgmtInst> toRealSubstanceConversionFactor,
List<SpecCharByValueAssgmtInst> toRealSubstanceDensity,
List<SpecValAssgmtInstanceWthComp> toRealSubstanceDietComp,
List<SpecCharByValueAssgmtInst> toRealSubstanceEstimatedPrice,
List<SpecValAssgmtInstanceWthComp> toRealSubstanceGMOComp,
List<SpecIdentifier> toRealSubstanceIdentifier,
List<SpecValAssgmtInstanceWthComp> toRealSubstanceIngredientComp,
List<SpecAssignedMatlForKeyDate> toRealSubstanceMatlAssignment,
List<SpecStatusNextStatus> toRealSubstanceNextStatus,
List<SpecValAssgmtInstanceWthComp> toRealSubstanceNtrntComp,
List<SpecValAssgmtInstanceWthComp> toRealSubstanceReligiousComp,
List<SpecStatusSchema> toRealSubstanceSchema,
List<SpecStatusAttributes> toRealSubstanceStatusAttributes,
List<SpecValAssgmtInstanceWthComp> toRealSubstanceStdComp,
List<SpecCharByValueAssgmtInst> toRealSubstanceTotalSolid) |
SpecValAssgmtInstanceWthComp(String specificationInternalID,
String compSpecUpperLimitOperator,
BigDecimal compSpecUpperLimit,
BigDecimal compSpecQuantity,
String compSpecUnit,
String compSpecSortSequence,
String compSpecExceptionCode,
String specificationAuthznGroup,
String specificationType,
String specValAssgmtType,
String specificationRating,
String specificationValidityArea,
String componentSpecificationIntID,
String componentSpecification,
String compSpecComponentType,
String compSpecLowerLimitOperator,
BigDecimal compSpecLowerLimit,
List<SpecIdentifier> toSubstanceIdentifier) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SpecIdentifier> |
SpecIdentifierOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected SpecIdentifierLink<ObjectT> |
SpecIdentifierLink.translateLinkType(EntityLink<SpecIdentifierLink<ObjectT>,SpecIdentifier,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.