Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.CreateUpdateSymbolAliasDTO
Packages that use CreateUpdateSymbolAliasDTO
Package
Description
Contains controllers for handling symbols and equities.
Contains the symbol orchestrators.
Contains the service layer for
Symbols.-
Uses of CreateUpdateSymbolAliasDTO in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol with parameters of type CreateUpdateSymbolAliasDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SymbolAliasDTO> SymbolAliasApiController.postCreateNewSymbolAlias(@Valid CreateUpdateSymbolAliasDTO data) Creates a newSymbolAlias.org.springframework.http.ResponseEntity<SymbolAliasDTO> SymbolAliasApiController.putUpdateSymbolAlias(@Valid CreateUpdateSymbolAliasDTO data, String symbolAliasUid) Updates an existingSymbolAlias. -
Uses of CreateUpdateSymbolAliasDTO in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol with parameters of type CreateUpdateSymbolAliasDTOModifier and TypeMethodDescriptionSymbolAliasOrchestrator.createNewSymbolAlias(CreateUpdateSymbolAliasDTO data) Creates a newSymbolAlias.SymbolAliasOrchestrator.updateSymbolAlias(CreateUpdateSymbolAliasDTO data, String symbolAliasUid) Updates theSymbolAliasmatching the given uid. -
Uses of CreateUpdateSymbolAliasDTO in com.bluebell.greenhouse.radicle.services.symbol
Methods in com.bluebell.greenhouse.radicle.services.symbol with parameters of type CreateUpdateSymbolAliasDTOModifier and TypeMethodDescriptionSymbolAliasService.createNewSymbolAlias(CreateUpdateSymbolAliasDTO data, Symbol symbol) Creates a newSymbolAliaswith the given data.SymbolAliasService.updateSymbolAlias(SymbolAlias symbolAlias, CreateUpdateSymbolAliasDTO data, Symbol symbol) Updates an existingSymbolAlias.