Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.PlanCostRate
Packages that use PlanCostRate
Package
Description
-
Uses of PlanCostRate in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate that return PlanCostRateModifier and TypeMethodDescriptionPlanCostRate.PlanCostRateBuilder.build()protected PlanCostRatePlanCostRateCreateFluentHelper.getEntity()protected PlanCostRatePlanCostRateDeleteFluentHelper.getEntity()protected PlanCostRatePlanCostRateUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate that return types with arguments of type PlanCostRateModifier and TypeMethodDescriptionprotected Class<PlanCostRate>PlanCostRateByKeyFluentHelper.getEntityClass()protected Class<PlanCostRate>PlanCostRateFluentHelper.getEntityClass()PlanCostRate.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate with parameters of type PlanCostRateModifierConstructorDescriptionPlanCostRateCreateFluentHelper(String servicePath, PlanCostRate entity, String entityCollection) Creates a fluent helper object that will create aPlanCostRateentity on the OData endpoint.PlanCostRateDeleteFluentHelper(String servicePath, PlanCostRate entity, String entityCollection) Creates a fluent helper object that will delete aPlanCostRateentity on the OData endpoint.PlanCostRateUpdateFluentHelper(String servicePath, PlanCostRate entity, String entityCollection) Creates a fluent helper object that will update aPlanCostRateentity on the OData endpoint. -
Uses of PlanCostRate in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.batch with parameters of type PlanCostRateModifier and TypeMethodDescriptionCostRateServiceBatchChangeSet.createPlanCostRate(PlanCostRate planCostRate) Create a newPlanCostRateentity and save it to the S/4HANA system.DefaultCostRateServiceBatchChangeSet.createPlanCostRate(PlanCostRate planCostRate) CostRateServiceBatchChangeSet.deletePlanCostRate(PlanCostRate planCostRate) Deletes an existingPlanCostRateentity in the S/4HANA system.DefaultCostRateServiceBatchChangeSet.deletePlanCostRate(PlanCostRate planCostRate) CostRateServiceBatchChangeSet.updatePlanCostRate(PlanCostRate planCostRate) Update an existingPlanCostRateentity and save it to the S/4HANA system.DefaultCostRateServiceBatchChangeSet.updatePlanCostRate(PlanCostRate planCostRate) -
Uses of PlanCostRate in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.link that return types with arguments of type PlanCostRateModifier and TypeMethodDescriptionPlanCostRateOneToOneLink.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.costrate.link with type arguments of type PlanCostRateModifier and TypeMethodDescriptionprotected PlanCostRateLink<ObjectT>PlanCostRateLink.translateLinkType(EntityLink<PlanCostRateLink<ObjectT>, PlanCostRate, ObjectT> link) -
Uses of PlanCostRate in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PlanCostRateModifier and TypeMethodDescriptionCostRateService.createPlanCostRate(PlanCostRate planCostRate) Deprecated.Create a newPlanCostRateentity and save it to the S/4HANA system.DefaultCostRateService.createPlanCostRate(PlanCostRate planCostRate) Deprecated.CostRateService.deletePlanCostRate(PlanCostRate planCostRate) Deprecated.Deletes an existingPlanCostRateentity in the S/4HANA system.DefaultCostRateService.deletePlanCostRate(PlanCostRate planCostRate) Deprecated.CostRateService.updatePlanCostRate(PlanCostRate planCostRate) Deprecated.Update an existingPlanCostRateentity and save it to the S/4HANA system.DefaultCostRateService.updatePlanCostRate(PlanCostRate planCostRate) Deprecated.