public interface EnterpriseProjectService extends BatchService<EnterpriseProjectServiceBatch>
This service enables you to create, read, update or delete the project definition or the project elements of enterprise projects. The service is based on the OData protocol and can be consumed by apps and other user interfaces..
Reference: SAP API Business Hub
OData Service: | API_ENTERPRISE_PROJECT_SRV |
API Version: | 1 |
Communication Scenario: | Enterprise Project Integration (SAP_COM_0308) |
Scope Items: | Project Financial Control (1NT), Project Review (1YF), Project Financial Control (ONT) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | EnterpriseProject |
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 EnterpriseProjBlkFuncFluentHelper getAllEnterpriseProjBlkFunc()
EnterpriseProjBlkFunc
entities.EnterpriseProjBlkFunc
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 EnterpriseProjBlkFuncByKeyFluentHelper getEnterpriseProjBlkFuncByKey(UUID projectUUID)
EnterpriseProjBlkFunc
entity using key fields.projectUUID
- Entity Guid
Constraints: Not nullable
EnterpriseProjBlkFunc
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 EnterpriseProjBlkFuncCreateFluentHelper createEnterpriseProjBlkFunc(@Nonnull EnterpriseProjBlkFunc enterpriseProjBlkFunc)
EnterpriseProjBlkFunc
entity and save it to the S/4HANA system.enterpriseProjBlkFunc
- EnterpriseProjBlkFunc
entity object that will be created in the S/4HANA system.EnterpriseProjBlkFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjBlkFuncUpdateFluentHelper updateEnterpriseProjBlkFunc(@Nonnull EnterpriseProjBlkFunc enterpriseProjBlkFunc)
EnterpriseProjBlkFunc
entity and save it to the S/4HANA system.enterpriseProjBlkFunc
- EnterpriseProjBlkFunc
entity object that will be updated in the S/4HANA system.EnterpriseProjBlkFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@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 EntProjectElmntPublicSectorFluentHelper getAllEntProjectElmntPublicSector()
EntProjectElmntPublicSector
entities.EntProjectElmntPublicSector
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 EntProjectElmntPublicSectorByKeyFluentHelper getEntProjectElmntPublicSectorByKey(UUID projectElementUUID)
EntProjectElmntPublicSector
entity using key fields.projectElementUUID
- Entity Guid
Constraints: Not nullable
EntProjectElmntPublicSector
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 EntProjectElmntPublicSectorUpdateFluentHelper updateEntProjectElmntPublicSector(@Nonnull EntProjectElmntPublicSector entProjectElmntPublicSector)
EntProjectElmntPublicSector
entity and save it to the S/4HANA system.entProjectElmntPublicSector
- EntProjectElmntPublicSector
entity object that will be updated in the S/4HANA system.EntProjectElmntPublicSector
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectPublicSectorFluentHelper getAllEntProjectPublicSector()
EntProjectPublicSector
entities.EntProjectPublicSector
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 EntProjectPublicSectorByKeyFluentHelper getEntProjectPublicSectorByKey(UUID projectUUID)
EntProjectPublicSector
entity using key fields.projectUUID
- Entity Guid
Constraints: Not nullable
EntProjectPublicSector
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 EntProjectPublicSectorUpdateFluentHelper updateEntProjectPublicSector(@Nonnull EntProjectPublicSector entProjectPublicSector)
EntProjectPublicSector
entity and save it to the S/4HANA system.entProjectPublicSector
- EntProjectPublicSector
entity object that will be updated in the S/4HANA system.EntProjectPublicSector
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjElmntBlockFuncFluentHelper getAllEntProjElmntBlockFunc()
EntProjElmntBlockFunc
entities.EntProjElmntBlockFunc
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 EntProjElmntBlockFuncByKeyFluentHelper getEntProjElmntBlockFuncByKey(UUID projectElementUUID)
EntProjElmntBlockFunc
entity using key fields.projectElementUUID
- Entity Guid
Constraints: Not nullable
EntProjElmntBlockFunc
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 EntProjElmntBlockFuncCreateFluentHelper createEntProjElmntBlockFunc(@Nonnull EntProjElmntBlockFunc entProjElmntBlockFunc)
EntProjElmntBlockFunc
entity and save it to the S/4HANA system.entProjElmntBlockFunc
- EntProjElmntBlockFunc
entity object that will be created in the S/4HANA system.EntProjElmntBlockFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjElmntBlockFuncUpdateFluentHelper updateEntProjElmntBlockFunc(@Nonnull EntProjElmntBlockFunc entProjElmntBlockFunc)
EntProjElmntBlockFunc
entity and save it to the S/4HANA system.entProjElmntBlockFunc
- EntProjElmntBlockFunc
entity object that will be updated in the S/4HANA system.EntProjElmntBlockFunc
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 © 2020 SAP SE. All rights reserved.