Interface ResponsibilityManagementTeamService

All Known Implementing Classes:
DefaultResponsibilityManagementTeamService

@Deprecated public interface ResponsibilityManagementTeamService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

You can read team headers, team owners, responsibility definitions, team members, and the functions assigned to team members. Each of these entities supports filtering of their properties and the properties of their associations. If you have any problems trying to read these entities because of authorizations or the given filter criteria, the system displays error messages in the response. **Recommendation**: A new version of this API is available. Only use the version 2 of this API. Do not use version 1 as this version will be deprecated soon..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_RESPYM_TEAM_SRV_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Responsibility Management Team Integration(SAP_COM_0560)
Scope Items: Responsibility Management(1NJ)
Authentication Methods: x509
Service Group Name: API_RESPYMGMT_TEAM_SRV
Business Object: Responsibility Management Team
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ResponsibilityManagementTeamService 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.
    • getAllTeamAttributes

      @Nonnull GetAllRequestBuilder<TeamAttributes> getAllTeamAttributes()
      Deprecated.
      Fetch multiple TeamAttributes entities.
      Returns:
      A request builder to fetch multiple TeamAttributes 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.
    • countTeamAttributes

      @Nonnull CountRequestBuilder<TeamAttributes> countTeamAttributes()
      Deprecated.
      Fetch the number of entries from the TeamAttributes entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of TeamAttributes 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.
    • getTeamAttributesByKey

      @Nonnull GetByKeyRequestBuilder<TeamAttributes> getTeamAttributesByKey(String respyMgmtGlobalTeamID, String respyMgmtAttributeName, String respyMgmtAttributeSign, String respyMgmtAttributeOption, String respyMgmtAttributeLowValue, String respyMgmtAttributeHighValue)
      Deprecated.
      Fetch a single TeamAttributes entity using key fields.
      Parameters:
      respyMgmtGlobalTeamID - Global Team ID in Responsibility Mgmt.

      Constraints: Not nullable, Maximum length: 40

      respyMgmtAttributeSign - Type of SIGN component in row type of a Ranges type

      Constraints: Not nullable, Maximum length: 1

      respyMgmtAttributeName - Responsibility Definition Name

      Constraints: Not nullable, Maximum length: 30

      respyMgmtAttributeHighValue - End Value of Selection Criteria

      Constraints: Not nullable, Maximum length: 50

      respyMgmtAttributeOption - Type of OPTION component in row type of a Ranges type

      Constraints: Not nullable, Maximum length: 2

      respyMgmtAttributeLowValue - Start Value of Selection Criteria

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A request builder to fetch a single TeamAttributes 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.
    • getAllTeamCategories

      @Nonnull GetAllRequestBuilder<TeamCategories> getAllTeamCategories()
      Deprecated.
      Fetch multiple TeamCategories entities.
      Returns:
      A request builder to fetch multiple TeamCategories 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.
    • countTeamCategories

      @Nonnull CountRequestBuilder<TeamCategories> countTeamCategories()
      Deprecated.
      Fetch the number of entries from the TeamCategories entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of TeamCategories 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.
    • getTeamCategoriesByKey

      @Nonnull GetByKeyRequestBuilder<TeamCategories> getTeamCategoriesByKey(String respyMgmtTeamCategory)
      Deprecated.
      Fetch a single TeamCategories entity using key fields.
      Parameters:
      respyMgmtTeamCategory - Team Category

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single TeamCategories 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.
    • getAllTeamCategoryTexts

      @Nonnull GetAllRequestBuilder<TeamCategoryTexts> getAllTeamCategoryTexts()
      Deprecated.
      Fetch multiple TeamCategoryTexts entities.
      Returns:
      A request builder to fetch multiple TeamCategoryTexts 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.
    • countTeamCategoryTexts

      @Nonnull CountRequestBuilder<TeamCategoryTexts> countTeamCategoryTexts()
      Deprecated.
      Fetch the number of entries from the TeamCategoryTexts entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of TeamCategoryTexts 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.
    • getTeamCategoryTextsByKey

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

      Constraints: Not nullable, Maximum length: 2

      respyMgmtTeamCategory - Team Category

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single TeamCategoryTexts 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.
    • getAllTeamHeaders

      @Nonnull GetAllRequestBuilder<TeamHeaders> getAllTeamHeaders()
      Deprecated.
      Fetch multiple TeamHeaders entities.
      Returns:
      A request builder to fetch multiple TeamHeaders 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.
    • countTeamHeaders

      @Nonnull CountRequestBuilder<TeamHeaders> countTeamHeaders()
      Deprecated.
      Fetch the number of entries from the TeamHeaders entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of TeamHeaders 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.
    • getTeamHeadersByKey

      @Nonnull GetByKeyRequestBuilder<TeamHeaders> getTeamHeadersByKey(String respyMgmtGlobalTeamID)
      Deprecated.
      Fetch a single TeamHeaders entity using key fields.
      Parameters:
      respyMgmtGlobalTeamID - Global Team ID in Responsibility Mgmt.

      Constraints: Not nullable, Maximum length: 40

      Returns:
      A request builder to fetch a single TeamHeaders 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.
    • getAllTeamMemberFunctions

      @Nonnull GetAllRequestBuilder<TeamMemberFunctions> getAllTeamMemberFunctions()
      Deprecated.
      Fetch multiple TeamMemberFunctions entities.
      Returns:
      A request builder to fetch multiple TeamMemberFunctions 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.
    • countTeamMemberFunctions

      @Nonnull CountRequestBuilder<TeamMemberFunctions> countTeamMemberFunctions()
      Deprecated.
      Fetch the number of entries from the TeamMemberFunctions entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of TeamMemberFunctions 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.
    • getTeamMemberFunctionsByKey

      @Nonnull GetByKeyRequestBuilder<TeamMemberFunctions> getTeamMemberFunctionsByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember, String respyMgmtFunction)
      Deprecated.
      Fetch a single TeamMemberFunctions entity using key fields.
      Parameters:
      respyMgmtGlobalTeamID - Global Team ID in Responsibility Mgmt.

      Constraints: Not nullable, Maximum length: 40

      respyMgmtTeamMemberType - Component of the Version Number

      Constraints: Not nullable, Maximum length: 2

      responsibilityTeamMember - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      respyMgmtFunction - Function

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single TeamMemberFunctions 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.
    • getAllTeamMembers

      @Nonnull GetAllRequestBuilder<TeamMembers> getAllTeamMembers()
      Deprecated.
      Fetch multiple TeamMembers entities.
      Returns:
      A request builder to fetch multiple TeamMembers 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.
    • countTeamMembers

      @Nonnull CountRequestBuilder<TeamMembers> countTeamMembers()
      Deprecated.
      Fetch the number of entries from the TeamMembers entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of TeamMembers 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.
    • getTeamMembersByKey

      @Nonnull GetByKeyRequestBuilder<TeamMembers> getTeamMembersByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember)
      Deprecated.
      Fetch a single TeamMembers entity using key fields.
      Parameters:
      respyMgmtGlobalTeamID - Global Team ID in Responsibility Mgmt.

      Constraints: Not nullable, Maximum length: 40

      respyMgmtTeamMemberType - Team Member Type

      Constraints: Not nullable, Maximum length: 2

      responsibilityTeamMember - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single TeamMembers 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.
    • getAllTeamOwners

      @Nonnull GetAllRequestBuilder<TeamOwners> getAllTeamOwners()
      Deprecated.
      Fetch multiple TeamOwners entities.
      Returns:
      A request builder to fetch multiple TeamOwners 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.
    • countTeamOwners

      @Nonnull CountRequestBuilder<TeamOwners> countTeamOwners()
      Deprecated.
      Fetch the number of entries from the TeamOwners entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of TeamOwners 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.
    • getTeamOwnersByKey

      @Nonnull GetByKeyRequestBuilder<TeamOwners> getTeamOwnersByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamOwnerType, String responsibilityTeamOwner)
      Deprecated.
      Fetch a single TeamOwners entity using key fields.
      Parameters:
      respyMgmtGlobalTeamID - Global Team ID in Responsibility Mgmt.

      Constraints: Not nullable, Maximum length: 40

      responsibilityTeamOwner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      respyMgmtTeamOwnerType - Team Owner Type

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single TeamOwners 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.
    • getAllTeamStatusTexts

      @Nonnull GetAllRequestBuilder<TeamStatusTexts> getAllTeamStatusTexts()
      Deprecated.
      Fetch multiple TeamStatusTexts entities.
      Returns:
      A request builder to fetch multiple TeamStatusTexts 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.
    • countTeamStatusTexts

      @Nonnull CountRequestBuilder<TeamStatusTexts> countTeamStatusTexts()
      Deprecated.
      Fetch the number of entries from the TeamStatusTexts entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of TeamStatusTexts 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.
    • getTeamStatusTextsByKey

      @Nonnull GetByKeyRequestBuilder<TeamStatusTexts> getTeamStatusTextsByKey(String respyMgmtTeamStatus, String language)
      Deprecated.
      Fetch a single TeamStatusTexts entity using key fields.
      Parameters:
      respyMgmtTeamStatus - Values for Domains: Single Value/Lower Limit

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single TeamStatusTexts 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.
    • getAllTeamTypes

      @Nonnull GetAllRequestBuilder<TeamTypes> getAllTeamTypes()
      Deprecated.
      Fetch multiple TeamTypes entities.
      Returns:
      A request builder to fetch multiple TeamTypes 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.
    • countTeamTypes

      @Nonnull CountRequestBuilder<TeamTypes> countTeamTypes()
      Deprecated.
      Fetch the number of entries from the TeamTypes entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of TeamTypes 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.
    • getTeamTypesByKey

      @Nonnull GetByKeyRequestBuilder<TeamTypes> getTeamTypesByKey(String respyMgmtTeamType)
      Deprecated.
      Fetch a single TeamTypes entity using key fields.
      Parameters:
      respyMgmtTeamType - Team Type

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single TeamTypes 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.
    • getAllTeamTypeTexts

      @Nonnull GetAllRequestBuilder<TeamTypeTexts> getAllTeamTypeTexts()
      Deprecated.
      Fetch multiple TeamTypeTexts entities.
      Returns:
      A request builder to fetch multiple TeamTypeTexts 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.
    • countTeamTypeTexts

      @Nonnull CountRequestBuilder<TeamTypeTexts> countTeamTypeTexts()
      Deprecated.
      Fetch the number of entries from the TeamTypeTexts entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of TeamTypeTexts 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.
    • getTeamTypeTextsByKey

      @Nonnull GetByKeyRequestBuilder<TeamTypeTexts> getTeamTypeTextsByKey(String respyMgmtTeamType, String language)
      Deprecated.
      Fetch a single TeamTypeTexts entity using key fields.
      Parameters:
      respyMgmtTeamType - Team Type

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single TeamTypeTexts 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.