Modifier and Type | Field and Description |
---|---|
static RequestForQuotationLink<RequestForQuotationBidder> |
RequestForQuotation.TO_REQUEST_FOR_QUOTATION_BIDDER
Use with available fluent helpers to apply the to_RequestForQuotationBidder navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
RequestForQuotationBidder |
RequestForQuotationBidder.RequestForQuotationBidderBuilder.build() |
protected RequestForQuotationBidder |
RequestForQuotationBidderUpdateFluentHelper.getEntity() |
protected RequestForQuotationBidder |
RequestForQuotationBidderCreateFluentHelper.getEntity() |
protected RequestForQuotationBidder |
RequestForQuotationBidderDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<RequestForQuotationBidder> |
RequestForQuotation.fetchRequestForQuotationBidder()
Fetches the RequestForQuotationBidder entities (one to many) associated with this entity.
|
protected Class<RequestForQuotationBidder> |
RequestForQuotationBidderByKeyFluentHelper.getEntityClass() |
protected Class<RequestForQuotationBidder> |
RequestForQuotationBidderFluentHelper.getEntityClass() |
io.vavr.control.Option<List<RequestForQuotationBidder>> |
RequestForQuotation.getRequestForQuotationBidderIfPresent()
Retrieval of associated RequestForQuotationBidder entities (one to many).
|
List<RequestForQuotationBidder> |
RequestForQuotation.getRequestForQuotationBidderOrFetch()
Retrieval of associated RequestForQuotationBidder entities (one to many).
|
Class<RequestForQuotationBidder> |
RequestForQuotationBidder.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RequestForQuotation.addRequestForQuotationBidder(RequestForQuotationBidder... entity)
Adds elements to the list of associated RequestForQuotationBidder entities.
|
RequestForQuotation.RequestForQuotationBuilder |
RequestForQuotation.RequestForQuotationBuilder.requestForQuotationBidder(RequestForQuotationBidder... value)
Navigation property to_RequestForQuotationBidder for RequestForQuotation to multiple
RequestForQuotationBidder.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestForQuotation.setRequestForQuotationBidder(List<RequestForQuotationBidder> value)
Overwrites the list of associated RequestForQuotationBidder entities for the loaded navigation property
to_RequestForQuotationBidder.
|
Constructor and Description |
---|
RequestForQuotationBidderCreateFluentHelper(String servicePath,
RequestForQuotationBidder entity)
Creates a fluent helper object that will create a
RequestForQuotationBidder entity on the OData endpoint. |
RequestForQuotationBidderDeleteFluentHelper(String servicePath,
RequestForQuotationBidder entity)
Creates a fluent helper object that will delete a
RequestForQuotationBidder entity on the OData endpoint. |
RequestForQuotationBidderUpdateFluentHelper(String servicePath,
RequestForQuotationBidder entity)
Creates a fluent helper object that will update a
RequestForQuotationBidder entity on the OData endpoint. |
Constructor and Description |
---|
RequestForQuotation(String requestForQuotation,
String companyCode,
String purchasingDocumentCategory,
String purchasingDocumentType,
String createdByUser,
LocalDateTime creationDate,
ZonedDateTime lastChangeDateTime,
String language,
String purchasingOrganization,
String purchasingGroup,
String documentCurrency,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
String paymentTerms,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Days,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount2Percent,
BigDecimal netPaymentDays,
LocalDateTime rFQPublishingDate,
LocalDateTime quotationLatestSubmissionDate,
LocalDateTime bindingPeriodValidityEndDate,
BigDecimal targetAmount,
String correspncInternalReference,
String rFQLifecycleStatus,
String requestForQuotationName,
LocalDateTime quotationEarliestSubmsnDate,
LocalDateTime latestRegistrationDate,
String followOnDocumentCategory,
String followOnDocumentType,
String isEndOfPurposeBlocked,
List<RequestForQuotationBidder> toRequestForQuotationBidder,
List<RequestForQuotationItem> toRequestForQuotationItem) |
Modifier and Type | Method and Description |
---|---|
RequestsForQuotationServiceBatchChangeSet |
DefaultRequestsForQuotationServiceBatchChangeSet.createRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder)
Create a new
RequestForQuotationBidder entity and save it to the S/4HANA system. |
RequestsForQuotationServiceBatchChangeSet |
RequestsForQuotationServiceBatchChangeSet.createRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder)
Create a new
RequestForQuotationBidder entity and save it to the S/4HANA system. |
RequestsForQuotationServiceBatchChangeSet |
DefaultRequestsForQuotationServiceBatchChangeSet.deleteRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder)
Deletes an existing
RequestForQuotationBidder entity in the S/4HANA system. |
RequestsForQuotationServiceBatchChangeSet |
RequestsForQuotationServiceBatchChangeSet.deleteRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder)
Deletes an existing
RequestForQuotationBidder entity in the S/4HANA system. |
RequestsForQuotationServiceBatchChangeSet |
DefaultRequestsForQuotationServiceBatchChangeSet.updateRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder)
Update an existing
RequestForQuotationBidder entity and save it to the S/4HANA system. |
RequestsForQuotationServiceBatchChangeSet |
RequestsForQuotationServiceBatchChangeSet.updateRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder)
Update an existing
RequestForQuotationBidder entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RequestForQuotationBidder> |
RequestForQuotationBidderOneToOneLink.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 RequestForQuotationBidderLink<ObjectT> |
RequestForQuotationBidderLink.translateLinkType(EntityLink<RequestForQuotationBidderLink<ObjectT>,RequestForQuotationBidder,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.