Modifier and Type | Field and Description |
---|---|
static SalesQuotationItemLink<SalesQuotationItemPartner> |
SalesQuotationItem.TO_PARTNER
Use with available fluent helpers to apply the to_Partner navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesQuotationItemPartner |
SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder.build() |
protected SalesQuotationItemPartner |
SalesQuotationItemPartnerUpdateFluentHelper.getEntity() |
protected SalesQuotationItemPartner |
SalesQuotationItemPartnerDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SalesQuotationItemPartner> |
SalesQuotationItem.fetchPartner()
Fetches the SalesQuotationItemPartner entities (one to many) associated with this entity.
|
protected Class<SalesQuotationItemPartner> |
SalesQuotationItemPartnerFluentHelper.getEntityClass() |
protected Class<SalesQuotationItemPartner> |
SalesQuotationItemPartnerByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SalesQuotationItemPartner>> |
SalesQuotationItem.getPartnerIfPresent()
Retrieval of associated SalesQuotationItemPartner entities (one to many).
|
List<SalesQuotationItemPartner> |
SalesQuotationItem.getPartnerOrFetch()
Retrieval of associated SalesQuotationItemPartner entities (one to many).
|
Class<SalesQuotationItemPartner> |
SalesQuotationItemPartner.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotationItem.addPartner(SalesQuotationItemPartner... entity)
Adds elements to the list of associated SalesQuotationItemPartner entities.
|
SalesQuotationItem.SalesQuotationItemBuilder |
SalesQuotationItem.SalesQuotationItemBuilder.partner(SalesQuotationItemPartner... value)
Navigation property to_Partner for SalesQuotationItem to multiple
SalesQuotationItemPartner.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotationItem.setPartner(List<SalesQuotationItemPartner> value)
Overwrites the list of associated SalesQuotationItemPartner entities for the loaded navigation property
to_Partner.
|
Constructor and Description |
---|
SalesQuotationItemPartnerDeleteFluentHelper(String servicePath,
SalesQuotationItemPartner entity)
Creates a fluent helper object that will delete a
SalesQuotationItemPartner entity on the OData endpoint. |
SalesQuotationItemPartnerUpdateFluentHelper(String servicePath,
SalesQuotationItemPartner entity)
Creates a fluent helper object that will update a
SalesQuotationItemPartner entity on the OData endpoint. |
Constructor and Description |
---|
SalesQuotationItem(String salesQuotation,
String salesQuotationItem,
String higherLevelItem,
String salesQuotationItemCategory,
String salesQuotationItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
BigDecimal requestedQuantity,
String requestedQuantityUnit,
String itemOrderProbabilityInPercent,
String alternativeToItem,
BigDecimal itemGrossWeight,
BigDecimal itemNetWeight,
String itemWeightUnit,
BigDecimal itemVolume,
String itemVolumeUnit,
String transactionCurrency,
BigDecimal netAmount,
String materialGroup,
String materialPricingGroup,
String batch,
String plant,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String salesDocumentRjcnReason,
String wBSElement,
String profitCenter,
String referenceSDDocument,
String referenceSDDocumentItem,
String sDProcessStatus,
List<SalesQuotationItemPartner> toPartner,
List<SalesQuotationItemPrcgElmnt> toPricingElement,
SalesQuotation toSalesQuotation) |
Modifier and Type | Method and Description |
---|---|
SalesQuotationServiceBatchChangeSet |
DefaultSalesQuotationServiceBatchChangeSet.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner)
Deletes an existing
SalesQuotationItemPartner entity in the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
SalesQuotationServiceBatchChangeSet.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner)
Deletes an existing
SalesQuotationItemPartner entity in the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
DefaultSalesQuotationServiceBatchChangeSet.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner)
Update an existing
SalesQuotationItemPartner entity and save it to the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
SalesQuotationServiceBatchChangeSet.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner)
Update an existing
SalesQuotationItemPartner entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesQuotationItemPartner> |
SalesQuotationItemPartnerOneToOneLink.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 SalesQuotationItemPartnerLink<ObjectT> |
SalesQuotationItemPartnerLink.translateLinkType(EntityLink<SalesQuotationItemPartnerLink<ObjectT>,SalesQuotationItemPartner,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
SalesQuotationItemPartnerDeleteFluentHelper |
SalesQuotationService.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner)
Deletes an existing
SalesQuotationItemPartner entity in the S/4HANA system. |
SalesQuotationItemPartnerDeleteFluentHelper |
DefaultSalesQuotationService.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) |
SalesQuotationItemPartnerUpdateFluentHelper |
SalesQuotationService.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner)
Update an existing
SalesQuotationItemPartner entity and save it to the S/4HANA system. |
SalesQuotationItemPartnerUpdateFluentHelper |
DefaultSalesQuotationService.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) |
Copyright © 2020 SAP SE. All rights reserved.