@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultEnterpriseProjectService") @Deprecated public class DefaultEnterpriseProjectService extends Object implements EnterpriseProjectService
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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultEnterpriseProjectService()
Deprecated.
Creates a service using
EnterpriseProjectService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultEnterpriseProjectService()
EnterpriseProjectService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultEnterpriseProjectService withServicePath(@Nonnull String servicePath)
EnterpriseProjectService
withServicePath
in interface EnterpriseProjectService
servicePath
- Service path that will override the default.@Nonnull public DefaultEnterpriseProjectServiceBatch batch()
batch
in interface BatchService<EnterpriseProjectServiceBatch>
@Nonnull public EnterpriseProjBlkFuncFluentHelper getAllEnterpriseProjBlkFunc()
EnterpriseProjectService
EnterpriseProjBlkFunc
entities.getAllEnterpriseProjBlkFunc
in interface EnterpriseProjectService
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 public EnterpriseProjBlkFuncByKeyFluentHelper getEnterpriseProjBlkFuncByKey(UUID projectUUID)
EnterpriseProjectService
EnterpriseProjBlkFunc
entity using key fields.getEnterpriseProjBlkFuncByKey
in interface EnterpriseProjectService
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 public EnterpriseProjBlkFuncCreateFluentHelper createEnterpriseProjBlkFunc(@Nonnull EnterpriseProjBlkFunc enterpriseProjBlkFunc)
EnterpriseProjectService
EnterpriseProjBlkFunc
entity and save it to the S/4HANA system.createEnterpriseProjBlkFunc
in interface EnterpriseProjectService
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 public EnterpriseProjBlkFuncUpdateFluentHelper updateEnterpriseProjBlkFunc(@Nonnull EnterpriseProjBlkFunc enterpriseProjBlkFunc)
EnterpriseProjectService
EnterpriseProjBlkFunc
entity and save it to the S/4HANA system.updateEnterpriseProjBlkFunc
in interface EnterpriseProjectService
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 public EnterpriseProjectFluentHelper getAllEnterpriseProject()
EnterpriseProjectService
EnterpriseProject
entities.getAllEnterpriseProject
in interface EnterpriseProjectService
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 public EnterpriseProjectByKeyFluentHelper getEnterpriseProjectByKey(UUID projectUUID)
EnterpriseProjectService
EnterpriseProject
entity using key fields.getEnterpriseProjectByKey
in interface EnterpriseProjectService
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 public EnterpriseProjectCreateFluentHelper createEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject)
EnterpriseProjectService
EnterpriseProject
entity and save it to the S/4HANA system.createEnterpriseProject
in interface EnterpriseProjectService
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 public EnterpriseProjectUpdateFluentHelper updateEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject)
EnterpriseProjectService
EnterpriseProject
entity and save it to the S/4HANA system.updateEnterpriseProject
in interface EnterpriseProjectService
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 public EnterpriseProjectDeleteFluentHelper deleteEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject)
EnterpriseProjectService
EnterpriseProject
entity in the S/4HANA system.deleteEnterpriseProject
in interface EnterpriseProjectService
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 public EnterpriseProjectElementFluentHelper getAllEnterpriseProjectElement()
EnterpriseProjectService
EnterpriseProjectElement
entities.getAllEnterpriseProjectElement
in interface EnterpriseProjectService
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 public EnterpriseProjectElementByKeyFluentHelper getEnterpriseProjectElementByKey(UUID projectElementUUID)
EnterpriseProjectService
EnterpriseProjectElement
entity using key fields.getEnterpriseProjectElementByKey
in interface EnterpriseProjectService
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 public EnterpriseProjectElementCreateFluentHelper createEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement)
EnterpriseProjectService
EnterpriseProjectElement
entity and save it to the S/4HANA system.createEnterpriseProjectElement
in interface EnterpriseProjectService
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 public EnterpriseProjectElementUpdateFluentHelper updateEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement)
EnterpriseProjectService
EnterpriseProjectElement
entity and save it to the S/4HANA system.updateEnterpriseProjectElement
in interface EnterpriseProjectService
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 public EnterpriseProjectElementDeleteFluentHelper deleteEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement)
EnterpriseProjectService
EnterpriseProjectElement
entity in the S/4HANA system.deleteEnterpriseProjectElement
in interface EnterpriseProjectService
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 public EntProjectElmntPublicSectorFluentHelper getAllEntProjectElmntPublicSector()
EnterpriseProjectService
EntProjectElmntPublicSector
entities.getAllEntProjectElmntPublicSector
in interface EnterpriseProjectService
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 public EntProjectElmntPublicSectorByKeyFluentHelper getEntProjectElmntPublicSectorByKey(UUID projectElementUUID)
EnterpriseProjectService
EntProjectElmntPublicSector
entity using key fields.getEntProjectElmntPublicSectorByKey
in interface EnterpriseProjectService
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 public EntProjectElmntPublicSectorUpdateFluentHelper updateEntProjectElmntPublicSector(@Nonnull EntProjectElmntPublicSector entProjectElmntPublicSector)
EnterpriseProjectService
EntProjectElmntPublicSector
entity and save it to the S/4HANA system.updateEntProjectElmntPublicSector
in interface EnterpriseProjectService
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 public EntProjectPublicSectorFluentHelper getAllEntProjectPublicSector()
EnterpriseProjectService
EntProjectPublicSector
entities.getAllEntProjectPublicSector
in interface EnterpriseProjectService
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 public EntProjectPublicSectorByKeyFluentHelper getEntProjectPublicSectorByKey(UUID projectUUID)
EnterpriseProjectService
EntProjectPublicSector
entity using key fields.getEntProjectPublicSectorByKey
in interface EnterpriseProjectService
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 public EntProjectPublicSectorUpdateFluentHelper updateEntProjectPublicSector(@Nonnull EntProjectPublicSector entProjectPublicSector)
EnterpriseProjectService
EntProjectPublicSector
entity and save it to the S/4HANA system.updateEntProjectPublicSector
in interface EnterpriseProjectService
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 public EntProjElmntBlockFuncFluentHelper getAllEntProjElmntBlockFunc()
EnterpriseProjectService
EntProjElmntBlockFunc
entities.getAllEntProjElmntBlockFunc
in interface EnterpriseProjectService
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 public EntProjElmntBlockFuncByKeyFluentHelper getEntProjElmntBlockFuncByKey(UUID projectElementUUID)
EnterpriseProjectService
EntProjElmntBlockFunc
entity using key fields.getEntProjElmntBlockFuncByKey
in interface EnterpriseProjectService
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 public EntProjElmntBlockFuncCreateFluentHelper createEntProjElmntBlockFunc(@Nonnull EntProjElmntBlockFunc entProjElmntBlockFunc)
EnterpriseProjectService
EntProjElmntBlockFunc
entity and save it to the S/4HANA system.createEntProjElmntBlockFunc
in interface EnterpriseProjectService
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 public EntProjElmntBlockFuncUpdateFluentHelper updateEntProjElmntBlockFunc(@Nonnull EntProjElmntBlockFunc entProjElmntBlockFunc)
EnterpriseProjectService
EntProjElmntBlockFunc
entity and save it to the S/4HANA system.updateEntProjElmntBlockFunc
in interface EnterpriseProjectService
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 public SetProcessingStatusFluentHelper setProcessingStatus(@Nonnull UUID projectUUID, @Nullable String processingStatus)
EnterpriseProjectService
Creates a fluent helper for the SetProcessingStatus OData function import.
setProcessingStatus
in interface EnterpriseProjectService
projectUUID
- Entity GUID
Constraints: none
Original parameter name from the Odata EDM: ProjectUUID
processingStatus
- Processing Status
Constraints: Nullable, Maximum length: 2
Original parameter name from the Odata EDM: ProcessingStatus
execute
method on the fluent helper object.@Nonnull public SetProjElemProcessingStatusFluentHelper setProjElemProcessingStatus(@Nonnull UUID projectElementUUID, @Nullable String processingStatus)
EnterpriseProjectService
Creates a fluent helper for the SetProjElemProcessingStatus OData function import.
setProjElemProcessingStatus
in interface EnterpriseProjectService
projectElementUUID
- Entity GUID
Constraints: none
Original parameter name from the Odata EDM: ProjectElementUUID
processingStatus
- Processing Status
Constraints: Nullable, Maximum length: 2
Original parameter name from the Odata EDM: ProcessingStatus
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.