Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales.SlsPricingProcedure
Packages that use SlsPricingProcedure
Package
Description
-
Uses of SlsPricingProcedure in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales with type parameters of type SlsPricingProcedureModifier and TypeFieldDescriptionstatic final SlsPricingProcedureItemOneToOneLink<SlsPricingProcedure>SlsPricingProcedureItem.TO_SALES_PRICING_PROCEDUREUse with available fluent helpers to apply the to_SalesPricingProcedure navigation property to query operations.static final SlsPricingProcedureTextOneToOneLink<SlsPricingProcedure>SlsPricingProcedureText.TO_SALES_PRICING_PROCEDUREUse with available fluent helpers to apply the to_SalesPricingProcedure navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales that return SlsPricingProcedureModifier and TypeMethodDescriptionSlsPricingProcedure.SlsPricingProcedureBuilder.build()SlsPricingProcedureItem.fetchSalesPricingProcedure()Fetches the SlsPricingProcedure entity (one to one) associated with this entity.SlsPricingProcedureText.fetchSalesPricingProcedure()Fetches the SlsPricingProcedure entity (one to one) associated with this entity.SlsPricingProcedureItem.getSalesPricingProcedureOrFetch()Retrieval of associated SlsPricingProcedure entity (one to one).SlsPricingProcedureText.getSalesPricingProcedureOrFetch()Retrieval of associated SlsPricingProcedure entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales that return types with arguments of type SlsPricingProcedureModifier and TypeMethodDescriptionprotected Class<SlsPricingProcedure>SlsPricingProcedureByKeyFluentHelper.getEntityClass()protected Class<SlsPricingProcedure>SlsPricingProcedureFluentHelper.getEntityClass()io.vavr.control.Option<SlsPricingProcedure>SlsPricingProcedureItem.getSalesPricingProcedureIfPresent()Retrieval of associated SlsPricingProcedure entity (one to one).io.vavr.control.Option<SlsPricingProcedure>SlsPricingProcedureText.getSalesPricingProcedureIfPresent()Retrieval of associated SlsPricingProcedure entity (one to one).SlsPricingProcedure.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales with parameters of type SlsPricingProcedureModifier and TypeMethodDescriptionSlsPricingProcedureItem.SlsPricingProcedureItemBuilder.salesPricingProcedure(SlsPricingProcedure value) Navigation property to_SalesPricingProcedure for SlsPricingProcedureItem to single SlsPricingProcedure.SlsPricingProcedureText.SlsPricingProcedureTextBuilder.salesPricingProcedure(SlsPricingProcedure value) Navigation property to_SalesPricingProcedure for SlsPricingProcedureText to single SlsPricingProcedure.voidSlsPricingProcedureItem.setSalesPricingProcedure(SlsPricingProcedure value) Overwrites the associated SlsPricingProcedure entity for the loaded navigation property to_SalesPricingProcedure.voidSlsPricingProcedureText.setSalesPricingProcedure(SlsPricingProcedure value) Overwrites the associated SlsPricingProcedure entity for the loaded navigation property to_SalesPricingProcedure.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales with parameters of type SlsPricingProcedureModifierConstructorDescriptionSlsPricingProcedureItem(String conditionUsage, String conditionApplication, String pricingProcedure, String pricingProcedureStep, String pricingProcedureCounter, String conditionType, String prcgProcedItemFromRefStep, String prcgProcedItemToRefStep, Boolean conditionIsManuallyDtmnd, String prcgProcedItemSubtotal, Boolean conditionIsForStatistics, String accountKeyForGLAccount, String acctKeyForAccrualsGLAccount, String pricingProcedureItemPrintType, Boolean conditionIsMandatory, Boolean cndnIsAcctDetnRelevant, String priceElementAccessLevel, SlsPricingProcedure toSalesPricingProcedure, SlsPricingConditionType toSlsPricingConditionType, List<SlsPrcgProcedItemText> toText) SlsPricingProcedureText(String language, String conditionUsage, String conditionApplication, String pricingProcedure, String pricingProcedureName, SlsPricingProcedure toSalesPricingProcedure) -
Uses of SlsPricingProcedure in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales.link that return types with arguments of type SlsPricingProcedureModifier and TypeMethodDescriptionSlsPricingProcedureOneToOneLink.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.pricingprocedureinsales.link with type arguments of type SlsPricingProcedureModifier and TypeMethodDescriptionprotected SlsPricingProcedureLink<ObjectT>SlsPricingProcedureLink.translateLinkType(EntityLink<SlsPricingProcedureLink<ObjectT>, SlsPricingProcedure, ObjectT> link)