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 |
---|
ProjectRoleCreateFluentHelper(String servicePath,
ProjectRole entity)
Creates a fluent helper object that will create a
ProjectRole entity on
the OData endpoint. |
ProjectRoleDeleteFluentHelper(String servicePath,
ProjectRole entity)
Creates a fluent helper object that will delete a
ProjectRole entity on
the OData endpoint. |
ProjectRoleUpdateFluentHelper(String servicePath,
ProjectRole entity)
Creates a fluent helper object that will update a
ProjectRole entity on
the OData endpoint. |
Constructor and Description |
---|
Project(String projectDesc,
String useProjectBilling,
String restrictTimePosting,
String projManagerCompCode,
String projAccountantCompCode,
String projectID,
String projControllerCompCode,
String projManagerExtId,
String projectName,
String projPartnerCompCode,
String projAccountantExtId,
String projectStage,
String projControllerExtId,
String projPartnerExtId,
LocalDateTime startDate,
LocalDateTime endDate,
String customer,
String costCenter,
String profitCenter,
String projectCategory,
String currency,
String orgID,
String confidential,
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 © 2020 SAP SE. All rights reserved.