Class DefaultPrintQueueItemService

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultPrintQueueItemService
All Implemented Interfaces:
BatchService<PrintQueueItemServiceBatch>, PrintQueueItemService

@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultPrintQueueItemService") @Deprecated public class DefaultPrintQueueItemService extends Object implements PrintQueueItemService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service enables you to retrieve print queue items of all print queues of a specified user. The status of the print queue items can be modified according to the performed processing in the external application.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_CLOUD_PRINT_PULL_SRV
API Version: 1
Communication Scenario: Printing - Pull Integration (SAP_COM_0466)
Scope Items: Output Management (‏1LQ‏)
Authentication Methods: Basic
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultPrintQueueItemService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: PrintQueueItemService
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Specified by:
      withServicePath in interface PrintQueueItemService
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull public DefaultPrintQueueItemServiceBatch batch()
      Deprecated.
      Specified by:
      batch in interface BatchService<PrintQueueItemServiceBatch>
    • retrieveNextQueueItem

      @Nonnull public RetrieveNextQueueItemFluentHelper retrieveNextQueueItem(@Nonnull String qname, @Nonnull String language)
      Deprecated.
      Description copied from interface: PrintQueueItemService

      Creates a fluent helper for the RetrieveNextQueueItem OData function import.

      Specified by:
      retrieveNextQueueItem in interface PrintQueueItemService
      Parameters:
      qname - Constraints: Not nullable, Maximum length: 32

      Original parameter name from the Odata EDM: Qname

      language - Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: Language

      Returns:
      A fluent helper object that will execute the RetrieveNextQueueItem OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • get_IcmCache

      @Nonnull public Get_IcmCacheFluentHelper get_IcmCache()
      Deprecated.
      Description copied from interface: PrintQueueItemService

      Creates a fluent helper for the Get_IcmCache OData function import.

      Specified by:
      get_IcmCache in interface PrintQueueItemService
      Returns:
      A fluent helper object that will execute the Get_IcmCache OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • get_PrintQueuesOfUser

      @Nonnull public Get_PrintQueuesOfUserFluentHelper get_PrintQueuesOfUser()
      Deprecated.
      Description copied from interface: PrintQueueItemService

      Creates a fluent helper for the Get_PrintQueuesOfUser OData function import.

      Specified by:
      get_PrintQueuesOfUser in interface PrintQueueItemService
      Returns:
      A fluent helper object that will execute the Get_PrintQueuesOfUser OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • set_QItem_Status

      @Nonnull public Set_QItem_StatusFluentHelper set_QItem_Status(@Nonnull String qname, @Nonnull String item_id, @Nonnull String item_status, @Nonnull String status_desc)
      Deprecated.
      Description copied from interface: PrintQueueItemService

      Creates a fluent helper for the Set_QItem_Status OData function import.

      Specified by:
      set_QItem_Status in interface PrintQueueItemService
      Parameters:
      qname - Constraints: Not nullable, Maximum length: 64

      Original parameter name from the Odata EDM: qname

      item_id - Constraints: Not nullable, Maximum length: 64

      Original parameter name from the Odata EDM: item_id

      item_status - Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: item_status

      status_desc - Constraints: Not nullable, Maximum length: 80

      Original parameter name from the Odata EDM: status_desc

      Returns:
      A fluent helper object that will execute the Set_QItem_Status OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • get_QItem_Document

      @Nonnull public Get_QItem_DocumentFluentHelper get_QItem_Document(@Nonnull String item_id, @Nonnull Boolean main_doc, @Nonnull Boolean attachments, @Nonnull String qname)
      Deprecated.
      Description copied from interface: PrintQueueItemService

      Creates a fluent helper for the Get_QItem_Document OData function import.

      Specified by:
      get_QItem_Document in interface PrintQueueItemService
      Parameters:
      item_id - Constraints: none

      Original parameter name from the Odata EDM: item_id

      main_doc - Constraints: none

      Original parameter name from the Odata EDM: main_doc

      attachments - Constraints: none

      Original parameter name from the Odata EDM: attachments

      qname - Constraints: none

      Original parameter name from the Odata EDM: qname

      Returns:
      A fluent helper object that will execute the Get_QItem_Document OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • get_PrintOptions

      @Nonnull public Get_PrintOptionsFluentHelper get_PrintOptions(@Nonnull String qname, @Nonnull String item_id)
      Deprecated.
      Description copied from interface: PrintQueueItemService

      Creates a fluent helper for the Get_PrintOptions OData function import.

      Specified by:
      get_PrintOptions in interface PrintQueueItemService
      Parameters:
      qname - Constraints: none

      Original parameter name from the Odata EDM: qname

      item_id - Constraints: none

      Original parameter name from the Odata EDM: item_id

      Returns:
      A fluent helper object that will execute the Get_PrintOptions OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • set_PrintParameter

      @Nonnull public Set_PrintParameterFluentHelper set_PrintParameter(@Nonnull String printParams, @Nonnull String qname)
      Deprecated.
      Description copied from interface: PrintQueueItemService

      Creates a fluent helper for the Set_PrintParameter OData function import.

      Specified by:
      set_PrintParameter in interface PrintQueueItemService
      Parameters:
      printParams - Constraints: none

      Original parameter name from the Odata EDM: PrintParams

      qname - Constraints: Not nullable, Maximum length: 32

      Original parameter name from the Odata EDM: Qname

      Returns:
      A fluent helper object that will execute the Set_PrintParameter OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.