Interface ProjectDemandCategoryAndTypeService
- All Known Implementing Classes:
DefaultProjectDemandCategoryAndTypeService
This service enables you to read project demand categories and types along with their descriptions. You can use this service, for example, to retrieve supported values for the corresponding fields in the **Project Demand** entity of the **Project Demand** API, or to make the descriptions of the categories and types available for your custom application..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_PROJECTDEMANDCATEGORY_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Project Demand Category and Type Integration(SAP_COM_0925) |
| Scope Items: | Project Control - Resourcing and Procurement(4RF), Project Control - Resourcing and Procurement(PRF) |
| Authentication Methods: | x509 |
| Service Group Name: | API_PROJECTDEMANDCATEGORY |
| Business Object: | Project Demand |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theProjectDemandCategoryentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProjectDemandCategoryTextentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProjectDemandTypeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProjectDemandTypeTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleProjectDemandCategoryentities.Deprecated.Fetch multipleProjectDemandCategoryTextentities.Deprecated.Fetch multipleProjectDemandTypeentities.Deprecated.Fetch multipleProjectDemandTypeTextentities.getProjectDemandCategoryByKey(String projectDemandCategory) Deprecated.Fetch a singleProjectDemandCategoryentity using key fields.getProjectDemandCategoryTextByKey(String language, String projectDemandCategory) Deprecated.Fetch a singleProjectDemandCategoryTextentity using key fields.getProjectDemandTypeByKey(String projectDemandType) Deprecated.Fetch a singleProjectDemandTypeentity using key fields.getProjectDemandTypeTextByKey(String language, String projectDemandType) Deprecated.Fetch a singleProjectDemandTypeTextentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllProjectDemandCategory
Deprecated.Fetch multipleProjectDemandCategoryentities.- Returns:
- A request builder to fetch multiple
ProjectDemandCategoryentities. 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.
-
countProjectDemandCategory
Deprecated.Fetch the number of entries from theProjectDemandCategoryentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ProjectDemandCategoryentities. 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.
-
getProjectDemandCategoryByKey
@Nonnull GetByKeyRequestBuilder<ProjectDemandCategory> getProjectDemandCategoryByKey(String projectDemandCategory) Deprecated.Fetch a singleProjectDemandCategoryentity using key fields.- Parameters:
projectDemandCategory- Project Demand CategoryConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
ProjectDemandCategoryentity 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.
-
getAllProjectDemandCategoryText
Deprecated.Fetch multipleProjectDemandCategoryTextentities.- Returns:
- A request builder to fetch multiple
ProjectDemandCategoryTextentities. 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.
-
countProjectDemandCategoryText
Deprecated.Fetch the number of entries from theProjectDemandCategoryTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ProjectDemandCategoryTextentities. 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.
-
getProjectDemandCategoryTextByKey
@Nonnull GetByKeyRequestBuilder<ProjectDemandCategoryText> getProjectDemandCategoryTextByKey(String language, String projectDemandCategory) Deprecated.Fetch a singleProjectDemandCategoryTextentity using key fields.- Parameters:
projectDemandCategory- Project Demand CategoryConstraints: Not nullable, Maximum length: 2
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
ProjectDemandCategoryTextentity 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.
-
getAllProjectDemandType
Deprecated.Fetch multipleProjectDemandTypeentities.- Returns:
- A request builder to fetch multiple
ProjectDemandTypeentities. 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.
-
countProjectDemandType
Deprecated.Fetch the number of entries from theProjectDemandTypeentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ProjectDemandTypeentities. 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.
-
getProjectDemandTypeByKey
@Nonnull GetByKeyRequestBuilder<ProjectDemandType> getProjectDemandTypeByKey(String projectDemandType) Deprecated.Fetch a singleProjectDemandTypeentity using key fields.- Parameters:
projectDemandType- Project Demand TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
ProjectDemandTypeentity 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.
-
getAllProjectDemandTypeText
Deprecated.Fetch multipleProjectDemandTypeTextentities.- Returns:
- A request builder to fetch multiple
ProjectDemandTypeTextentities. 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.
-
countProjectDemandTypeText
Deprecated.Fetch the number of entries from theProjectDemandTypeTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ProjectDemandTypeTextentities. 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.
-
getProjectDemandTypeTextByKey
@Nonnull GetByKeyRequestBuilder<ProjectDemandTypeText> getProjectDemandTypeTextByKey(String language, String projectDemandType) Deprecated.Fetch a singleProjectDemandTypeTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
projectDemandType- Project Demand TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
ProjectDemandTypeTextentity 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.
-