Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.Project
Packages that use Project
Package
Description
-
Uses of Project 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 ProjectModifier and TypeFieldDescriptionstatic final WorkPackageOneToOneLink<Project>WorkPackage.TO_PROJECTUse with available fluent helpers to apply the to_Project navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return ProjectModifier and TypeMethodDescriptionProject.ProjectBuilder.build()WorkPackage.fetchProject()Fetches the Project entity (one to one) associated with this entity.protected ProjectProjectCreateFluentHelper.getEntity()protected ProjectProjectUpdateFluentHelper.getEntity()WorkPackage.getProjectOrFetch()Retrieval of associated Project entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectByKeyFluentHelper.getEntityClass()ProjectFluentHelper.getEntityClass()io.vavr.control.Option<Project>WorkPackage.getProjectIfPresent()Retrieval of associated Project entity (one to one).Project.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type ProjectModifier and TypeMethodDescriptionNavigation property to_Project for WorkPackage to single Project.voidWorkPackage.setProject(Project value) Overwrites the associated Project entity for the loaded navigation property to_Project.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type ProjectModifierConstructorDescriptionProjectCreateFluentHelper(String servicePath, Project entity, String entityCollection) Creates a fluent helper object that will create aProjectentity on the OData endpoint.ProjectUpdateFluentHelper(String servicePath, Project entity, String entityCollection) Creates a fluent helper object that will update aProjectentity on the OData endpoint.WorkPackage(String projectID, String workPackageID, String workPackageName, String description, LocalDateTime wPStartDate, LocalDateTime wPEndDate, String workPackageType, BigDecimal unitQuantity, String unitId, LocalDateTime createdOn, ZonedDateTime changedOn, List<EngmntProjRsceDmnd> toResourceDemand, Project toProject, List<WorkItem> toWorkItemSet, List<Demand> toDemandSet, List<WorkPackageFunction> toWorkPackageFunctionSet) -
Uses of Project 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 ProjectModifier and TypeMethodDescriptionCommercialProjectServiceBatchChangeSet.createProject(Project project) Create a newProjectentity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.createProject(Project project) CommercialProjectServiceBatchChangeSet.updateProject(Project project) Update an existingProjectentity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.updateProject(Project project) -
Uses of Project 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 ProjectModifier and TypeMethodDescriptionProjectOneToOneLink.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 ProjectModifier and TypeMethodDescriptionprotected ProjectLink<ObjectT>ProjectLink.translateLinkType(EntityLink<ProjectLink<ObjectT>, Project, ObjectT> link) -
Uses of Project in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProjectModifier and TypeMethodDescriptionCommercialProjectService.createProject(Project project) Deprecated.Create a newProjectentity and save it to the S/4HANA system.DefaultCommercialProjectService.createProject(Project project) Deprecated.CommercialProjectService.updateProject(Project project) Deprecated.Update an existingProjectentity and save it to the S/4HANA system.DefaultCommercialProjectService.updateProject(Project project) Deprecated.