Class ProductsService.BackofficeClientProductSearchContext

java.lang.Object
es.kukenan.smartfi.microservice.contracts.service.ProductsService.BackofficeClientProductSearchContext
Enclosing class:
ProductsService

private static class ProductsService.BackofficeClientProductSearchContext extends Object
Internal class used to store the context of a back office product search in a single back office client.
  • Field Details

    • client

      private BackofficeClient client
      Back office client.
    • userBackoffice

      private UserBackoffice userBackoffice
      User back office details.
    • subsystems

      private List<String> subsystems
      Back office subsystems to limit the search to. May be null if all subsystems are to be queried.
    • productsFuture

      private Future<List<ProductDomain>> productsFuture
      Asynchronous operation result.
    • products

      private List<ProductDomain> products
      Operation result.
  • Constructor Details

    • BackofficeClientProductSearchContext

      private BackofficeClientProductSearchContext()