public interface EnterpriseProjectService extends BatchService<EnterpriseProjectServiceBatch>
This service enables you to read, create, update and delete the project definition and to read the project elements of enterprise projects.
Reference: SAP API Business Hub
OData Service: | API_ENTERPRISE_PROJECT_SRV |
API Version: | 1 |
Communication Scenario: | Enterprise Project - Create, Read, Update, Delete Integration (SAP_COM_0308) |
Scope Items: | Project Financial Control (1NT), Project Review (1YF) |
Authentication Methods: | Basic, x509 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull EnterpriseProjectService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull EnterpriseProjectFluentHelper getAllEnterpriseProject()
EnterpriseProject
entities.EnterpriseProject
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectByKeyFluentHelper getEnterpriseProjectByKey(UUID projectUUID)
EnterpriseProject
entity using key fields.projectUUID
- Entity Guid
Constraints: Not nullable
EnterpriseProject
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectCreateFluentHelper createEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject)
EnterpriseProject
entity and save it to the S/4HANA system.enterpriseProject
- EnterpriseProject
entity object that will be created in the S/4HANA system.EnterpriseProject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectUpdateFluentHelper updateEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject)
EnterpriseProject
entity and save it to the S/4HANA system.enterpriseProject
- EnterpriseProject
entity object that will be updated in the S/4HANA system.EnterpriseProject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectDeleteFluentHelper deleteEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject)
EnterpriseProject
entity in the S/4HANA system.enterpriseProject
- EnterpriseProject
entity object that will be deleted in the S/4HANA system.EnterpriseProject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectElementFluentHelper getAllEnterpriseProjectElement()
EnterpriseProjectElement
entities.EnterpriseProjectElement
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectElementByKeyFluentHelper getEnterpriseProjectElementByKey(UUID projectElementUUID)
EnterpriseProjectElement
entity using key fields.projectElementUUID
- Entity Guid
Constraints: Not nullable
EnterpriseProjectElement
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectElementCreateFluentHelper createEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement)
EnterpriseProjectElement
entity and save it to the S/4HANA system.enterpriseProjectElement
- EnterpriseProjectElement
entity object that will be created in the S/4HANA system.EnterpriseProjectElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectElementUpdateFluentHelper updateEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement)
EnterpriseProjectElement
entity and save it to the S/4HANA system.enterpriseProjectElement
- EnterpriseProjectElement
entity object that will be updated in the S/4HANA system.EnterpriseProjectElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectElementDeleteFluentHelper deleteEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement)
EnterpriseProjectElement
entity in the S/4HANA system.enterpriseProjectElement
- EnterpriseProjectElement
entity object that will be deleted in the S/4HANA system.EnterpriseProjectElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectJVAFluentHelper getAllEnterpriseProjectJVA()
EnterpriseProjectJVA
entities.EnterpriseProjectJVA
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectJVAByKeyFluentHelper getEnterpriseProjectJVAByKey(UUID projectUUID)
EnterpriseProjectJVA
entity using key fields.projectUUID
- Entity Guid
Constraints: Not nullable
EnterpriseProjectJVA
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectJVAUpdateFluentHelper updateEnterpriseProjectJVA(@Nonnull EnterpriseProjectJVA enterpriseProjectJVA)
EnterpriseProjectJVA
entity and save it to the S/4HANA system.enterpriseProjectJVA
- EnterpriseProjectJVA
entity object that will be updated in the S/4HANA system.EnterpriseProjectJVA
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectElementJVAFluentHelper getAllEntProjectElementJVA()
EntProjectElementJVA
entities.EntProjectElementJVA
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectElementJVAByKeyFluentHelper getEntProjectElementJVAByKey(UUID projectElementUUID)
EntProjectElementJVA
entity using key fields.projectElementUUID
- Entity Guid
Constraints: Not nullable
EntProjectElementJVA
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectElementJVAUpdateFluentHelper updateEntProjectElementJVA(@Nonnull EntProjectElementJVA entProjectElementJVA)
EntProjectElementJVA
entity and save it to the S/4HANA system.entProjectElementJVA
- EntProjectElementJVA
entity object that will be updated in the S/4HANA system.EntProjectElementJVA
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SetProcessingStatusFluentHelper setProcessingStatus(UUID projectUUID, String processingStatus)
Creates a fluent helper for the SetProcessingStatus OData function import.
processingStatus
- Processing Status
Constraints: Nullable, Maximum length: 2
Original parameter name from the Odata EDM: ProcessingStatus
projectUUID
- Entity GUID
Constraints: none
Original parameter name from the Odata EDM: ProjectUUID
execute
method on the fluent helper object.@Nonnull SetProjElemProcessingStatusFluentHelper setProjElemProcessingStatus(UUID projectElementUUID, String processingStatus)
Creates a fluent helper for the SetProjElemProcessingStatus OData function import.
processingStatus
- Processing Status
Constraints: Nullable, Maximum length: 2
Original parameter name from the Odata EDM: ProcessingStatus
projectElementUUID
- Entity GUID
Constraints: none
Original parameter name from the Odata EDM: ProjectElementUUID
execute
method on the fluent helper object.Copyright © 2019 SAP SE. All rights reserved.