PortfolioCommandService

@Service
open class PortfolioCommandService @Autowired constructor(portfolioService: PortfolioService, authContextService: AuthContextService) : ConsoleCommandExecutor

Constructors

Link copied to clipboard
@Autowired
constructor(portfolioService: PortfolioService, authContextService: AuthContextService)

Functions

Link copied to clipboard
@Transactional(readOnly = true)
open override fun executeCommand(command: String): ConsoleCommandResponse