Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.SalesContractItemPartner
Packages that use SalesContractItemPartner
Package
Description
-
Uses of SalesContractItemPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with type parameters of type SalesContractItemPartnerModifier and TypeFieldDescriptionstatic final SalesContractItemLink<SalesContractItemPartner>SalesContractItem.TO_PARTNERUse with available fluent helpers to apply the to_Partner navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract that return SalesContractItemPartnerModifier and TypeMethodDescriptionSalesContractItemPartner.SalesContractItemPartnerBuilder.build()protected SalesContractItemPartnerSalesContractItemPartnerDeleteFluentHelper.getEntity()protected SalesContractItemPartnerSalesContractItemPartnerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract that return types with arguments of type SalesContractItemPartnerModifier and TypeMethodDescriptionSalesContractItem.fetchPartner()Fetches the SalesContractItemPartner entities (one to many) associated with this entity.protected Class<SalesContractItemPartner>SalesContractItemPartnerByKeyFluentHelper.getEntityClass()protected Class<SalesContractItemPartner>SalesContractItemPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesContractItemPartner>>SalesContractItem.getPartnerIfPresent()Retrieval of associated SalesContractItemPartner entities (one to many).SalesContractItem.getPartnerOrFetch()Retrieval of associated SalesContractItemPartner entities (one to many).SalesContractItemPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with parameters of type SalesContractItemPartnerModifier and TypeMethodDescriptionvoidSalesContractItem.addPartner(SalesContractItemPartner... entity) Adds elements to the list of associated SalesContractItemPartner entities.SalesContractItem.SalesContractItemBuilder.partner(SalesContractItemPartner... value) Navigation property to_Partner for SalesContractItem to multiple SalesContractItemPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with type arguments of type SalesContractItemPartnerModifier and TypeMethodDescriptionvoidSalesContractItem.setPartner(List<SalesContractItemPartner> value) Overwrites the list of associated SalesContractItemPartner entities for the loaded navigation property to_Partner.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with parameters of type SalesContractItemPartnerModifierConstructorDescriptionSalesContractItemPartnerDeleteFluentHelper(String servicePath, SalesContractItemPartner entity, String entityCollection) Creates a fluent helper object that will delete aSalesContractItemPartnerentity on the OData endpoint.SalesContractItemPartnerUpdateFluentHelper(String servicePath, SalesContractItemPartner entity, String entityCollection) Creates a fluent helper object that will update aSalesContractItemPartnerentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with type arguments of type SalesContractItemPartnerModifierConstructorDescriptionSalesContractItem(String salesContract, String salesContractItem, String higherLevelItem, String salesContractItemCategory, String salesContractItemText, String purchaseOrderByCustomer, String material, String materialByCustomer, LocalDateTime pricingDate, BigDecimal requestedQuantity, String requestedQuantityUnit, String requestedQuantitySAPUnit, String requestedQuantityISOUnit, BigDecimal itemGrossWeight, BigDecimal itemNetWeight, String itemWeightUnit, String itemWeightSAPUnit, String itemWeightISOUnit, BigDecimal itemVolume, String itemVolumeUnit, String itemVolumeSAPUnit, String itemVolumeISOUnit, BigDecimal outlineAgreementTargetAmount, String transactionCurrency, BigDecimal netAmount, String materialGroup, String materialPricingGroup, String batch, String productionPlant, String storageLocation, String shippingPoint, String incotermsClassification, String incotermsTransferLocation, String incotermsLocation1, String incotermsLocation2, String customerPaymentTerms, String salesDocumentRjcnReason, String itemBillingBlockReason, String wBSElement, String profitCenter, String referenceSDDocument, String referenceSDDocumentItem, String sDProcessStatus, LocalDateTime salesContractValidityStartDate, LocalDateTime salesContractValidityEndDate, String nmbrOfSalesContractValdtyPerd, String salesContractValidityPerdUnit, String salesContractValidityPerdCat, LocalDateTime salesContractSignedDate, String salesContractFollowUpAction, LocalDateTime slsContractFollowUpActionDate, BigDecimal slsContrItemReleasedQuantity, String slsContrItmReldQuantityUnit, List<SalesContractItemPartner> toPartner, List<SalesContractItemPrcgElmnt> toPricingElement, SalesContract toSalesContract, List<SalesContractItemText> toText) -
Uses of SalesContractItemPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.batch with parameters of type SalesContractItemPartnerModifier and TypeMethodDescriptionDefaultSalesContractServiceBatchChangeSet.deleteSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) SalesContractServiceBatchChangeSet.deleteSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) Deletes an existingSalesContractItemPartnerentity in the S/4HANA system.DefaultSalesContractServiceBatchChangeSet.updateSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) SalesContractServiceBatchChangeSet.updateSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) Update an existingSalesContractItemPartnerentity and save it to the S/4HANA system. -
Uses of SalesContractItemPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.link that return types with arguments of type SalesContractItemPartnerModifier and TypeMethodDescriptionSalesContractItemPartnerOneToOneLink.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.salescontract.link with type arguments of type SalesContractItemPartnerModifier and TypeMethodDescriptionprotected SalesContractItemPartnerLink<ObjectT>SalesContractItemPartnerLink.translateLinkType(EntityLink<SalesContractItemPartnerLink<ObjectT>, SalesContractItemPartner, ObjectT> link) -
Uses of SalesContractItemPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesContractItemPartnerModifier and TypeMethodDescriptionDefaultSalesContractService.deleteSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) Deprecated.SalesContractService.deleteSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) Deprecated.Deletes an existingSalesContractItemPartnerentity in the S/4HANA system.DefaultSalesContractService.updateSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) Deprecated.SalesContractService.updateSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) Deprecated.Update an existingSalesContractItemPartnerentity and save it to the S/4HANA system.