Modifier and Type | Field and Description |
---|---|
static ProjectLink<ProjectRole> |
Project.TO_PROJECT_ROLE_SET
Use with available fluent helpers to apply the ProjectRoleSet navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProjectRole |
ProjectRole.ProjectRoleBuilder.build() |
protected ProjectRole |
ProjectRoleUpdateFluentHelper.getEntity() |
protected ProjectRole |
ProjectRoleDeleteFluentHelper.getEntity() |
protected ProjectRole |
ProjectRoleCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProjectRole> |
Project.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).
|
List<ProjectRole> |
Project.getProjectRoleSetOrFetch()
Retrieval of associated ProjectRole entities (one to many).
|
Class<ProjectRole> |
ProjectRole.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Project.addProjectRoleSet(ProjectRole... entity)
Adds elements to the list of associated ProjectRole entities.
|
Project.ProjectBuilder |
Project.ProjectBuilder.projectRoleSet(ProjectRole... value)
Navigation property ProjectRoleSet for Project to multiple ProjectRole.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setProjectRoleSet(List<ProjectRole> value)
Overwrites the list of associated ProjectRole entities for the loaded navigation property
ProjectRoleSet.
|
Constructor and Description |
---|
Project(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<WorkPackage> toWorkPackageSet,
List<ProjectRole> toProjectRoleSet) |
Modifier and Type | Method and Description |
---|---|
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.createProjectRole(ProjectRole projectRole)
Create a new
ProjectRole entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.createProjectRole(ProjectRole projectRole)
Create a new
ProjectRole entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.deleteProjectRole(ProjectRole projectRole)
Deletes an existing
ProjectRole entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.deleteProjectRole(ProjectRole projectRole)
Deletes an existing
ProjectRole entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.updateProjectRole(ProjectRole projectRole)
Update an existing
ProjectRole entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.updateProjectRole(ProjectRole projectRole)
Update an existing
ProjectRole entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProjectRole> |
ProjectRoleOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected ProjectRoleLink<ObjectT> |
ProjectRoleLink.translateLinkType(EntityLink<ProjectRoleLink<ObjectT>,ProjectRole,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProjectRoleCreateFluentHelper |
CommercialProjectService.createProjectRole(ProjectRole projectRole)
Create a new
ProjectRole entity and save it to the S/4HANA system. |
ProjectRoleCreateFluentHelper |
DefaultCommercialProjectService.createProjectRole(ProjectRole projectRole) |
ProjectRoleDeleteFluentHelper |
CommercialProjectService.deleteProjectRole(ProjectRole projectRole)
Deletes an existing
ProjectRole entity in the S/4HANA system. |
ProjectRoleDeleteFluentHelper |
DefaultCommercialProjectService.deleteProjectRole(ProjectRole projectRole) |
ProjectRoleUpdateFluentHelper |
CommercialProjectService.updateProjectRole(ProjectRole projectRole)
Update an existing
ProjectRole entity and save it to the S/4HANA system. |
ProjectRoleUpdateFluentHelper |
DefaultCommercialProjectService.updateProjectRole(ProjectRole projectRole) |
Copyright © 2021 SAP SE. All rights reserved.