Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.PurchaseContract
Packages that use PurchaseContract
Package
Description
-
Uses of PurchaseContract in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with type parameters of type PurchaseContractModifier and TypeFieldDescriptionstatic final PurchaseContractItemOneToOneLink<PurchaseContract>PurchaseContractItem.TO_PURCHASE_CONTRACTUse with available fluent helpers to apply the to_PurchaseContract navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract that return PurchaseContractModifier and TypeMethodDescriptionPurchaseContract.PurchaseContractBuilder.build()PurchaseContractItem.fetchPurchaseContract()Fetches the PurchaseContract entity (one to one) associated with this entity.protected PurchaseContractPurchaseContractCreateFluentHelper.getEntity()protected PurchaseContractPurchaseContractUpdateFluentHelper.getEntity()PurchaseContractItem.getPurchaseContractOrFetch()Retrieval of associated PurchaseContract entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract that return types with arguments of type PurchaseContractModifier and TypeMethodDescriptionprotected Class<PurchaseContract>PurchaseContractByKeyFluentHelper.getEntityClass()protected Class<PurchaseContract>PurchaseContractFluentHelper.getEntityClass()io.vavr.control.Option<PurchaseContract>PurchaseContractItem.getPurchaseContractIfPresent()Retrieval of associated PurchaseContract entity (one to one).PurchaseContract.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with parameters of type PurchaseContractModifier and TypeMethodDescriptionPurchaseContractItem.PurchaseContractItemBuilder.purchaseContract(PurchaseContract value) Navigation property to_PurchaseContract for PurchaseContractItem to single PurchaseContract.voidPurchaseContractItem.setPurchaseContract(PurchaseContract value) Overwrites the associated PurchaseContract entity for the loaded navigation property to_PurchaseContract.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with parameters of type PurchaseContractModifierConstructorDescriptionPurchaseContractCreateFluentHelper(String servicePath, PurchaseContract entity, String entityCollection) Creates a fluent helper object that will create aPurchaseContractentity on the OData endpoint.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 plannedDeliveryDurationInDays, 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 purContractItmReplnmtElmntType, String formattedPurchaseContractItem, String purchasingParentItem, PurchaseContract toPurchaseContract, List<PurContrItemCondition> toPurContrItemCondition, List<PurCtrAccount> toPurCtrAccount, List<PurCtrAddress> toPurCtrAddress) PurchaseContractUpdateFluentHelper(String servicePath, PurchaseContract entity, String entityCollection) Creates a fluent helper object that will update aPurchaseContractentity on the OData endpoint. -
Uses of PurchaseContract in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.batch with parameters of type PurchaseContractModifier and TypeMethodDescriptionDefaultPurchaseContractServiceBatchChangeSet.createPurchaseContract(PurchaseContract purchaseContract) PurchaseContractServiceBatchChangeSet.createPurchaseContract(PurchaseContract purchaseContract) Create a newPurchaseContractentity and save it to the S/4HANA system.DefaultPurchaseContractServiceBatchChangeSet.updatePurchaseContract(PurchaseContract purchaseContract) PurchaseContractServiceBatchChangeSet.updatePurchaseContract(PurchaseContract purchaseContract) Update an existingPurchaseContractentity and save it to the S/4HANA system. -
Uses of PurchaseContract in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.link that return types with arguments of type PurchaseContractModifier and TypeMethodDescriptionPurchaseContractOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.link with type arguments of type PurchaseContractModifier and TypeMethodDescriptionprotected PurchaseContractLink<ObjectT>PurchaseContractLink.translateLinkType(EntityLink<PurchaseContractLink<ObjectT>, PurchaseContract, ObjectT> link) -
Uses of PurchaseContract in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurchaseContractModifier and TypeMethodDescriptionDefaultPurchaseContractService.createPurchaseContract(PurchaseContract purchaseContract) Deprecated.PurchaseContractService.createPurchaseContract(PurchaseContract purchaseContract) Deprecated.Create a newPurchaseContractentity and save it to the S/4HANA system.DefaultPurchaseContractService.updatePurchaseContract(PurchaseContract purchaseContract) Deprecated.PurchaseContractService.updatePurchaseContract(PurchaseContract purchaseContract) Deprecated.Update an existingPurchaseContractentity and save it to the S/4HANA system.