Modifier and Type | Field and Description |
---|---|
static InspectionCharacteristicLink<InspSampleResult> |
InspectionCharacteristic.TO_INSP_SMPL_RESULT
Use with available fluent helpers to apply the to_InspSmplResult navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
InspSampleResult |
InspSampleResult.InspSampleResultBuilder.build() |
protected InspSampleResult |
InspSampleResultUpdateFluentHelper.getEntity() |
protected InspSampleResult |
InspSampleResultCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<InspSampleResult> |
InspectionCharacteristic.fetchInspSmplResult()
Fetches the InspSampleResult entities (one to many) associated with this entity.
|
protected Class<InspSampleResult> |
InspSampleResultByKeyFluentHelper.getEntityClass() |
protected Class<InspSampleResult> |
InspSampleResultFluentHelper.getEntityClass() |
io.vavr.control.Option<List<InspSampleResult>> |
InspectionCharacteristic.getInspSmplResultIfPresent()
Retrieval of associated InspSampleResult entities (one to many).
|
List<InspSampleResult> |
InspectionCharacteristic.getInspSmplResultOrFetch()
Retrieval of associated InspSampleResult entities (one to many).
|
Class<InspSampleResult> |
InspSampleResult.getType() |
Modifier and Type | Method and Description |
---|---|
void |
InspectionCharacteristic.addInspSmplResult(InspSampleResult... entity)
Adds elements to the list of associated InspSampleResult entities.
|
InspectionCharacteristic.InspectionCharacteristicBuilder |
InspectionCharacteristic.InspectionCharacteristicBuilder.inspSmplResult(InspSampleResult... value)
Navigation property to_InspSmplResult for InspectionCharacteristic to multiple
InspSampleResult.
|
Modifier and Type | Method and Description |
---|---|
void |
InspectionCharacteristic.setInspSmplResult(List<InspSampleResult> value)
Overwrites the list of associated InspSampleResult entities for the loaded navigation property
to_InspSmplResult.
|
Constructor and Description |
---|
InspSampleResultCreateFluentHelper(String servicePath,
InspSampleResult entity)
Creates a fluent helper object that will create a
InspSampleResult entity on the OData endpoint. |
InspSampleResultUpdateFluentHelper(String servicePath,
InspSampleResult entity)
Creates a fluent helper object that will update a
InspSampleResult entity on the OData endpoint. |
Constructor and Description |
---|
InspectionCharacteristic(String inspectionLot,
String inspPlanOperationInternalID,
String inspectionCharacteristic,
String inspectionSpecificationText,
String hasInspCharcPrtlSmpl,
Boolean inspSpecIsQuantitative,
String inspSpecIsMeasuredValueRqd,
String inspSpecIsSelectedSetRequired,
String inspSpecIsLongTermInspection,
String inspSpecRecordingType,
String inspResultIsDocumentationRqd,
String inspSpecCharcCategory,
String inspSpecResultCalculation,
Boolean inspCharcIsNotPlanned,
String inspectionMethod,
String inspectionMethodPlant,
String inspectionMethodVersion,
String inspectionSpecificationPlant,
String inspectionSpecification,
String inspectionSpecificationVersion,
String inspectionCharacteristicStatus,
Short inspSpecDecimalPlaces,
String inspectionSpecificationUnit,
String inspSampleValuationRule,
String quantityUnit,
Integer inspCharacteristicSampleSize,
String inspCharacteristicSampleUnit,
BigDecimal inspSpecSampleQuantityFactor,
Double inspSpecTargetValue,
String inspSpecFrmtdTargetValue,
String inspSpecHasTargetValue,
Double inspSpecUpperLimit,
String inspSpecFrmtdUpperLimit,
String inspSpecHasUpperLimit,
Double inspSpecLowerLimit,
String inspSpecFrmtdLowerLimit,
String inspSpecHasLowerLimit,
String inspSpecImportanceCode,
String inspLotTestEquipInternalID,
String selectedCodeSet,
String selectedCodeSetPlant,
String inspectorQualification,
String inspSpecInformationField1,
String inspSpecInformationField2,
String inspSpecInformationField3,
BigDecimal inspectionScope,
String inspSpecControlIndicators,
String characteristicAttributeCatalog,
String unplndCharcInspSubsetIntID,
String inspLotDynamicRule,
ZonedDateTime changedDateTime,
List<InspectionResultValue> toInspResultValue,
List<InspSampleResult> toInspSmplResult) |
Modifier and Type | Method and Description |
---|---|
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.createInspSampleResult(InspSampleResult inspSampleResult)
Create a new
InspSampleResult entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.createInspSampleResult(InspSampleResult inspSampleResult)
Create a new
InspSampleResult entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.updateInspSampleResult(InspSampleResult inspSampleResult)
Update an existing
InspSampleResult entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.updateInspSampleResult(InspSampleResult inspSampleResult)
Update an existing
InspSampleResult entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<InspSampleResult> |
InspSampleResultOneToOneLink.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 InspSampleResultLink<ObjectT> |
InspSampleResultLink.translateLinkType(EntityLink<InspSampleResultLink<ObjectT>,InspSampleResult,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
InspSampleResultCreateFluentHelper |
DefaultQualityInspectionDataService.createInspSampleResult(InspSampleResult inspSampleResult) |
InspSampleResultCreateFluentHelper |
QualityInspectionDataService.createInspSampleResult(InspSampleResult inspSampleResult)
Create a new
InspSampleResult entity and save it to the S/4HANA system. |
InspSampleResultUpdateFluentHelper |
DefaultQualityInspectionDataService.updateInspSampleResult(InspSampleResult inspSampleResult) |
InspSampleResultUpdateFluentHelper |
QualityInspectionDataService.updateInspSampleResult(InspSampleResult inspSampleResult)
Update an existing
InspSampleResult entity and save it to the S/4HANA system. |
Copyright © 2020 SAP SE. All rights reserved.