Class ProductsService.BackofficeClientProductSearchContext
java.lang.Object
es.kukenan.smartfi.microservice.contracts.service.ProductsService.BackofficeClientProductSearchContext
- Enclosing class:
ProductsService
Internal class used to store the context of a back office product search in a single back office client.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BackofficeClientBack office client.private List<ProductDomain>Operation result.private Future<List<ProductDomain>>Asynchronous operation result.Back office subsystems to limit the search to.private UserBackofficeUser back office details. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
client
Back office client. -
userBackoffice
User back office details. -
subsystems
Back office subsystems to limit the search to. May be null if all subsystems are to be queried. -
productsFuture
Asynchronous operation result. -
products
Operation result.
-
-
Constructor Details
-
BackofficeClientProductSearchContext
private BackofficeClientProductSearchContext()
-