Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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() |
protected PurCtrPartners |
PurCtrPartnersUpdateFluentHelper.getEntity() |
protected PurCtrPartners |
PurCtrPartnersCreateFluentHelper.getEntity() |
protected PurCtrPartners |
PurCtrPartnersDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PurCtrPartners> |
PurchaseContract.fetchPurCtrPartners()
Fetches the PurCtrPartners entities (one to many) associated with this entity.
|
protected Class<PurCtrPartners> |
PurCtrPartnersFluentHelper.getEntityClass() |
protected Class<PurCtrPartners> |
PurCtrPartnersByKeyFluentHelper.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.
|
protected PurCtrPartnersLink<ObjectT> |
PurCtrPartnersLink.translateLinkType(EntityLink<PurCtrPartnersLink<ObjectT>,PurCtrPartners,ObjectT> link) |
Constructor and Description |
---|
PurCtrPartnersCreateFluentHelper(String servicePath,
PurCtrPartners entity)
Creates a fluent helper object that will create a
PurCtrPartners entity
on the OData endpoint. |
PurCtrPartnersDeleteFluentHelper(String servicePath,
PurCtrPartners entity)
Creates a fluent helper object that will delete a
PurCtrPartners entity
on the OData endpoint. |
PurCtrPartnersUpdateFluentHelper(String servicePath,
PurCtrPartners entity)
Creates a fluent helper object that will update a
PurCtrPartners entity
on the OData endpoint. |
Constructor and Description |
---|
PurchaseContract(String purchaseContract,
String paymentTerms,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Days,
BigDecimal netPaymentDays,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount2Percent,
String documentCurrency,
String exchangeRate,
Boolean exchangeRateIsFixed,
LocalDateTime validityStartDate,
String purchaseContractType,
LocalDateTime validityEndDate,
LocalDateTime quotationSubmissionDate,
String correspncExternalReference,
String supplierQuotation,
String supplierRespSalesPersonName,
String supplierPhoneNumber,
String supplyingSupplier,
String incotermsClassification,
String incotermsTransferLocation,
BigDecimal purchaseContractTargetAmount,
String companyCode,
String invoicingParty,
String correspncInternalReference,
String releaseCode,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
String purchasingDocumentDeletionCode,
LocalDateTime creationDate,
String createdByUser,
String supplier,
String purchasingOrganization,
String purchasingGroup,
ErpConfigContext erpConfigContext,
List<PurchaseContractItem> toPurchaseContractItem,
List<PurCtrPartners> toPurCtrPartners) |
Modifier and Type | Method and Description |
---|---|
PurCtrPartnersCreateFluentHelper |
PurchaseContractService.createPurCtrPartners(PurCtrPartners purCtrPartners)
Create a new
PurCtrPartners entity and save it to the S/4HANA system. |
PurCtrPartnersCreateFluentHelper |
DefaultPurchaseContractService.createPurCtrPartners(PurCtrPartners purCtrPartners) |
PurCtrPartnersDeleteFluentHelper |
PurchaseContractService.deletePurCtrPartners(PurCtrPartners purCtrPartners)
Deletes an existing
PurCtrPartners entity in the S/4HANA system. |
PurCtrPartnersDeleteFluentHelper |
DefaultPurchaseContractService.deletePurCtrPartners(PurCtrPartners purCtrPartners) |
PurCtrPartnersUpdateFluentHelper |
PurchaseContractService.updatePurCtrPartners(PurCtrPartners purCtrPartners)
Update an existing
PurCtrPartners entity and save it to the S/4HANA system. |
PurCtrPartnersUpdateFluentHelper |
DefaultPurchaseContractService.updatePurCtrPartners(PurCtrPartners purCtrPartners) |
Copyright © 2018 SAP SE. All rights reserved.