Interface NotificationActionMapper

  • All Known Implementing Classes:
    FxMotifNotificationActionMapper

    public interface NotificationActionMapper
    Maps a given value to a NotificationAction string.
    • 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