Class SymbolAliasOrchestrator
java.lang.Object
com.bluebell.greenhouse.planter.orchestrators.symbol.SymbolAliasOrchestrator
- All Implemented Interfaces:
GenericOrchestrator
@Service
@Transactional
public class SymbolAliasOrchestrator
extends Object
implements GenericOrchestrator
Owns the unit of work for the
SymbolAlias endpoints.- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a newSymbolAlias.voiddeleteSymbolAlias(String symbolAliasUid) Deletes theSymbolAliasmatching the given uid.updateSymbolAlias(CreateUpdateSymbolAliasDTO data, String symbolAliasUid) Updates theSymbolAliasmatching the given uid.
-
Constructor Details
-
SymbolAliasOrchestrator
public SymbolAliasOrchestrator()
-
-
Method Details
-
createNewSymbolAlias
Creates a newSymbolAlias.- Parameters:
data-CreateUpdateSymbolAliasDTO- Returns:
SymbolAliasDTO
-
updateSymbolAlias
Updates theSymbolAliasmatching the given uid.- Parameters:
data-CreateUpdateSymbolAliasDTOsymbolAliasUid- symbol alias uid- Returns:
SymbolAliasDTO
-
deleteSymbolAlias
Deletes theSymbolAliasmatching the given uid.- Parameters:
symbolAliasUid- symbol alias uid
-