Modifier and Type | Field and Description |
---|---|
static PurchaseContractLink<PurchaseContractItem> |
PurchaseContract.TO_PURCHASE_CONTRACT_ITEM
Use with available fluent helpers to apply the to_PurchaseContractItem navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PurchaseContractItem |
PurchaseContractItem.PurchaseContractItemBuilder.build() |
protected PurchaseContractItem |
PurchaseContractItemCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PurchaseContractItem> |
PurchaseContract.fetchPurchaseContractItem()
Fetches the PurchaseContractItem entities (one to many) associated with this entity.
|
protected Class<PurchaseContractItem> |
PurchaseContractItemFluentHelper.getEntityClass() |
protected Class<PurchaseContractItem> |
PurchaseContractItemByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PurchaseContractItem>> |
PurchaseContract.getPurchaseContractItemIfPresent()
Retrieval of associated PurchaseContractItem entities (one to many).
|
List<PurchaseContractItem> |
PurchaseContract.getPurchaseContractItemOrFetch()
Retrieval of associated PurchaseContractItem entities (one to many).
|
Class<PurchaseContractItem> |
PurchaseContractItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContract.addPurchaseContractItem(PurchaseContractItem... entity)
Adds elements to the list of associated PurchaseContractItem entities.
|
PurchaseContract.PurchaseContractBuilder |
PurchaseContract.PurchaseContractBuilder.purchaseContractItem(PurchaseContractItem... value)
Navigation property to_PurchaseContractItem for PurchaseContract to multiple
PurchaseContractItem.
|
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContract.setPurchaseContractItem(List<PurchaseContractItem> value)
Overwrites the list of associated PurchaseContractItem entities for the loaded navigation property
to_PurchaseContractItem.
|
Constructor and Description |
---|
PurchaseContractItemCreateFluentHelper(String servicePath,
PurchaseContractItem entity)
Creates a fluent helper object that will create a
PurchaseContractItem entity on the OData endpoint. |
Constructor and Description |
---|
PurchaseContract(String purchaseContract,
String purchaseContractType,
String companyCode,
String purchasingDocumentDeletionCode,
LocalDateTime creationDate,
String createdByUser,
String supplier,
String purchasingOrganization,
String purchasingGroup,
String paymentTerms,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Days,
BigDecimal netPaymentDays,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount2Percent,
String documentCurrency,
String exchangeRate,
Boolean exchangeRateIsFixed,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
LocalDateTime quotationSubmissionDate,
String correspncExternalReference,
String supplierQuotation,
String supplierRespSalesPersonName,
String supplierPhoneNumber,
String supplyingSupplier,
String incotermsClassification,
String incotermsTransferLocation,
BigDecimal purchaseContractTargetAmount,
String invoicingParty,
String correspncInternalReference,
String releaseCode,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
String isEndOfPurposeBlocked,
Boolean purgContractIsInPreparation,
List<PurchaseContractItem> toPurchaseContractItem,
List<PurCtrPartners> toPurCtrPartners) |
Modifier and Type | Method and Description |
---|---|
PurchaseContractServiceBatchChangeSet |
PurchaseContractServiceBatchChangeSet.createPurchaseContractItem(PurchaseContractItem purchaseContractItem)
Create a new
PurchaseContractItem entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
DefaultPurchaseContractServiceBatchChangeSet.createPurchaseContractItem(PurchaseContractItem purchaseContractItem)
Create a new
PurchaseContractItem entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PurchaseContractItem> |
PurchaseContractItemOneToOneLink.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 PurchaseContractItemLink<ObjectT> |
PurchaseContractItemLink.translateLinkType(EntityLink<PurchaseContractItemLink<ObjectT>,PurchaseContractItem,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
PurchaseContractItemCreateFluentHelper |
PurchaseContractService.createPurchaseContractItem(PurchaseContractItem purchaseContractItem)
Create a new
PurchaseContractItem entity and save it to the S/4HANA system. |
PurchaseContractItemCreateFluentHelper |
DefaultPurchaseContractService.createPurchaseContractItem(PurchaseContractItem purchaseContractItem) |
Copyright © 2020 SAP SE. All rights reserved.