Class BulkOrderActionConfirmEvent

    • Field Detail

      • BULK_ACTION_COMPLETED

        public static final String BULK_ACTION_COMPLETED
        Deprecated.
        The name of the transition representing this event
        See Also:
        Constant Field Values
    • Constructor Detail

      • BulkOrderActionConfirmEvent

        public BulkOrderActionConfirmEvent​(List<String> validOrderIds,
                                           List<String> invalidOrderIds)
        Deprecated.
        Constructs the BulkOrderActionConfirmEvent
        Parameters:
        validOrderIds - The order ids of requested orders which can have the action performed on.
        invalidOrderIds - The order ids of requested orders which cannot have the action performed on.