Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.WorkPackage
Packages that use WorkPackage
Package
Description
-
Uses of WorkPackage 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 WorkPackageModifier and TypeFieldDescriptionstatic final ProjectLink<WorkPackage>Project.TO_WORK_PACKAGE_SETUse with available fluent helpers to apply the WorkPackageSet navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return WorkPackageModifier and TypeMethodDescriptionWorkPackage.WorkPackageBuilder.build()protected WorkPackageWorkPackageCreateFluentHelper.getEntity()protected WorkPackageWorkPackageDeleteFluentHelper.getEntity()protected WorkPackageWorkPackageUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return types with arguments of type WorkPackageModifier and TypeMethodDescriptionProject.fetchWorkPackageSet()Fetches the WorkPackage entities (one to many) associated with this entity.protected Class<WorkPackage>WorkPackageByKeyFluentHelper.getEntityClass()protected Class<WorkPackage>WorkPackageFluentHelper.getEntityClass()WorkPackage.getType()io.vavr.control.Option<List<WorkPackage>>Project.getWorkPackageSetIfPresent()Retrieval of associated WorkPackage entities (one to many).Project.getWorkPackageSetOrFetch()Retrieval of associated WorkPackage entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type WorkPackageModifier and TypeMethodDescriptionvoidProject.addWorkPackageSet(WorkPackage... entity) Adds elements to the list of associated WorkPackage entities.Project.ProjectBuilder.workPackageSet(WorkPackage... value) Navigation property WorkPackageSet for Project to multiple WorkPackage.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type arguments of type WorkPackageModifier and TypeMethodDescriptionvoidProject.setWorkPackageSet(List<WorkPackage> value) Overwrites the list of associated WorkPackage entities for the loaded navigation property WorkPackageSet.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type WorkPackageModifierConstructorDescriptionWorkPackageCreateFluentHelper(String servicePath, WorkPackage entity, String entityCollection) Creates a fluent helper object that will create aWorkPackageentity on the OData endpoint.WorkPackageDeleteFluentHelper(String servicePath, WorkPackage entity, String entityCollection) Creates a fluent helper object that will delete aWorkPackageentity on the OData endpoint.WorkPackageUpdateFluentHelper(String servicePath, WorkPackage entity, String entityCollection) Creates a fluent helper object that will update aWorkPackageentity on the OData endpoint. -
Uses of WorkPackage 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 WorkPackageModifier and TypeMethodDescriptionCommercialProjectServiceBatchChangeSet.createWorkPackage(WorkPackage workPackage) Create a newWorkPackageentity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.createWorkPackage(WorkPackage workPackage) CommercialProjectServiceBatchChangeSet.deleteWorkPackage(WorkPackage workPackage) Deletes an existingWorkPackageentity in the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.deleteWorkPackage(WorkPackage workPackage) CommercialProjectServiceBatchChangeSet.updateWorkPackage(WorkPackage workPackage) Update an existingWorkPackageentity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.updateWorkPackage(WorkPackage workPackage) -
Uses of WorkPackage 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 WorkPackageModifier and TypeMethodDescriptionWorkPackageOneToOneLink.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 WorkPackageModifier and TypeMethodDescriptionprotected WorkPackageLink<ObjectT>WorkPackageLink.translateLinkType(EntityLink<WorkPackageLink<ObjectT>, WorkPackage, ObjectT> link) -
Uses of WorkPackage in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type WorkPackageModifier and TypeMethodDescriptionCommercialProjectService.createWorkPackage(WorkPackage workPackage) Deprecated.Create a newWorkPackageentity and save it to the S/4HANA system.DefaultCommercialProjectService.createWorkPackage(WorkPackage workPackage) Deprecated.CommercialProjectService.deleteWorkPackage(WorkPackage workPackage) Deprecated.Deletes an existingWorkPackageentity in the S/4HANA system.DefaultCommercialProjectService.deleteWorkPackage(WorkPackage workPackage) Deprecated.CommercialProjectService.updateWorkPackage(WorkPackage workPackage) Deprecated.Update an existingWorkPackageentity and save it to the S/4HANA system.DefaultCommercialProjectService.updateWorkPackage(WorkPackage workPackage) Deprecated.