Class DefaultEnterpriseProjectProfileService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultEnterpriseProjectProfileService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,EnterpriseProjectProfileService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultEnterpriseProjectProfileService")
@Deprecated
public class DefaultEnterpriseProjectProfileService
extends Object
implements ServiceWithNavigableEntities, EnterpriseProjectProfileService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to read the project profile code list for enterprise projects. You can use it to make the code list values available for the corresponding Enterprise Project service.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | ENTPROJECTPROFILECODE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Enterprise Project - Project Profile Integration(SAP_COM_0724) |
| Scope Items: | Project Control - Finance(1NT), Project Review(1YF), Project Control - Finance(ONT), Project Review(OYF) |
| Authentication Methods: | x509 |
| Service Group Name: | API_ENTPROJECTPROFILECODE |
| Business Object: | Enterprise Project |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.EnterpriseProjectProfileService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingEnterpriseProjectProfileService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theProjectProfileCodeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProjectProfileCodeTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleProjectProfileCodeentities.Deprecated.Fetch multipleProjectProfileCodeTextentities.getProjectProfileCodeByKey(String projectProfileCode) Deprecated.Fetch a singleProjectProfileCodeentity using key fields.getProjectProfileCodeTextByKey(String language, String projectProfileCode) Deprecated.Fetch a singleProjectProfileCodeTextentity using key fields.Deprecated.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultEnterpriseProjectProfileService
public DefaultEnterpriseProjectProfileService()Deprecated.Creates a service usingEnterpriseProjectProfileService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:EnterpriseProjectProfileServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceEnterpriseProjectProfileService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:EnterpriseProjectProfileServiceCreates a batch request builder object.- Specified by:
batchin interfaceEnterpriseProjectProfileService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllProjectProfileCode
Deprecated.Description copied from interface:EnterpriseProjectProfileServiceFetch multipleProjectProfileCodeentities.- Specified by:
getAllProjectProfileCodein interfaceEnterpriseProjectProfileService- Returns:
- A request builder to fetch multiple
ProjectProfileCodeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countProjectProfileCode
Deprecated.Description copied from interface:EnterpriseProjectProfileServiceFetch the number of entries from theProjectProfileCodeentity collection matching the filter and search expressions.- Specified by:
countProjectProfileCodein interfaceEnterpriseProjectProfileService- Returns:
- A request builder to fetch the count of
ProjectProfileCodeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getProjectProfileCodeByKey
@Nonnull public GetByKeyRequestBuilder<ProjectProfileCode> getProjectProfileCodeByKey(String projectProfileCode) Deprecated.Description copied from interface:EnterpriseProjectProfileServiceFetch a singleProjectProfileCodeentity using key fields.- Specified by:
getProjectProfileCodeByKeyin interfaceEnterpriseProjectProfileService- Parameters:
projectProfileCode- Project ProfileConstraints: Not nullable, Maximum length: 7
- Returns:
- A request builder to fetch a single
ProjectProfileCodeentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllProjectProfileCodeText
Deprecated.Description copied from interface:EnterpriseProjectProfileServiceFetch multipleProjectProfileCodeTextentities.- Specified by:
getAllProjectProfileCodeTextin interfaceEnterpriseProjectProfileService- Returns:
- A request builder to fetch multiple
ProjectProfileCodeTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countProjectProfileCodeText
Deprecated.Description copied from interface:EnterpriseProjectProfileServiceFetch the number of entries from theProjectProfileCodeTextentity collection matching the filter and search expressions.- Specified by:
countProjectProfileCodeTextin interfaceEnterpriseProjectProfileService- Returns:
- A request builder to fetch the count of
ProjectProfileCodeTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getProjectProfileCodeTextByKey
@Nonnull public GetByKeyRequestBuilder<ProjectProfileCodeText> getProjectProfileCodeTextByKey(String language, String projectProfileCode) Deprecated.Description copied from interface:EnterpriseProjectProfileServiceFetch a singleProjectProfileCodeTextentity using key fields.- Specified by:
getProjectProfileCodeTextByKeyin interfaceEnterpriseProjectProfileService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
projectProfileCode- Project ProfileConstraints: Not nullable, Maximum length: 7
- Returns:
- A request builder to fetch a single
ProjectProfileCodeTextentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-