Modifier and Type | Field and Description |
---|---|
static SalesInquiryItemLink<SalesInquiryItemPartner> |
SalesInquiryItem.TO_PARTNER
Use with available fluent helpers to apply the to_Partner navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesInquiryItemPartner |
SalesInquiryItemPartner.SalesInquiryItemPartnerBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesInquiryItemPartner> |
SalesInquiryItem.fetchPartner()
Fetches the SalesInquiryItemPartner entities (one to many) associated with this entity.
|
protected Class<SalesInquiryItemPartner> |
SalesInquiryItemPartnerByKeyFluentHelper.getEntityClass() |
protected Class<SalesInquiryItemPartner> |
SalesInquiryItemPartnerFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SalesInquiryItemPartner>> |
SalesInquiryItem.getPartnerIfPresent()
Retrieval of associated SalesInquiryItemPartner entities (one to many).
|
List<SalesInquiryItemPartner> |
SalesInquiryItem.getPartnerOrFetch()
Retrieval of associated SalesInquiryItemPartner entities (one to many).
|
Class<SalesInquiryItemPartner> |
SalesInquiryItemPartner.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiryItem.addPartner(SalesInquiryItemPartner... entity)
Adds elements to the list of associated SalesInquiryItemPartner entities.
|
SalesInquiryItem.SalesInquiryItemBuilder |
SalesInquiryItem.SalesInquiryItemBuilder.partner(SalesInquiryItemPartner... value)
Navigation property to_Partner for SalesInquiryItem to multiple SalesInquiryItemPartner.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiryItem.setPartner(List<SalesInquiryItemPartner> value)
Overwrites the list of associated SalesInquiryItemPartner entities for the loaded navigation property
to_Partner.
|
Constructor and Description |
---|
SalesInquiryItem(String salesInquiry,
String salesInquiryItem,
String higherLevelItem,
String salesInquiryItemCategory,
String salesInquiryItemText,
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 batch,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String salesDocumentRjcnReason,
String wBSElement,
String sDProcessStatus,
String productSeasonYear,
String productSeason,
String productCollection,
String productTheme,
String seasonCompletenessStatus,
LocalDateTime fashionCancelDate,
String productCharacteristic1,
String productCharacteristic2,
String productCharacteristic3,
String shippingGroupNumber,
String shippingGroupRule,
String crossPlantConfigurableProduct,
String productCategory,
String requirementSegment,
List<SalesInquiryItemPartner> toPartner,
List<SalesInquiryItemPrcgElmnt> toPricingElement,
SalesInquiry toSalesInquiry,
List<SalesInquiryValAddedSrvc> toValueAddedService) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesInquiryItemPartner> |
SalesInquiryItemPartnerOneToOneLink.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 SalesInquiryItemPartnerLink<ObjectT> |
SalesInquiryItemPartnerLink.translateLinkType(EntityLink<SalesInquiryItemPartnerLink<ObjectT>,SalesInquiryItemPartner,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.