Modifier and Type | Field and Description |
---|---|
static PurchaseContractItemLink<PurCtrAddress> |
PurchaseContractItem.TO_PUR_CTR_ADDRESS
Use with available fluent helpers to apply the to_PurCtrAddress navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PurCtrAddress |
PurCtrAddress.PurCtrAddressBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PurCtrAddress> |
PurchaseContractItem.fetchPurCtrAddress()
Fetches the PurCtrAddress entities (one to many) associated with this entity.
|
protected Class<PurCtrAddress> |
PurCtrAddressFluentHelper.getEntityClass() |
protected Class<PurCtrAddress> |
PurCtrAddressByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PurCtrAddress>> |
PurchaseContractItem.getPurCtrAddressIfPresent()
Retrieval of associated PurCtrAddress entities (one to many).
|
List<PurCtrAddress> |
PurchaseContractItem.getPurCtrAddressOrFetch()
Retrieval of associated PurCtrAddress entities (one to many).
|
Class<PurCtrAddress> |
PurCtrAddress.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContractItem.addPurCtrAddress(PurCtrAddress... entity)
Adds elements to the list of associated PurCtrAddress entities.
|
PurchaseContractItem.PurchaseContractItemBuilder |
PurchaseContractItem.PurchaseContractItemBuilder.purCtrAddress(PurCtrAddress... value)
Navigation property to_PurCtrAddress for PurchaseContractItem to multiple PurCtrAddress.
|
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContractItem.setPurCtrAddress(List<PurCtrAddress> value)
Overwrites the list of associated PurCtrAddress entities for the loaded navigation property
to_PurCtrAddress.
|
Constructor and Description |
---|
PurchaseContractItem(String purchaseContract,
String purchaseContractItem,
String purchasingContractDeletionCode,
String purchaseContractItemText,
String companyCode,
String plant,
String storageLocation,
String requirementTracking,
String materialGroup,
String supplierMaterialNumber,
String orderQuantityUnit,
BigDecimal targetQuantity,
BigDecimal purgDocReleaseOrderQuantity,
String orderPriceUnit,
BigDecimal orderPriceUnitToOrderUnitNmrtr,
BigDecimal ordPriceUnitToOrderUnitDnmntr,
BigDecimal contractNetPriceAmount,
String documentCurrency,
BigDecimal netPriceQuantity,
String taxCode,
String taxCountry,
LocalDateTime taxDeterminationDate,
String stockType,
String isInfoRecordUpdated,
Boolean priceIsToBePrinted,
Boolean purgDocEstimatedPrice,
BigDecimal noDaysReminder1,
BigDecimal noDaysReminder2,
BigDecimal noDaysReminder3,
BigDecimal overdelivTolrtdLmtRatioInPct,
Boolean unlimitedOverdeliveryIsAllowed,
BigDecimal underdelivTolrtdLmtRatioInPct,
String purchasingDocumentItemCategory,
String accountAssignmentCategory,
String multipleAcctAssgmtDistribution,
Boolean goodsReceiptIsExpected,
Boolean goodsReceiptIsNonValuated,
Boolean invoiceIsExpected,
Boolean invoiceIsGoodsReceiptBased,
Boolean isOrderAcknRqd,
String purgDocOrderAcknNumber,
String shippingInstruction,
String manualDeliveryAddressID,
String volumeUnit,
String subcontractor,
Boolean evaldRcptSettlmtIsAllowed,
String material,
String servicePerformer,
String productType,
String materialType,
String formattedPurchaseContractItem,
String productSeasonYear,
String productSeason,
String productCollection,
String productTheme,
String purchasingParentItem,
String productCharacteristic1,
String productCharacteristic2,
String productCharacteristic3,
String purchaseOutlineAgreement,
String purchaseOutlineAgreementItem,
BigDecimal contractItemConsumedQuantity,
String contrItemConsumedQuantityUnit,
BigDecimal contrItemOpenQty,
String contrItemOpenQtyUnit,
String stockSegment,
PurchaseContract toPurchaseContract,
List<PurContrItemCondition> toPurContrItemCondition,
List<PurCtrAccount> toPurCtrAccount,
List<PurCtrAddress> toPurCtrAddress,
List<ValAddedSrvcMM> toValueAddedService) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PurCtrAddress> |
PurCtrAddressOneToOneLink.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 PurCtrAddressLink<ObjectT> |
PurCtrAddressLink.translateLinkType(EntityLink<PurCtrAddressLink<ObjectT>,PurCtrAddress,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.