Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustSalesPartnerFunc
Packages that use CustSalesPartnerFunc
Package
Description
-
Uses of CustSalesPartnerFunc in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type parameters of type CustSalesPartnerFuncModifier and TypeFieldDescriptionstatic final CustomerSalesAreaLink<CustSalesPartnerFunc>CustomerSalesArea.TO_PARTNER_FUNCTIONUse with available fluent helpers to apply the to_PartnerFunction navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustSalesPartnerFuncModifier and TypeMethodDescriptionCustSalesPartnerFunc.CustSalesPartnerFuncBuilder.build()protected CustSalesPartnerFuncCustSalesPartnerFuncCreateFluentHelper.getEntity()protected CustSalesPartnerFuncCustSalesPartnerFuncDeleteFluentHelper.getEntity()protected CustSalesPartnerFuncCustSalesPartnerFuncUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustSalesPartnerFuncModifier and TypeMethodDescriptionCustomerSalesArea.fetchPartnerFunction()Fetches the CustSalesPartnerFunc entities (one to many) associated with this entity.protected Class<CustSalesPartnerFunc>CustSalesPartnerFuncByKeyFluentHelper.getEntityClass()protected Class<CustSalesPartnerFunc>CustSalesPartnerFuncFluentHelper.getEntityClass()io.vavr.control.Option<List<CustSalesPartnerFunc>>CustomerSalesArea.getPartnerFunctionIfPresent()Retrieval of associated CustSalesPartnerFunc entities (one to many).CustomerSalesArea.getPartnerFunctionOrFetch()Retrieval of associated CustSalesPartnerFunc entities (one to many).CustSalesPartnerFunc.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustSalesPartnerFuncModifier and TypeMethodDescriptionvoidCustomerSalesArea.addPartnerFunction(CustSalesPartnerFunc... entity) Adds elements to the list of associated CustSalesPartnerFunc entities.CustomerSalesArea.CustomerSalesAreaBuilder.partnerFunction(CustSalesPartnerFunc... value) Navigation property to_PartnerFunction for CustomerSalesArea to multiple CustSalesPartnerFunc.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustSalesPartnerFuncModifier and TypeMethodDescriptionvoidCustomerSalesArea.setPartnerFunction(List<CustSalesPartnerFunc> value) Overwrites the list of associated CustSalesPartnerFunc entities for the loaded navigation property to_PartnerFunction.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustSalesPartnerFuncModifierConstructorDescriptionCustSalesPartnerFuncCreateFluentHelper(String servicePath, CustSalesPartnerFunc entity, String entityCollection) Creates a fluent helper object that will create aCustSalesPartnerFuncentity on the OData endpoint.CustSalesPartnerFuncDeleteFluentHelper(String servicePath, CustSalesPartnerFunc entity, String entityCollection) Creates a fluent helper object that will delete aCustSalesPartnerFuncentity on the OData endpoint.CustSalesPartnerFuncUpdateFluentHelper(String servicePath, CustSalesPartnerFunc entity, String entityCollection) Creates a fluent helper object that will update aCustSalesPartnerFuncentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustSalesPartnerFuncModifierConstructorDescriptionCustomerSalesArea(String customer, String salesOrganization, String distributionChannel, String division, String accountByCustomer, String authorizationGroup, String billingIsBlockedForCustomer, Boolean completeDeliveryIsDefined, String creditControlArea, String currency, Boolean custIsRlvtForSettlmtMgmt, String customerABCClassification, String customerAccountAssignmentGroup, String customerGroup, Boolean customerIsRebateRelevant, String customerPaymentTerms, String customerPriceGroup, String customerPricingProcedure, String custProdProposalProcedure, String deliveryIsBlockedForCustomer, String deliveryPriority, String incotermsClassification, String incotermsLocation2, String incotermsVersion, String incotermsLocation1, UUID incotermsSupChnLoc1AddlUUID, UUID incotermsSupChnLoc2AddlUUID, UUID incotermsSupChnDvtgLocAddlUUID, Boolean deletionIndicator, String incotermsTransferLocation, Boolean inspSbstHasNoTimeOrQuantity, String invoiceDate, String itemOrderProbabilityInPercent, Boolean manualInvoiceMaintIsRelevant, BigDecimal maxNmbrOfPartialDelivery, Boolean orderCombinationIsAllowed, String orderIsBlockedForCustomer, BigDecimal overdelivTolrtdLmtRatioInPct, String partialDeliveryIsAllowed, String priceListType, String productUnitGroup, BigDecimal proofOfDeliveryTimeValue, String salesGroup, String salesItemProposal, String salesOffice, String shippingCondition, Boolean slsDocIsRlvtForProofOfDeliv, Boolean slsUnlmtdOvrdelivIsAllwd, String supplyingPlant, String salesDistrict, BigDecimal underdelivTolrtdLmtRatioInPct, String invoiceListSchedule, String exchangeRateType, String additionalCustomerGroup1, String additionalCustomerGroup2, String additionalCustomerGroup3, String additionalCustomerGroup4, String additionalCustomerGroup5, String paymentGuaranteeProcedure, String customerAccountGroup, List<CustSalesPartnerFunc> toPartnerFunction, List<CustomerSalesAreaTax> toSalesAreaTax, List<CustomerSalesAreaText> toSalesAreaText, List<CustSlsAreaAddrDepdntInfo> toSlsAreaAddrDepdntInfo) -
Uses of CustSalesPartnerFunc in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch with parameters of type CustSalesPartnerFuncModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) Create a newCustSalesPartnerFuncentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) BusinessPartnerServiceBatchChangeSet.deleteCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) Deletes an existingCustSalesPartnerFuncentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) BusinessPartnerServiceBatchChangeSet.updateCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) Update an existingCustSalesPartnerFuncentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) -
Uses of CustSalesPartnerFunc in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link that return types with arguments of type CustSalesPartnerFuncModifier and TypeMethodDescriptionCustSalesPartnerFuncOneToOneLink.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.businesspartner.link with type arguments of type CustSalesPartnerFuncModifier and TypeMethodDescriptionprotected CustSalesPartnerFuncLink<ObjectT>CustSalesPartnerFuncLink.translateLinkType(EntityLink<CustSalesPartnerFuncLink<ObjectT>, CustSalesPartnerFunc, ObjectT> link) -
Uses of CustSalesPartnerFunc in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustSalesPartnerFuncModifier and TypeMethodDescriptionBusinessPartnerService.createCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) Deprecated.Create a newCustSalesPartnerFuncentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) Deprecated.BusinessPartnerService.deleteCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) Deprecated.Deletes an existingCustSalesPartnerFuncentity in the S/4HANA system.DefaultBusinessPartnerService.deleteCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) Deprecated.BusinessPartnerService.updateCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) Deprecated.Update an existingCustSalesPartnerFuncentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustSalesPartnerFunc(CustSalesPartnerFunc custSalesPartnerFunc) Deprecated.