Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.PurchaseContractItem
Packages that use PurchaseContractItem
Package
Description
-
Uses of PurchaseContractItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type parameters of type PurchaseContractItemModifier and TypeFieldDescriptionstatic final PurchaseContractLink<PurchaseContractItem>PurchaseContract.TO_PURCHASE_CONTRACT_ITEMUse with available fluent helpers to apply the to_PurchaseContractItem navigation property to query operations.static final PurContrItmCndnValdtyOneToOneLink<PurchaseContractItem>PurContrItmCndnValdty.TO_PURCHASE_CONTRACT_ITEMUse with available fluent helpers to apply the to_PurchaseContractItem navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return PurchaseContractItemModifier and TypeMethodDescriptionPurchaseContractItem.PurchaseContractItemBuilder.build()PurContrItmCndnValdty.fetchPurchaseContractItem()Fetches the PurchaseContractItem entity (one to one) associated with this entity.protected PurchaseContractItemPurchaseContractItemCreateFluentHelper.getEntity()protected PurchaseContractItemPurchaseContractItemUpdateFluentHelper.getEntity()PurContrItmCndnValdty.getPurchaseContractItemOrFetch()Retrieval of associated PurchaseContractItem entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return types with arguments of type PurchaseContractItemModifier and TypeMethodDescriptionPurchaseContract.fetchPurchaseContractItem()Fetches the PurchaseContractItem entities (one to many) associated with this entity.protected Class<PurchaseContractItem>PurchaseContractItemByKeyFluentHelper.getEntityClass()protected Class<PurchaseContractItem>PurchaseContractItemFluentHelper.getEntityClass()io.vavr.control.Option<List<PurchaseContractItem>>PurchaseContract.getPurchaseContractItemIfPresent()Retrieval of associated PurchaseContractItem entities (one to many).io.vavr.control.Option<PurchaseContractItem>PurContrItmCndnValdty.getPurchaseContractItemIfPresent()Retrieval of associated PurchaseContractItem entity (one to one).PurchaseContract.getPurchaseContractItemOrFetch()Retrieval of associated PurchaseContractItem entities (one to many).PurchaseContractItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurchaseContractItemModifier and TypeMethodDescriptionvoidPurchaseContract.addPurchaseContractItem(PurchaseContractItem... entity) Adds elements to the list of associated PurchaseContractItem entities.PurchaseContract.PurchaseContractBuilder.purchaseContractItem(PurchaseContractItem... value) Navigation property to_PurchaseContractItem for PurchaseContract to multiple PurchaseContractItem.PurContrItmCndnValdty.PurContrItmCndnValdtyBuilder.purchaseContractItem(PurchaseContractItem value) Navigation property to_PurchaseContractItem for PurContrItmCndnValdty to single PurchaseContractItem.voidPurContrItmCndnValdty.setPurchaseContractItem(PurchaseContractItem value) Overwrites the associated PurchaseContractItem entity for the loaded navigation property to_PurchaseContractItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type arguments of type PurchaseContractItemModifier and TypeMethodDescriptionvoidPurchaseContract.setPurchaseContractItem(List<PurchaseContractItem> value) Overwrites the list of associated PurchaseContractItem entities for the loaded navigation property to_PurchaseContractItem.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurchaseContractItemModifierConstructorDescriptionPurchaseContractItemCreateFluentHelper(String servicePath, PurchaseContractItem entity, String entityCollection) Creates a fluent helper object that will create aPurchaseContractItementity on the OData endpoint.PurchaseContractItemUpdateFluentHelper(String servicePath, PurchaseContractItem entity, String entityCollection) Creates a fluent helper object that will update aPurchaseContractItementity on the OData endpoint.PurContrItmCndnValdty(String purchaseContract, String purchaseContractItem, String conditionRecord, LocalDateTime conditionValidityEndDate, String conditionApplication, String conditionType, Boolean conditionIsDeleted, String plant, LocalDateTime conditionValidityStartDate, PurchaseContractItem toPurchaseContractItem, PurchaseContract toPurchaseContract, List<PurContrItmCndnAmount> toPurContrItmCndnAmount) Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type arguments of type PurchaseContractItemModifierConstructorDescriptionPurchaseContract(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, BigDecimal 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 incotermsLocation1Identifier, String incotermsLocation2Identifier, String isEndOfPurposeBlocked, ZonedDateTime lastChangeDateTime, String purchasingProcessingStatus, String purgAggrgdProdCmplncSuplrSts, String purchasingProcessingStatusName, Boolean purgContractIsInPreparation, String purgDocExternalReference, String purchasingDocumentName, String purgDocCatalogItemRelevance, String purContrAttentionRequiredText, BigDecimal contractConsumptionInPct, List<PurchaseContractItem> toPurchaseContractItem, List<PurContrHdrCndnValdty> toPurContrHdrCndnValdty, List<PurchaseContractNotes> toPurctrnotes, List<PurCtrPartners> toPurCtrPartners) -
Uses of PurchaseContractItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.batch with parameters of type PurchaseContractItemModifier and TypeMethodDescriptionDefaultPurchaseContractV2ServiceBatchChangeSet.createPurchaseContractItem(PurchaseContractItem purchaseContractItem) PurchaseContractV2ServiceBatchChangeSet.createPurchaseContractItem(PurchaseContractItem purchaseContractItem) Create a newPurchaseContractItementity and save it to the S/4HANA system.DefaultPurchaseContractV2ServiceBatchChangeSet.updatePurchaseContractItem(PurchaseContractItem purchaseContractItem) PurchaseContractV2ServiceBatchChangeSet.updatePurchaseContractItem(PurchaseContractItem purchaseContractItem) Update an existingPurchaseContractItementity and save it to the S/4HANA system. -
Uses of PurchaseContractItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.link that return types with arguments of type PurchaseContractItemModifier and TypeMethodDescriptionPurchaseContractItemOneToOneLink.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.purchasecontractv2.link with type arguments of type PurchaseContractItemModifier and TypeMethodDescriptionprotected PurchaseContractItemLink<ObjectT>PurchaseContractItemLink.translateLinkType(EntityLink<PurchaseContractItemLink<ObjectT>, PurchaseContractItem, ObjectT> link) -
Uses of PurchaseContractItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurchaseContractItemModifier and TypeMethodDescriptionDefaultPurchaseContractV2Service.createPurchaseContractItem(PurchaseContractItem purchaseContractItem) Deprecated.PurchaseContractV2Service.createPurchaseContractItem(PurchaseContractItem purchaseContractItem) Deprecated.Create a newPurchaseContractItementity and save it to the S/4HANA system.DefaultPurchaseContractV2Service.updatePurchaseContractItem(PurchaseContractItem purchaseContractItem) Deprecated.PurchaseContractV2Service.updatePurchaseContractItem(PurchaseContractItem purchaseContractItem) Deprecated.Update an existingPurchaseContractItementity and save it to the S/4HANA system.