Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.ProjectRole
Packages that use ProjectRole
Package
Description
-
Uses of ProjectRole in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail 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.commercialprojectdetail that return ProjectRoleMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail 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.commercialprojectdetail 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.commercialprojectdetail 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.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail with type arguments of type ProjectRoleModifierConstructorDescriptionProject(String changedBy, String useProjectBilling, String restrictTimePosting, String profitCenter, ZonedDateTime changedOn, String profitCenterName, String projectID, String projectName, String projectStage, String stageDesc, LocalDateTime startDate, LocalDateTime endDate, String customer, String customerName, String projManagerId, String projManagerName, String projAccountantId, String projAccountantName, String projControllerId, String projControllerName, String projPartnerId, String projPartnerName, String costCenter, String costCenterName, String projectCategory, String currency, String currencyname, String orgID, String orgDesc, String confidential, List<ProjectRole> toProjectRoleSet, List<Workpackage> toWorkpackageSet) -
Uses of ProjectRole in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.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.commercialprojectdetail.link with type arguments of type ProjectRoleModifier and TypeMethodDescriptionprotected ProjectRoleLink<ObjectT>ProjectRoleLink.translateLinkType(EntityLink<ProjectRoleLink<ObjectT>, ProjectRole, ObjectT> link)