Modifier and Type | Field and Description |
---|---|
static WorkPackageOneToOneLink<Project> |
WorkPackage.TO_PROJECT
Use with available fluent helpers to apply the to_Project navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Project |
Project.ProjectBuilder.build() |
Project |
WorkPackage.fetchProject()
Fetches the Project entity (one to one) associated with this entity.
|
protected Project |
ProjectUpdateFluentHelper.getEntity() |
protected Project |
ProjectCreateFluentHelper.getEntity() |
Project |
WorkPackage.getProjectOrFetch()
Retrieval of associated Project entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<Project> |
ProjectByKeyFluentHelper.getEntityClass() |
protected Class<Project> |
ProjectFluentHelper.getEntityClass() |
io.vavr.control.Option<Project> |
WorkPackage.getProjectIfPresent()
Retrieval of associated Project entity (one to one).
|
Class<Project> |
Project.getType() |
Modifier and Type | Method and Description |
---|---|
WorkPackage.WorkPackageBuilder |
WorkPackage.WorkPackageBuilder.project(Project value)
Navigation property to_Project for WorkPackage to single Project.
|
void |
WorkPackage.setProject(Project value)
Overwrites the associated Project entity for the loaded navigation property to_Project.
|
Constructor and Description |
---|
ProjectCreateFluentHelper(String servicePath,
Project entity)
Deprecated.
Use the constructor
ProjectCreateFluentHelper.ProjectCreateFluentHelper(String, Project,String) instead. |
ProjectCreateFluentHelper(String servicePath,
Project entity,
String entityCollection)
Creates a fluent helper object that will create a
Project entity on the OData
endpoint. |
ProjectUpdateFluentHelper(String servicePath,
Project entity)
Deprecated.
Use the constructor
ProjectUpdateFluentHelper.ProjectUpdateFluentHelper(String, Project,String) instead. |
ProjectUpdateFluentHelper(String servicePath,
Project entity,
String entityCollection)
Creates a fluent helper object that will update a
Project entity 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<WorkPackageFunction> toWorkPackageFunctionSet,
List<Demand> toDemandSet,
List<WorkItem> toWorkItemSet,
Project toProject,
List<EngmntProjRsceDmnd> toResourceDemand) |
Modifier and Type | Method and Description |
---|---|
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.createProject(Project project)
Create a new
Project entity
and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.createProject(Project project)
Create a new
Project entity
and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.updateProject(Project project)
Update an existing
Project
entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.updateProject(Project project)
Update an existing
Project
entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Project> |
ProjectOneToOneLink.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 ProjectLink<ObjectT> |
ProjectLink.translateLinkType(EntityLink<ProjectLink<ObjectT>,Project,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProjectCreateFluentHelper |
CommercialProjectService.createProject(Project project)
Create a new
Project entity
and save it to the S/4HANA system. |
ProjectCreateFluentHelper |
DefaultCommercialProjectService.createProject(Project project) |
ProjectUpdateFluentHelper |
CommercialProjectService.updateProject(Project project)
Update an existing
Project
entity and save it to the S/4HANA system. |
ProjectUpdateFluentHelper |
DefaultCommercialProjectService.updateProject(Project project) |
Copyright © 2021 SAP SE. All rights reserved.