Interface NotificationActionMapper

All Known Implementing Classes:
FxMotifNotificationActionMapper

public interface NotificationActionMapper
Maps a given value to a NotificationAction string.
  • Method Details

    • getActionByLOMSOrderStatus

      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

      String getActionByNotificationType(NotificationType notificationType)
      Maps NotificationType to an NotificationAction value.
      Parameters:
      notificationType -
      Returns:
      String value of the NotificationAction