Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinpurchasing.PurgPricingProcedure
Packages that use PurgPricingProcedure
Package
Description
-
Uses of PurgPricingProcedure in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinpurchasing
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinpurchasing with type parameters of type PurgPricingProcedureModifier and TypeFieldDescriptionstatic final PurgPricingProcedureItemOneToOneLink<PurgPricingProcedure>PurgPricingProcedureItem.TO_PURG_PRICING_PROCEDUREUse with available fluent helpers to apply the to_PurgPricingProcedure navigation property to query operations.static final PurgPricingProcedureTextOneToOneLink<PurgPricingProcedure>PurgPricingProcedureText.TO_PURG_PRICING_PROCEDUREUse with available fluent helpers to apply the to_PurgPricingProcedure navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinpurchasing that return PurgPricingProcedureModifier and TypeMethodDescriptionPurgPricingProcedure.PurgPricingProcedureBuilder.build()PurgPricingProcedureItem.fetchPurgPricingProcedure()Fetches the PurgPricingProcedure entity (one to one) associated with this entity.PurgPricingProcedureText.fetchPurgPricingProcedure()Fetches the PurgPricingProcedure entity (one to one) associated with this entity.PurgPricingProcedureItem.getPurgPricingProcedureOrFetch()Retrieval of associated PurgPricingProcedure entity (one to one).PurgPricingProcedureText.getPurgPricingProcedureOrFetch()Retrieval of associated PurgPricingProcedure entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinpurchasing that return types with arguments of type PurgPricingProcedureModifier and TypeMethodDescriptionprotected Class<PurgPricingProcedure>PurgPricingProcedureByKeyFluentHelper.getEntityClass()protected Class<PurgPricingProcedure>PurgPricingProcedureFluentHelper.getEntityClass()io.vavr.control.Option<PurgPricingProcedure>PurgPricingProcedureItem.getPurgPricingProcedureIfPresent()Retrieval of associated PurgPricingProcedure entity (one to one).io.vavr.control.Option<PurgPricingProcedure>PurgPricingProcedureText.getPurgPricingProcedureIfPresent()Retrieval of associated PurgPricingProcedure entity (one to one).PurgPricingProcedure.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinpurchasing with parameters of type PurgPricingProcedureModifier and TypeMethodDescriptionPurgPricingProcedureItem.PurgPricingProcedureItemBuilder.purgPricingProcedure(PurgPricingProcedure value) Navigation property to_PurgPricingProcedure for PurgPricingProcedureItem to single PurgPricingProcedure.PurgPricingProcedureText.PurgPricingProcedureTextBuilder.purgPricingProcedure(PurgPricingProcedure value) Navigation property to_PurgPricingProcedure for PurgPricingProcedureText to single PurgPricingProcedure.voidPurgPricingProcedureItem.setPurgPricingProcedure(PurgPricingProcedure value) Overwrites the associated PurgPricingProcedure entity for the loaded navigation property to_PurgPricingProcedure.voidPurgPricingProcedureText.setPurgPricingProcedure(PurgPricingProcedure value) Overwrites the associated PurgPricingProcedure entity for the loaded navigation property to_PurgPricingProcedure.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinpurchasing with parameters of type PurgPricingProcedureModifierConstructorDescriptionPurgPricingProcedureItem(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, PurgPricingConditionType toPurgPricingConditionType, PurgPricingProcedure toPurgPricingProcedure, List<PurgPrcgProcedItemText> toText) PurgPricingProcedureText(String language, String conditionUsage, String conditionApplication, String pricingProcedure, String pricingProcedureName, PurgPricingProcedure toPurgPricingProcedure) -
Uses of PurgPricingProcedure in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinpurchasing.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinpurchasing.link that return types with arguments of type PurgPricingProcedureModifier and TypeMethodDescriptionPurgPricingProcedureOneToOneLink.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.pricingprocedureinpurchasing.link with type arguments of type PurgPricingProcedureModifier and TypeMethodDescriptionprotected PurgPricingProcedureLink<ObjectT>PurgPricingProcedureLink.translateLinkType(EntityLink<PurgPricingProcedureLink<ObjectT>, PurgPricingProcedure, ObjectT> link)