Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Method and Description |
---|---|
Project |
Project.ProjectBuilder.build() |
protected Project |
ProjectUpdateFluentHelper.getEntity()
Project entity object that will be updated in the S/4HANA system. |
protected Project |
ProjectCreateFluentHelper.getEntity()
Project entity object that will be created in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
Class<Project> |
Project.getType() |
Modifier and Type | Method and Description |
---|---|
protected ProjectLink<ObjectT> |
ProjectLink.translateLinkType(EntityLink<ProjectLink<ObjectT>,Project,ObjectT> link) |
Constructor and Description |
---|
ProjectCreateFluentHelper(Project entity) |
ProjectUpdateFluentHelper(Project entity) |
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 © 2018 SAP SE. All rights reserved.