Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.ActualCostRate
Packages that use ActualCostRate
Package
Description
-
Uses of ActualCostRate in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate that return ActualCostRateModifier and TypeMethodDescriptionActualCostRate.ActualCostRateBuilder.build()protected ActualCostRateActualCostRateCreateFluentHelper.getEntity()protected ActualCostRateActualCostRateDeleteFluentHelper.getEntity()protected ActualCostRateActualCostRateUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate that return types with arguments of type ActualCostRateModifier and TypeMethodDescriptionprotected Class<ActualCostRate>ActualCostRateByKeyFluentHelper.getEntityClass()protected Class<ActualCostRate>ActualCostRateFluentHelper.getEntityClass()ActualCostRate.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate with parameters of type ActualCostRateModifierConstructorDescriptionActualCostRateCreateFluentHelper(String servicePath, ActualCostRate entity, String entityCollection) Creates a fluent helper object that will create aActualCostRateentity on the OData endpoint.ActualCostRateDeleteFluentHelper(String servicePath, ActualCostRate entity, String entityCollection) Creates a fluent helper object that will delete aActualCostRateentity on the OData endpoint.ActualCostRateUpdateFluentHelper(String servicePath, ActualCostRate entity, String entityCollection) Creates a fluent helper object that will update aActualCostRateentity on the OData endpoint. -
Uses of ActualCostRate 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 ActualCostRateModifier and TypeMethodDescriptionCostRateServiceBatchChangeSet.createActualCostRate(ActualCostRate actualCostRate) Create a newActualCostRateentity and save it to the S/4HANA system.DefaultCostRateServiceBatchChangeSet.createActualCostRate(ActualCostRate actualCostRate) CostRateServiceBatchChangeSet.deleteActualCostRate(ActualCostRate actualCostRate) Deletes an existingActualCostRateentity in the S/4HANA system.DefaultCostRateServiceBatchChangeSet.deleteActualCostRate(ActualCostRate actualCostRate) CostRateServiceBatchChangeSet.updateActualCostRate(ActualCostRate actualCostRate) Update an existingActualCostRateentity and save it to the S/4HANA system.DefaultCostRateServiceBatchChangeSet.updateActualCostRate(ActualCostRate actualCostRate) -
Uses of ActualCostRate 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 ActualCostRateModifier and TypeMethodDescriptionActualCostRateOneToOneLink.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 ActualCostRateModifier and TypeMethodDescriptionprotected ActualCostRateLink<ObjectT>ActualCostRateLink.translateLinkType(EntityLink<ActualCostRateLink<ObjectT>, ActualCostRate, ObjectT> link) -
Uses of ActualCostRate in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ActualCostRateModifier and TypeMethodDescriptionCostRateService.createActualCostRate(ActualCostRate actualCostRate) Deprecated.Create a newActualCostRateentity and save it to the S/4HANA system.DefaultCostRateService.createActualCostRate(ActualCostRate actualCostRate) Deprecated.CostRateService.deleteActualCostRate(ActualCostRate actualCostRate) Deprecated.Deletes an existingActualCostRateentity in the S/4HANA system.DefaultCostRateService.deleteActualCostRate(ActualCostRate actualCostRate) Deprecated.CostRateService.updateActualCostRate(ActualCostRate actualCostRate) Deprecated.Update an existingActualCostRateentity and save it to the S/4HANA system.DefaultCostRateService.updateActualCostRate(ActualCostRate actualCostRate) Deprecated.