Uses of Class
com.raphaelsalles.backend.domain.model.Asset
Packages that use Asset
Package
Description
-
Uses of Asset in com.raphaelsalles.backend.domain.model
Methods in com.raphaelsalles.backend.domain.model that return Asset -
Uses of Asset in com.raphaelsalles.backend.domain.repository
Subinterfaces with type arguments of type Asset in com.raphaelsalles.backend.domain.repositoryModifier and TypeInterfaceDescriptioninterfaceRepositório para Ativos Financeiros.Methods in com.raphaelsalles.backend.domain.repository that return types with arguments of type AssetModifier and TypeMethodDescriptionAssetRepository.findAllByCompanyId(Long companyId) Busca todos os ativos associados a um ID de empresa específico.AssetRepository.findByTicker(String ticker) Busca exata por Ticker.AssetRepository.searchUnified(String term) Busca Unificada (Case-Insensitive) por Ticker, Nome do Ativo ou Nome da Empresa. -
Uses of Asset in com.raphaelsalles.backend.domain.service.search
Methods in com.raphaelsalles.backend.domain.service.search with parameters of type Asset