Interface NotificationActionMapper
-
- All Known Implementing Classes:
FxMotifNotificationActionMapper
public interface NotificationActionMapper
Maps a given value to a NotificationAction string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getActionByLOMSOrderStatus(com.caplin.ret.trapi.fx.FXOrder order)
Maps LOMSOrderState to an NotificationAction value.java.lang.String
getActionByNotificationType(NotificationType notificationType)
Maps NotificationType to an NotificationAction value.
-
-
-
Method Detail
-
getActionByLOMSOrderStatus
java.lang.String getActionByLOMSOrderStatus(com.caplin.ret.trapi.fx.FXOrder order)
Maps LOMSOrderState to an NotificationAction value.- Parameters:
order
- FXOrder containing the LOMSOrderState- Returns:
- String value of the NotificationAction
-
getActionByNotificationType
java.lang.String getActionByNotificationType(NotificationType notificationType)
Maps NotificationType to an NotificationAction value.- Parameters:
notificationType
-- Returns:
- String value of the NotificationAction
-
-