Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.ProjectRole
Packages that use ProjectRole
Package
Description
-
Uses of ProjectRole 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 ProjectRoleModifier and TypeFieldDescriptionstatic final ProjectLink<ProjectRole>Project.TO_PROJECT_ROLE_SETUse with available fluent helpers to apply the ProjectRoleSet navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return ProjectRoleModifier and TypeMethodDescriptionProjectRole.ProjectRoleBuilder.build()protected ProjectRoleProjectRoleCreateFluentHelper.getEntity()protected ProjectRoleProjectRoleDeleteFluentHelper.getEntity()protected ProjectRoleProjectRoleUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return types with arguments of type ProjectRoleModifier and TypeMethodDescriptionProject.fetchProjectRoleSet()Fetches the ProjectRole entities (one to many) associated with this entity.protected Class<ProjectRole>ProjectRoleByKeyFluentHelper.getEntityClass()protected Class<ProjectRole>ProjectRoleFluentHelper.getEntityClass()io.vavr.control.Option<List<ProjectRole>>Project.getProjectRoleSetIfPresent()Retrieval of associated ProjectRole entities (one to many).Project.getProjectRoleSetOrFetch()Retrieval of associated ProjectRole entities (one to many).ProjectRole.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type ProjectRoleModifier and TypeMethodDescriptionvoidProject.addProjectRoleSet(ProjectRole... entity) Adds elements to the list of associated ProjectRole entities.Project.ProjectBuilder.projectRoleSet(ProjectRole... value) Navigation property ProjectRoleSet for Project to multiple ProjectRole.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type arguments of type ProjectRoleModifier and TypeMethodDescriptionvoidProject.setProjectRoleSet(List<ProjectRole> value) Overwrites the list of associated ProjectRole entities for the loaded navigation property ProjectRoleSet.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type ProjectRoleModifierConstructorDescriptionProjectRoleCreateFluentHelper(String servicePath, ProjectRole entity, String entityCollection) Creates a fluent helper object that will create aProjectRoleentity on the OData endpoint.ProjectRoleDeleteFluentHelper(String servicePath, ProjectRole entity, String entityCollection) Creates a fluent helper object that will delete aProjectRoleentity on the OData endpoint.ProjectRoleUpdateFluentHelper(String servicePath, ProjectRole entity, String entityCollection) Creates a fluent helper object that will update aProjectRoleentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type arguments of type ProjectRoleModifierConstructorDescriptionProject(String projectID, String projectName, String projectStage, String orgID, String projectCategory, String currency, LocalDateTime startDate, LocalDateTime endDate, String projManagerExtId, String projManagerCompCode, String customer, String costCenter, String profitCenter, String projAccountantExtId, String projAccountantCompCode, String projControllerExtId, String projControllerCompCode, String projPartnerExtId, String projPartnerCompCode, String projectDesc, String confidential, String useProjectBilling, String restrictTimePosting, LocalDateTime createdOn, ZonedDateTime changedOn, List<ProjectRole> toProjectRoleSet, List<WorkPackage> toWorkPackageSet) -
Uses of ProjectRole 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 ProjectRoleModifier and TypeMethodDescriptionCommercialProjectServiceBatchChangeSet.createProjectRole(ProjectRole projectRole) Create a newProjectRoleentity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.createProjectRole(ProjectRole projectRole) CommercialProjectServiceBatchChangeSet.deleteProjectRole(ProjectRole projectRole) Deletes an existingProjectRoleentity in the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.deleteProjectRole(ProjectRole projectRole) CommercialProjectServiceBatchChangeSet.updateProjectRole(ProjectRole projectRole) Update an existingProjectRoleentity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.updateProjectRole(ProjectRole projectRole) -
Uses of ProjectRole 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 ProjectRoleModifier and TypeMethodDescriptionProjectRoleOneToOneLink.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 ProjectRoleModifier and TypeMethodDescriptionprotected ProjectRoleLink<ObjectT>ProjectRoleLink.translateLinkType(EntityLink<ProjectRoleLink<ObjectT>, ProjectRole, ObjectT> link) -
Uses of ProjectRole in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProjectRoleModifier and TypeMethodDescriptionCommercialProjectService.createProjectRole(ProjectRole projectRole) Deprecated.Create a newProjectRoleentity and save it to the S/4HANA system.DefaultCommercialProjectService.createProjectRole(ProjectRole projectRole) Deprecated.CommercialProjectService.deleteProjectRole(ProjectRole projectRole) Deprecated.Deletes an existingProjectRoleentity in the S/4HANA system.DefaultCommercialProjectService.deleteProjectRole(ProjectRole projectRole) Deprecated.CommercialProjectService.updateProjectRole(ProjectRole projectRole) Deprecated.Update an existingProjectRoleentity and save it to the S/4HANA system.DefaultCommercialProjectService.updateProjectRole(ProjectRole projectRole) Deprecated.