Modifier and Type | Method and Description |
---|---|
Project |
Project.ProjectBuilder.build() |
protected Project |
ProjectUpdateFluentHelper.getEntity() |
protected Project |
ProjectCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<Project> |
ProjectByKeyFluentHelper.getEntityClass() |
protected Class<Project> |
ProjectFluentHelper.getEntityClass() |
Class<Project> |
Project.getType() |
Constructor and Description |
---|
ProjectCreateFluentHelper(String servicePath,
Project entity)
Creates a fluent helper object that will create a
Project entity on the OData
endpoint. |
ProjectUpdateFluentHelper(String servicePath,
Project entity)
Creates a fluent helper object that will update a
Project entity on the OData
endpoint. |
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 © 2020 SAP SE. All rights reserved.