Uses of Class
es.kukenan.smartfi.microservice.contracts.service.ProductsService.BackofficeClientProductSearchContext
Packages that use ProductsService.BackofficeClientProductSearchContext
Package
Description
Services and internal components package.
-
Uses of ProductsService.BackofficeClientProductSearchContext in es.kukenan.smartfi.microservice.contracts.service
Methods in es.kukenan.smartfi.microservice.contracts.service that return types with arguments of type ProductsService.BackofficeClientProductSearchContextModifier and TypeMethodDescriptionProductsService.prepareBackofficeProductSearch(String userId, List<BackofficeSubsystems> backofficeSubsystemsList) Prepare backoffice product search context.ProductsService.prepareBackofficeProductSearchContextWithAllSubsystem(String userId) Prepare backoffice product search context with all Subsystems.Method parameters in es.kukenan.smartfi.microservice.contracts.service with type arguments of type ProductsService.BackofficeClientProductSearchContextModifier and TypeMethodDescriptionprivate HashMap<String,ArrayList<es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>> ProductsService.findAndSaveBackofficesNewProducts(String userId, List<ProductsService.BackofficeClientProductSearchContext> clientProductSearchContexts, ProductSearchFilter productSearchFilter, boolean internal, String userToken, String userIp, String contractId) Find all the products in the given client product search contexts, and store them in the database.private List<es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>ProductsService.findAndSaveBackofficesProducts(String userId, List<ProductsService.BackofficeClientProductSearchContext> clientProductSearchContexts, ProductSearchFilter productSearchFilter, boolean internal, String userToken, String userIp, String contractId) Find all the products in the given client product search contexts, and store them in the database.