Interface ProjectDemandCategoryAndTypeService

All Known Implementing Classes:
DefaultProjectDemandCategoryAndTypeService

@Deprecated public interface ProjectDemandCategoryAndTypeService
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 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..

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull ProjectDemandCategoryAndTypeService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllProjectDemandCategory

      @Nonnull GetAllRequestBuilder<ProjectDemandCategory> getAllProjectDemandCategory()
      Deprecated.
      Fetch multiple ProjectDemandCategory entities.
      Returns:
      A request builder to fetch multiple ProjectDemandCategory entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProjectDemandCategory

      @Nonnull CountRequestBuilder<ProjectDemandCategory> countProjectDemandCategory()
      Deprecated.
      Fetch the number of entries from the ProjectDemandCategory entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ProjectDemandCategory entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProjectDemandCategoryByKey

      @Nonnull GetByKeyRequestBuilder<ProjectDemandCategory> getProjectDemandCategoryByKey(String projectDemandCategory)
      Deprecated.
      Fetch a single ProjectDemandCategory entity using key fields.
      Parameters:
      projectDemandCategory - Project Demand Category

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single ProjectDemandCategory entity 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 the execute method on the request builder object.
    • getAllProjectDemandCategoryText

      @Nonnull GetAllRequestBuilder<ProjectDemandCategoryText> getAllProjectDemandCategoryText()
      Deprecated.
      Fetch multiple ProjectDemandCategoryText entities.
      Returns:
      A request builder to fetch multiple ProjectDemandCategoryText entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProjectDemandCategoryText

      @Nonnull CountRequestBuilder<ProjectDemandCategoryText> countProjectDemandCategoryText()
      Deprecated.
      Fetch the number of entries from the ProjectDemandCategoryText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ProjectDemandCategoryText entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProjectDemandCategoryTextByKey

      @Nonnull GetByKeyRequestBuilder<ProjectDemandCategoryText> getProjectDemandCategoryTextByKey(String language, String projectDemandCategory)
      Deprecated.
      Fetch a single ProjectDemandCategoryText entity using key fields.
      Parameters:
      projectDemandCategory - Project Demand Category

      Constraints: Not nullable, Maximum length: 2

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single ProjectDemandCategoryText entity 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 the execute method on the request builder object.
    • getAllProjectDemandType

      @Nonnull GetAllRequestBuilder<ProjectDemandType> getAllProjectDemandType()
      Deprecated.
      Fetch multiple ProjectDemandType entities.
      Returns:
      A request builder to fetch multiple ProjectDemandType entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProjectDemandType

      @Nonnull CountRequestBuilder<ProjectDemandType> countProjectDemandType()
      Deprecated.
      Fetch the number of entries from the ProjectDemandType entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ProjectDemandType entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProjectDemandTypeByKey

      @Nonnull GetByKeyRequestBuilder<ProjectDemandType> getProjectDemandTypeByKey(String projectDemandType)
      Deprecated.
      Fetch a single ProjectDemandType entity using key fields.
      Parameters:
      projectDemandType - Project Demand Type

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single ProjectDemandType entity 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 the execute method on the request builder object.
    • getAllProjectDemandTypeText

      @Nonnull GetAllRequestBuilder<ProjectDemandTypeText> getAllProjectDemandTypeText()
      Deprecated.
      Fetch multiple ProjectDemandTypeText entities.
      Returns:
      A request builder to fetch multiple ProjectDemandTypeText entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProjectDemandTypeText

      @Nonnull CountRequestBuilder<ProjectDemandTypeText> countProjectDemandTypeText()
      Deprecated.
      Fetch the number of entries from the ProjectDemandTypeText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ProjectDemandTypeText entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProjectDemandTypeTextByKey

      @Nonnull GetByKeyRequestBuilder<ProjectDemandTypeText> getProjectDemandTypeTextByKey(String language, String projectDemandType)
      Deprecated.
      Fetch a single ProjectDemandTypeText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      projectDemandType - Project Demand Type

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single ProjectDemandTypeText entity 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 the execute method on the request builder object.