Class DefaultProjectDemandCategoryAndTypeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ProjectDemandCategoryAndTypeService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ProjectDemandCategoryAndTypeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProjectDemandCategoryAndTypeService.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 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.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
-
DefaultProjectDemandCategoryAndTypeService
public DefaultProjectDemandCategoryAndTypeService()Deprecated.Creates a service usingProjectDemandCategoryAndTypeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultProjectDemandCategoryAndTypeService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ProjectDemandCategoryAndTypeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProjectDemandCategoryAndTypeService- 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:ProjectDemandCategoryAndTypeServiceCreates a batch request builder object.- Specified by:
batchin interfaceProjectDemandCategoryAndTypeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllProjectDemandCategory
Deprecated.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch multipleProjectDemandCategoryentities.- Specified by:
getAllProjectDemandCategoryin interfaceProjectDemandCategoryAndTypeService- 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.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch the number of entries from theProjectDemandCategoryentity collection matching the filter and search expressions.- Specified by:
countProjectDemandCategoryin interfaceProjectDemandCategoryAndTypeService- 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 public GetByKeyRequestBuilder<ProjectDemandCategory> getProjectDemandCategoryByKey(String projectDemandCategory) Deprecated.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch a singleProjectDemandCategoryentity using key fields.- Specified by:
getProjectDemandCategoryByKeyin interfaceProjectDemandCategoryAndTypeService- 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.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch multipleProjectDemandCategoryTextentities.- Specified by:
getAllProjectDemandCategoryTextin interfaceProjectDemandCategoryAndTypeService- 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.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch the number of entries from theProjectDemandCategoryTextentity collection matching the filter and search expressions.- Specified by:
countProjectDemandCategoryTextin interfaceProjectDemandCategoryAndTypeService- 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 public GetByKeyRequestBuilder<ProjectDemandCategoryText> getProjectDemandCategoryTextByKey(String language, String projectDemandCategory) Deprecated.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch a singleProjectDemandCategoryTextentity using key fields.- Specified by:
getProjectDemandCategoryTextByKeyin interfaceProjectDemandCategoryAndTypeService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
projectDemandCategory- Project Demand CategoryConstraints: 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.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch multipleProjectDemandTypeentities.- Specified by:
getAllProjectDemandTypein interfaceProjectDemandCategoryAndTypeService- 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.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch the number of entries from theProjectDemandTypeentity collection matching the filter and search expressions.- Specified by:
countProjectDemandTypein interfaceProjectDemandCategoryAndTypeService- 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 public GetByKeyRequestBuilder<ProjectDemandType> getProjectDemandTypeByKey(String projectDemandType) Deprecated.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch a singleProjectDemandTypeentity using key fields.- Specified by:
getProjectDemandTypeByKeyin interfaceProjectDemandCategoryAndTypeService- 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.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch multipleProjectDemandTypeTextentities.- Specified by:
getAllProjectDemandTypeTextin interfaceProjectDemandCategoryAndTypeService- 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.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch the number of entries from theProjectDemandTypeTextentity collection matching the filter and search expressions.- Specified by:
countProjectDemandTypeTextin interfaceProjectDemandCategoryAndTypeService- 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 public GetByKeyRequestBuilder<ProjectDemandTypeText> getProjectDemandTypeTextByKey(String language, String projectDemandType) Deprecated.Description copied from interface:ProjectDemandCategoryAndTypeServiceFetch a singleProjectDemandTypeTextentity using key fields.- Specified by:
getProjectDemandTypeTextByKeyin interfaceProjectDemandCategoryAndTypeService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-