Interface ServiceContractTemplateService

All Known Implementing Classes:
DefaultServiceContractTemplateService

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

You can read the details of service contract templates. The service contains entities of service contract template header, item, item object list, and item product list. In each API call, you can use the operation to retrieve service contract templates. You can use the provided filters to retrieve specific service contract templates or retrieve all existing data..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_SRVCCONTRTEMPLATE_0001
API Version: 1.1.0
Minimum ERP Version: 2302
Communication Scenario: Service Contract Template Integration(SAP_COM_0788)
Scope Items: Service Contract Management(3MO)
Authentication Methods: x509
Service Group Name: API_SRVCCONTRACTTEMPLATE
Business Object: Service Contract Template
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ServiceContractTemplateService 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.
    • getAllServiceContractTemplate

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

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

      @Nonnull GetByKeyRequestBuilder<ServiceContractTemplate> getServiceContractTemplateByKey(String serviceContractTemplate)
      Deprecated.
      Fetch a single ServiceContractTemplate entity using key fields.
      Parameters:
      serviceContractTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull GetByKeyRequestBuilder<ServiceContractTemplateItem> getServiceContractTemplateItemByKey(String serviceContractTemplate, String serviceContractTemplateItem)
      Deprecated.
      Fetch a single ServiceContractTemplateItem entity using key fields.
      Parameters:
      serviceContractTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceContractTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull GetByKeyRequestBuilder<SrvcContrTmplItemLongText> getSrvcContrTmplItemLongTextByKey(String serviceContractTemplate, String serviceContractTemplateItem, String textObjectType, String language, String srvcDocLogTextIdentifier)
      Deprecated.
      Fetch a single SrvcContrTmplItemLongText entity using key fields.
      Parameters:
      textObjectType - Text ID

      Constraints: Not nullable, Maximum length: 4

      serviceContractTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      srvcDocLogTextIdentifier - Identifier (truncated timestamp) of a log text

      Constraints: Not nullable, Maximum length: 17

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      serviceContractTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull GetByKeyRequestBuilder<ServiceContractItemProductList> getSrvcContrTmplItemProductByKey(String serviceContractTemplate, String serviceContractTemplateItem, String serviceProductListItem)
      Deprecated.
      Fetch a single ServiceContractItemProductList entity using key fields.
      Parameters:
      serviceContractTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceProductListItem - Counter for CRMS4D_ORDPRP_I product list

      Constraints: Not nullable, Maximum length: 6

      serviceContractTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull GetByKeyRequestBuilder<ServiceContractItemObjectList> getSrvcContrTmplItmRefObjectByKey(String serviceContractTemplate, String serviceContractTemplateItem, String serviceRefObjectSequenceNumber)
      Deprecated.
      Fetch a single ServiceContractItemObjectList entity using key fields.
      Parameters:
      serviceContractTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceRefObjectSequenceNumber - Reference Object Counter

      Constraints: Not nullable, Maximum length: 8

      serviceContractTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull GetByKeyRequestBuilder<SrvcContrTmplLongText> getSrvcContrTmplLongTextByKey(String serviceContractTemplate, String textObjectType, String language, String srvcDocLogTextIdentifier)
      Deprecated.
      Fetch a single SrvcContrTmplLongText entity using key fields.
      Parameters:
      textObjectType - Text ID

      Constraints: Not nullable, Maximum length: 4

      srvcDocLogTextIdentifier - Identifier (truncated timestamp) of a log text

      Constraints: Not nullable, Maximum length: 17

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      serviceContractTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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