Class SharedAccountOrderPermission

    • Constructor Summary

      Constructors 
      Constructor Description
      SharedAccountOrderPermission​(java.util.List<com.caplin.ret.trapi.admin.Account> accounts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isPermissionedFor​(com.caplin.ret.trapi.fx.FXOrder order)
      Determines whether the user is permissioned for the given order.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SharedAccountOrderPermission

        public SharedAccountOrderPermission​(java.util.List<com.caplin.ret.trapi.admin.Account> accounts)
    • Method Detail

      • isPermissionedFor

        public boolean isPermissionedFor​(com.caplin.ret.trapi.fx.FXOrder order)
        Description copied from interface: OrderPermission
        Determines whether the user is permissioned for the given order.
        Specified by:
        isPermissionedFor in interface OrderPermission
        Parameters:
        order - The order.
        Returns:
        true if the user is permissioned, false if not.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object