Interface ResponsibilityManagementTeamsV2Service

All Known Implementing Classes:
DefaultResponsibilityManagementTeamsV2Service

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

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_API_RESPYM_TEAM_SRV_0002
API Version: 2.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 ResponsibilityManagementTeamsV2Service 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<RespyMgmtTeamAttribute> getAllTeamAttributes()
      Deprecated.
      Fetch multiple RespyMgmtTeamAttribute entities.
      Returns:
      A request builder to fetch multiple RespyMgmtTeamAttribute 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<RespyMgmtTeamAttribute> countTeamAttributes()
      Deprecated.
      Fetch the number of entries from the RespyMgmtTeamAttribute entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of RespyMgmtTeamAttribute 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<RespyMgmtTeamAttribute> getTeamAttributesByKey(String respyMgmtGlobalTeamID, String respyMgmtAttributeName, String respyMgmtAttributeSign, String respyMgmtAttributeOption, String respyMgmtAttributeLowValue, String respyMgmtAttributeHighValue)
      Deprecated.
      Fetch a single RespyMgmtTeamAttribute 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 RespyMgmtTeamAttribute 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<RespyMgmtTeamCategory> getAllTeamCategories()
      Deprecated.
      Fetch multiple RespyMgmtTeamCategory entities.
      Returns:
      A request builder to fetch multiple RespyMgmtTeamCategory 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<RespyMgmtTeamCategory> countTeamCategories()
      Deprecated.
      Fetch the number of entries from the RespyMgmtTeamCategory entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of RespyMgmtTeamCategory 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<RespyMgmtTeamCategory> getTeamCategoriesByKey(String respyMgmtTeamCategory)
      Deprecated.
      Fetch a single RespyMgmtTeamCategory entity using key fields.
      Parameters:
      respyMgmtTeamCategory - Team Category

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A request builder to fetch a single RespyMgmtTeamCategory 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<RespyMgmtTeamCategoryText> getAllTeamCategoryTexts()
      Deprecated.
      Fetch multiple RespyMgmtTeamCategoryText entities.
      Returns:
      A request builder to fetch multiple RespyMgmtTeamCategoryText 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<RespyMgmtTeamCategoryText> countTeamCategoryTexts()
      Deprecated.
      Fetch the number of entries from the RespyMgmtTeamCategoryText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of RespyMgmtTeamCategoryText 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<RespyMgmtTeamCategoryText> getTeamCategoryTextsByKey(String respyMgmtTeamCategory, String language)
      Deprecated.
      Fetch a single RespyMgmtTeamCategoryText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      respyMgmtTeamCategory - Team Category

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A request builder to fetch a single RespyMgmtTeamCategoryText 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<RespyMgmtTeamHeader> getAllTeamHeaders()
      Deprecated.
      Fetch multiple RespyMgmtTeamHeader entities.
      Returns:
      A request builder to fetch multiple RespyMgmtTeamHeader 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<RespyMgmtTeamHeader> countTeamHeaders()
      Deprecated.
      Fetch the number of entries from the RespyMgmtTeamHeader entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of RespyMgmtTeamHeader 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<RespyMgmtTeamHeader> getTeamHeadersByKey(String respyMgmtGlobalTeamID)
      Deprecated.
      Fetch a single RespyMgmtTeamHeader 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 RespyMgmtTeamHeader 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<RespyMTeamMemberFunction> getAllTeamMemberFunctions()
      Deprecated.
      Fetch multiple RespyMTeamMemberFunction entities.
      Returns:
      A request builder to fetch multiple RespyMTeamMemberFunction 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<RespyMTeamMemberFunction> countTeamMemberFunctions()
      Deprecated.
      Fetch the number of entries from the RespyMTeamMemberFunction entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of RespyMTeamMemberFunction 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<RespyMTeamMemberFunction> getTeamMemberFunctionsByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember, String respyMgmtFunction)
      Deprecated.
      Fetch a single RespyMTeamMemberFunction 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

      respyMgmtFunction - Function

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single RespyMTeamMemberFunction 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<RespyMgmtTeamMember> getAllTeamMembers()
      Deprecated.
      Fetch multiple RespyMgmtTeamMember entities.
      Returns:
      A request builder to fetch multiple RespyMgmtTeamMember 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<RespyMgmtTeamMember> countTeamMembers()
      Deprecated.
      Fetch the number of entries from the RespyMgmtTeamMember entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of RespyMgmtTeamMember 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<RespyMgmtTeamMember> getTeamMembersByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember)
      Deprecated.
      Fetch a single RespyMgmtTeamMember 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 RespyMgmtTeamMember 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<RespyMgmtTeamOwner> getAllTeamOwners()
      Deprecated.
      Fetch multiple RespyMgmtTeamOwner entities.
      Returns:
      A request builder to fetch multiple RespyMgmtTeamOwner 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<RespyMgmtTeamOwner> countTeamOwners()
      Deprecated.
      Fetch the number of entries from the RespyMgmtTeamOwner entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of RespyMgmtTeamOwner 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<RespyMgmtTeamOwner> getTeamOwnersByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamOwnerType, String responsibilityTeamOwner)
      Deprecated.
      Fetch a single RespyMgmtTeamOwner 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 RespyMgmtTeamOwner 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<RespyMgmtTeamType> getAllTeamTypes()
      Deprecated.
      Fetch multiple RespyMgmtTeamType entities.
      Returns:
      A request builder to fetch multiple RespyMgmtTeamType 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<RespyMgmtTeamType> countTeamTypes()
      Deprecated.
      Fetch the number of entries from the RespyMgmtTeamType entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of RespyMgmtTeamType 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<RespyMgmtTeamType> getTeamTypesByKey(String respyMgmtTeamType)
      Deprecated.
      Fetch a single RespyMgmtTeamType entity using key fields.
      Parameters:
      respyMgmtTeamType - Team Type

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A request builder to fetch a single RespyMgmtTeamType 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<RespyMgmtTeamTypeText> getAllTeamTypeTexts()
      Deprecated.
      Fetch multiple RespyMgmtTeamTypeText entities.
      Returns:
      A request builder to fetch multiple RespyMgmtTeamTypeText 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<RespyMgmtTeamTypeText> countTeamTypeTexts()
      Deprecated.
      Fetch the number of entries from the RespyMgmtTeamTypeText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of RespyMgmtTeamTypeText 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<RespyMgmtTeamTypeText> getTeamTypeTextsByKey(String respyMgmtTeamType, String language)
      Deprecated.
      Fetch a single RespyMgmtTeamTypeText entity using key fields.
      Parameters:
      respyMgmtTeamType - Team Type

      Constraints: Not nullable, Maximum length: 30

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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