Watchlist
Watchlist component is a contractual component that helps the user to view the Watchlist instruments.
Namespace
com.olb.wealth.WatchlistExtended
Contract Definition
Contracts are used to customize behavior, user experience, and manipulate data / object of a component. Contracts are made available by exposing properties, methods, and events
- Properties – used to define the behavior of the component.
- Methods - Form or other components could use these methods to interact with the component.
- Events – events generated on the component. Implementation teams could define business logic to program what happens in such events.
Properties
Properties |
Programmatic Name |
Quantum Type |
Temenos Digital Type
|
Default Value |
---|---|---|---|---|
General |
||||
Object Service Name |
Object Servicxe |
String |
String |
WealthObjects |
Object Name |
Object Name |
List |
List |
InstrumentDetails |
Operation Name |
Operation Name |
List |
List |
getFavoriteInstruments |
Criteria |
Criteria |
String |
JSON |
{"pageSize":"10", "pageOffset":"0"} |
Service Response Key |
Service Response Key |
String |
String |
favoriteInstruments |
Options |
Options |
String |
String |
PrintAndDownload |
Object Service Name |
GAobjectServiceName |
String |
String |
WealthObjects |
Object Name |
GAobjectName |
String |
String |
DownloadPDF |
Operation Name |
GAoperationName |
String |
String |
generatePDF |
Methods
Methods |
Parameter |
Description |
---|---|---|
getAccount |
portoId |
Get account list from portfolio |
makeDaoCallWatchList |
|
Get favorite instruments list from service |
makeDaoDeleteWatchlist |
|
Delete favorite instrument from watchlist |
onInvestmentAccountSelect |
event, context |
Select account from accounts dropdown |
getSearchData |
dataList1 |
Returns list of favorite instruments based on search keyword |
bindWatchlistInstruments |
data |
Map instrument details to watchlist segment fields |
onRowclickWatchlistActions |
|
Get favorite instrument data for selected row |
checkPermission |
|
To pass the permission of the current user into the component |
footerPage |
offset, limit |
Table pagination method |
Events
Events |
Parameter |
Description |
---|---|---|
onError |
errorObj |
To return error to the form |
onClickSort |
option, widget |
Sort parameters for watchlist table |
toggleWatchlistActions |
|
Opens actions menu on favorite instrument |
In this topic