Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.WorkPackageFunction
Packages that use WorkPackageFunction
Package
Description
-
Uses of WorkPackageFunction in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type parameters of type WorkPackageFunctionModifier and TypeFieldDescriptionstatic final WorkPackageLink<WorkPackageFunction>WorkPackage.TO_WORK_PACKAGE_FUNCTION_SETUse with available fluent helpers to apply the WorkPackageFunctionSet navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return WorkPackageFunctionModifier and TypeMethodDescriptionWorkPackageFunction.WorkPackageFunctionBuilder.build()protected WorkPackageFunctionWorkPackageFunctionCreateFluentHelper.getEntity()protected WorkPackageFunctionWorkPackageFunctionUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return types with arguments of type WorkPackageFunctionModifier and TypeMethodDescriptionWorkPackage.fetchWorkPackageFunctionSet()Fetches the WorkPackageFunction entities (one to many) associated with this entity.protected Class<WorkPackageFunction>WorkPackageFunctionByKeyFluentHelper.getEntityClass()protected Class<WorkPackageFunction>WorkPackageFunctionFluentHelper.getEntityClass()WorkPackageFunction.getType()io.vavr.control.Option<List<WorkPackageFunction>>WorkPackage.getWorkPackageFunctionSetIfPresent()Retrieval of associated WorkPackageFunction entities (one to many).WorkPackage.getWorkPackageFunctionSetOrFetch()Retrieval of associated WorkPackageFunction entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type WorkPackageFunctionModifier and TypeMethodDescriptionvoidWorkPackage.addWorkPackageFunctionSet(WorkPackageFunction... entity) Adds elements to the list of associated WorkPackageFunction entities.WorkPackage.WorkPackageBuilder.workPackageFunctionSet(WorkPackageFunction... value) Navigation property WorkPackageFunctionSet for WorkPackage to multiple WorkPackageFunction.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type arguments of type WorkPackageFunctionModifier and TypeMethodDescriptionvoidWorkPackage.setWorkPackageFunctionSet(List<WorkPackageFunction> value) Overwrites the list of associated WorkPackageFunction entities for the loaded navigation property WorkPackageFunctionSet.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type WorkPackageFunctionModifierConstructorDescriptionWorkPackageFunctionCreateFluentHelper(String servicePath, WorkPackageFunction entity, String entityCollection) Creates a fluent helper object that will create aWorkPackageFunctionentity on the OData endpoint.WorkPackageFunctionUpdateFluentHelper(String servicePath, WorkPackageFunction entity, String entityCollection) Creates a fluent helper object that will update aWorkPackageFunctionentity on the OData endpoint. -
Uses of WorkPackageFunction in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.batch with parameters of type WorkPackageFunctionModifier and TypeMethodDescriptionCommercialProjectServiceBatchChangeSet.createWorkPackageFunction(WorkPackageFunction workPackageFunction) Create a newWorkPackageFunctionentity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.createWorkPackageFunction(WorkPackageFunction workPackageFunction) CommercialProjectServiceBatchChangeSet.updateWorkPackageFunction(WorkPackageFunction workPackageFunction) Update an existingWorkPackageFunctionentity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.updateWorkPackageFunction(WorkPackageFunction workPackageFunction) -
Uses of WorkPackageFunction in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.link that return types with arguments of type WorkPackageFunctionModifier and TypeMethodDescriptionWorkPackageFunctionOneToOneLink.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.commercialproject.link with type arguments of type WorkPackageFunctionModifier and TypeMethodDescriptionprotected WorkPackageFunctionLink<ObjectT>WorkPackageFunctionLink.translateLinkType(EntityLink<WorkPackageFunctionLink<ObjectT>, WorkPackageFunction, ObjectT> link) -
Uses of WorkPackageFunction in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type WorkPackageFunctionModifier and TypeMethodDescriptionCommercialProjectService.createWorkPackageFunction(WorkPackageFunction workPackageFunction) Deprecated.Create a newWorkPackageFunctionentity and save it to the S/4HANA system.DefaultCommercialProjectService.createWorkPackageFunction(WorkPackageFunction workPackageFunction) Deprecated.CommercialProjectService.updateWorkPackageFunction(WorkPackageFunction workPackageFunction) Deprecated.Update an existingWorkPackageFunctionentity and save it to the S/4HANA system.DefaultCommercialProjectService.updateWorkPackageFunction(WorkPackageFunction workPackageFunction) Deprecated.