Modifier and Type | Field and Description |
---|---|
static SupplierQuotationLink<SupplierQuotationItem> |
SupplierQuotation.TO_SUPPLIER_QUOTATION_ITEM
Use with available fluent helpers to apply the to_SupplierQuotationItem navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierQuotationItem |
SupplierQuotationItem.SupplierQuotationItemBuilder.build() |
protected SupplierQuotationItem |
SupplierQuotationItemUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SupplierQuotationItem> |
SupplierQuotation.fetchSupplierQuotationItem()
Fetches the SupplierQuotationItem entities (one to many) associated with this entity.
|
protected Class<SupplierQuotationItem> |
SupplierQuotationItemByKeyFluentHelper.getEntityClass() |
protected Class<SupplierQuotationItem> |
SupplierQuotationItemFluentHelper.getEntityClass() |
Optional<List<SupplierQuotationItem>> |
SupplierQuotation.getSupplierQuotationItemIfPresent()
Retrieval of associated SupplierQuotationItem entities (one to many).
|
List<SupplierQuotationItem> |
SupplierQuotation.getSupplierQuotationItemOrFetch()
Retrieval of associated SupplierQuotationItem entities (one to many).
|
Class<SupplierQuotationItem> |
SupplierQuotationItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierQuotation.addSupplierQuotationItem(SupplierQuotationItem... entity)
Adds elements to the list of associated SupplierQuotationItem entities.
|
SupplierQuotation.SupplierQuotationBuilder |
SupplierQuotation.SupplierQuotationBuilder.supplierQuotationItem(SupplierQuotationItem... value) |
Modifier and Type | Method and Description |
---|---|
void |
SupplierQuotation.setSupplierQuotationItem(List<SupplierQuotationItem> value)
Overwrites the list of associated SupplierQuotationItem entities for the loaded navigation property
to_SupplierQuotationItem.
|
Constructor and Description |
---|
SupplierQuotationItemUpdateFluentHelper(String servicePath,
SupplierQuotationItem entity)
Creates a fluent helper object that will update a
SupplierQuotationItem entity on the OData endpoint. |
Constructor and Description |
---|
SupplierQuotation(String supplierQuotation,
String companyCode,
String purchasingDocumentCategory,
String purchasingDocumentType,
String supplier,
String createdByUser,
LocalDateTime creationDate,
ZonedDateTime lastChangeDateTime,
String language,
String documentCurrency,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
String paymentTerms,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Days,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount2Percent,
BigDecimal netPaymentDays,
String pricingProcedure,
String purchasingDocumentCondition,
String purchasingOrganization,
String purchasingGroup,
LocalDateTime purchasingDocumentOrderDate,
String exchangeRate,
Boolean exchangeRateIsFixed,
String requestForQuotation,
String supplierQuotationExternalID,
LocalDateTime quotationSubmissionDate,
LocalDateTime quotationLatestSubmissionDate,
LocalDateTime bindingPeriodValidityEndDate,
String qTNLifecycleStatus,
String followOnDocumentCategory,
String followOnDocumentType,
String isEndOfPurposeBlocked,
List<SupplierQuotationItem> toSupplierQuotationItem) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SupplierQuotationItem> |
SupplierQuotationItemOneToOneLink.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 SupplierQuotationItemLink<ObjectT> |
SupplierQuotationItemLink.translateLinkType(EntityLink<SupplierQuotationItemLink<ObjectT>,SupplierQuotationItem,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
SupplierQuotationItemUpdateFluentHelper |
DefaultSupplierQuotationService.updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem) |
SupplierQuotationItemUpdateFluentHelper |
SupplierQuotationService.updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem)
Update an existing
SupplierQuotationItem entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.