Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.link |
Modifier and Type | Field and Description |
---|---|
static PurchaseContractLink<PurCtrPartners> |
PurchaseContract.TO_PUR_CTR_PARTNERS
Use with available fluent helpers to apply the to_PurCtrPartners navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PurCtrPartners |
PurCtrPartners.PurCtrPartnersBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PurCtrPartners> |
PurchaseContract.fetchPurCtrPartners()
Fetches the PurCtrPartners entities (one to many) associated with this entity.
|
protected Class<PurCtrPartners> |
PurCtrPartnersByKeyFluentHelper.getEntityClass() |
protected Class<PurCtrPartners> |
PurCtrPartnersFluentHelper.getEntityClass() |
Optional<List<PurCtrPartners>> |
PurchaseContract.getPurCtrPartnersIfPresent()
Retrieval of associated PurCtrPartners entities (one to many).
|
List<PurCtrPartners> |
PurchaseContract.getPurCtrPartnersOrFetch()
Retrieval of associated PurCtrPartners entities (one to many).
|
Class<PurCtrPartners> |
PurCtrPartners.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContract.addPurCtrPartners(PurCtrPartners... entity)
Adds elements to the list of associated PurCtrPartners entities.
|
PurchaseContract.PurchaseContractBuilder |
PurchaseContract.PurchaseContractBuilder.purCtrPartners(PurCtrPartners... value) |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContract.setPurCtrPartners(List<PurCtrPartners> value)
Overwrites the list of associated PurCtrPartners entities for the loaded navigation property
to_PurCtrPartners.
|
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,
List<PurchaseContractItem> toPurchaseContractItem,
List<PurCtrPartners> toPurCtrPartners) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PurCtrPartners> |
PurCtrPartnersOneToOneLink.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 PurCtrPartnersLink<ObjectT> |
PurCtrPartnersLink.translateLinkType(EntityLink<PurCtrPartnersLink<ObjectT>,PurCtrPartners,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.