Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.link |
Modifier and Type | Field and Description |
---|---|
static RawSubstanceLink<SpecIdentifier> |
RawSubstance.TO_RAW_SUBSTANCE_IDENTIFIER
Use with available fluent helpers to apply the to_RawSubstanceIdentifier 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> |
RawSubstance.fetchRawSubstanceIdentifier()
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> |
SpecIdentifierByKeyFluentHelper.getEntityClass() |
protected Class<SpecIdentifier> |
SpecIdentifierFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SpecIdentifier>> |
RawSubstance.getRawSubstanceIdentifierIfPresent()
Retrieval of associated SpecIdentifier entities (one to many).
|
List<SpecIdentifier> |
RawSubstance.getRawSubstanceIdentifierOrFetch()
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 |
RawSubstance.addRawSubstanceIdentifier(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.
|
RawSubstance.RawSubstanceBuilder |
RawSubstance.RawSubstanceBuilder.rawSubstanceIdentifier(SpecIdentifier... value)
Navigation property to_RawSubstanceIdentifier for RawSubstance 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 |
RawSubstance.setRawSubstanceIdentifier(List<SpecIdentifier> value)
Overwrites the list of associated SpecIdentifier entities for the loaded navigation property
to_RawSubstanceIdentifier.
|
void |
SpecValAssgmtInstanceWthComp.setSubstanceIdentifier(List<SpecIdentifier> value)
Overwrites the list of associated SpecIdentifier entities for the loaded navigation property
to_SubstanceIdentifier.
|
Constructor and Description |
---|
RawSubstance(String rawSubstanceInternalID,
String rawSubstance,
String rawSubstanceAuthznGroup,
LocalDateTime rawSubstanceCreationDate,
String rawSubstanceCreatedByUser,
String rawSubstanceCreatedByUserName,
LocalDateTime rawSubstanceChangeDate,
String rawSubstanceChangedByUser,
String rawSubstanceChangedByUserName,
String rawSubstanceType,
String specificationCategory,
String specificationNote,
String specificationHeaderStatus,
String specificationHdrStsSchema,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceAllergenComp,
List<SpecAuthorizationGroupText> toRawSubstanceAuthznGroupText,
List<SpecCharByValueAssgmtInst> toRawSubstanceComponentType,
List<SpecCharByValueAssgmtInst> toRawSubstanceConversionFactor,
List<SpecCharByValueAssgmtInst> toRawSubstanceDensity,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceDietComp,
List<SpecCharByValueAssgmtInst> toRawSubstanceEstimatedPrice,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceGMOComp,
List<SpecIdentifier> toRawSubstanceIdentifier,
List<SpecAssignedMatlForKeyDate> toRawSubstanceMatlAssignment,
List<SpecStatusNextStatus> toRawSubstanceNextStatus,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceNtrntComp,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceReligiousComp,
List<SpecStatusSchema> toRawSubstanceSchema,
List<SpecStatusAttributes> toRawSubstanceStatusAttributes,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceStdComp,
List<SpecCharByValueAssgmtInst> toRawSubstanceTotalSolid) |
SpecValAssgmtInstanceWthComp(String specificationInternalID,
String specValAssgmtType,
String specificationRating,
String specificationValidityArea,
String componentSpecificationIntID,
String componentSpecification,
String compSpecComponentType,
String compSpecLowerLimitOperator,
BigDecimal compSpecLowerLimit,
String compSpecUpperLimitOperator,
BigDecimal compSpecUpperLimit,
BigDecimal compSpecQuantity,
String compSpecUnit,
String compSpecSortSequence,
String compSpecExceptionCode,
String specificationAuthznGroup,
String specificationType,
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.