Uses of Class
es.kukenan.smartfi.microservice.contracts.repository.entity.BackofficeSubsystems
Packages that use BackofficeSubsystems
Package
Description
Services and internal components package.
Services and internal components package.
-
Uses of BackofficeSubsystems in es.kukenan.smartfi.microservice.contracts.repository
Methods in es.kukenan.smartfi.microservice.contracts.repository that return types with arguments of type BackofficeSubsystemsModifier and TypeMethodDescriptionBackofficeSubsystemRepository.existsContractIsNull(String userId) Find all subsystems that have, at least, one product registered, grouping by back office and filtering by user.BackofficeSubsystemRepository.BackofficeSubsystemRowMapper.extractData(ResultSet rs) BackofficeSubsystemRepository.findBySubtypes(List<Integer> subtypes) Find all subsystems that have, at least, one product registered, grouping by back office and filtering by subtypes.BackofficeSubsystemRepository.findByType(Integer typeId) Find all subsystems that have, at least, one product registered, grouping by back office and filtering by type.BackofficeSubsystemRepository.findByUserIdAndContractId(String userId, String contractId) Find all subsystems that have, at least, one product registered, grouping by back office and filtering by user. -
Uses of BackofficeSubsystems in es.kukenan.smartfi.microservice.contracts.service
Methods in es.kukenan.smartfi.microservice.contracts.service that return types with arguments of type BackofficeSubsystemsModifier and TypeMethodDescriptionprivate List<BackofficeSubsystems>ProductsService.retrieveBackofficeSubsystems(String userId, String contractId, ProductSearchFilter productSearchFilter) Get the subsystems that the customer has in their products.Method parameters in es.kukenan.smartfi.microservice.contracts.service with type arguments of type BackofficeSubsystemsModifier and TypeMethodDescriptionprivate voidProductsService.mergeBackofficeSubsystemsLists(List<BackofficeSubsystems> originList, List<BackofficeSubsystems> destinationList) Merged two list of Subsystems.ProductsService.prepareBackofficeProductSearch(String userId, List<BackofficeSubsystems> backofficeSubsystemsList) Prepare backoffice product search context.