Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.SupplierQuotation
Packages that use SupplierQuotation
Package
Description
-
Uses of SupplierQuotation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation with type parameters of type SupplierQuotationModifier and TypeFieldDescriptionstatic final SupplierQuotationItemOneToOneLink<SupplierQuotation>SupplierQuotationItem.TO_SUPPLIER_QUOTATIONUse with available fluent helpers to apply the to_SupplierQuotation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation that return SupplierQuotationModifier and TypeMethodDescriptionSupplierQuotation.SupplierQuotationBuilder.build()SupplierQuotationItem.fetchSupplierQuotation()Fetches the SupplierQuotation entity (one to one) associated with this entity.protected SupplierQuotationSupplierQuotationCreateFluentHelper.getEntity()protected SupplierQuotationSupplierQuotationDeleteFluentHelper.getEntity()protected SupplierQuotationSupplierQuotationUpdateFluentHelper.getEntity()SupplierQuotationItem.getSupplierQuotationOrFetch()Retrieval of associated SupplierQuotation entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation that return types with arguments of type SupplierQuotationModifier and TypeMethodDescriptionprotected Class<SupplierQuotation>SupplierQuotationByKeyFluentHelper.getEntityClass()protected Class<SupplierQuotation>SupplierQuotationFluentHelper.getEntityClass()io.vavr.control.Option<SupplierQuotation>SupplierQuotationItem.getSupplierQuotationIfPresent()Retrieval of associated SupplierQuotation entity (one to one).SupplierQuotation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation with parameters of type SupplierQuotationModifier and TypeMethodDescriptionvoidSupplierQuotationItem.setSupplierQuotation(SupplierQuotation value) Overwrites the associated SupplierQuotation entity for the loaded navigation property to_SupplierQuotation.SupplierQuotationItem.SupplierQuotationItemBuilder.supplierQuotation(SupplierQuotation value) Navigation property to_SupplierQuotation for SupplierQuotationItem to single SupplierQuotation.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation with parameters of type SupplierQuotationModifierConstructorDescriptionSupplierQuotationCreateFluentHelper(String servicePath, SupplierQuotation entity, String entityCollection) Creates a fluent helper object that will create aSupplierQuotationentity on the OData endpoint.SupplierQuotationDeleteFluentHelper(String servicePath, SupplierQuotation entity, String entityCollection) Creates a fluent helper object that will delete aSupplierQuotationentity on the OData endpoint.SupplierQuotationItem(String supplierQuotation, String supplierQuotationItem, String purchasingDocumentCategory, String purchasingDocumentItemText, String material, String manufacturerMaterial, String supplierMaterialNumber, String manufacturerPartNmbr, String manufacturer, String materialGroup, String plant, String incotermsClassification, String incotermsTransferLocation, String incotermsLocation1, String incotermsLocation2, LocalDateTime scheduleLineDeliveryDate, BigDecimal scheduleLineOrderQuantity, BigDecimal awardedQuantity, String orderPriceUnit, String productType, LocalDateTime performancePeriodStartDate, LocalDateTime performancePeriodEndDate, BigDecimal orderPriceUnitToOrderUnitNmrtr, BigDecimal ordPriceUnitToOrderUnitDnmntr, String orderQuantityUnit, BigDecimal orderItemQtyToBaseQtyNmrtr, BigDecimal orderItemQtyToBaseQtyDnmntr, LocalDateTime purgDocPriceDate, String baseUnit, BigDecimal netAmount, BigDecimal netPriceAmount, BigDecimal netPriceQuantity, String documentCurrency, String purchaseRequisition, String purchaseRequisitionItem, String requestForQuotation, String requestForQuotationItem, Boolean isInfoRecordUpdated, String purchasingInfoRecord, SupplierQuotation toSupplierQuotation) SupplierQuotationUpdateFluentHelper(String servicePath, SupplierQuotation entity, String entityCollection) Creates a fluent helper object that will update aSupplierQuotationentity on the OData endpoint. -
Uses of SupplierQuotation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.batch with parameters of type SupplierQuotationModifier and TypeMethodDescriptionDefaultSupplierQuotationServiceBatchChangeSet.createSupplierQuotation(SupplierQuotation supplierQuotation) SupplierQuotationServiceBatchChangeSet.createSupplierQuotation(SupplierQuotation supplierQuotation) Create a newSupplierQuotationentity and save it to the S/4HANA system.DefaultSupplierQuotationServiceBatchChangeSet.deleteSupplierQuotation(SupplierQuotation supplierQuotation) SupplierQuotationServiceBatchChangeSet.deleteSupplierQuotation(SupplierQuotation supplierQuotation) Deletes an existingSupplierQuotationentity in the S/4HANA system.DefaultSupplierQuotationServiceBatchChangeSet.updateSupplierQuotation(SupplierQuotation supplierQuotation) SupplierQuotationServiceBatchChangeSet.updateSupplierQuotation(SupplierQuotation supplierQuotation) Update an existingSupplierQuotationentity and save it to the S/4HANA system. -
Uses of SupplierQuotation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.link that return types with arguments of type SupplierQuotationModifier and TypeMethodDescriptionSupplierQuotationOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.link with type arguments of type SupplierQuotationModifier and TypeMethodDescriptionprotected SupplierQuotationLink<ObjectT>SupplierQuotationLink.translateLinkType(EntityLink<SupplierQuotationLink<ObjectT>, SupplierQuotation, ObjectT> link) -
Uses of SupplierQuotation in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SupplierQuotationModifier and TypeMethodDescriptionDefaultSupplierQuotationService.createSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.SupplierQuotationService.createSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.Create a newSupplierQuotationentity and save it to the S/4HANA system.DefaultSupplierQuotationService.deleteSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.SupplierQuotationService.deleteSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.Deletes an existingSupplierQuotationentity in the S/4HANA system.DefaultSupplierQuotationService.updateSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.SupplierQuotationService.updateSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.Update an existingSupplierQuotationentity and save it to the S/4HANA system.