Interface ChineseOrderDao

    • Method Detail

      • findUnpaidOrders

        java.util.List<AbstractOrderModel> findUnpaidOrders​(long millisecond)
        Finding the orders which are not paid for X milliseconds.
        Parameters:
        millisecond - The expired time
        Returns:
        List
      • findOrderByCode

        AbstractOrderModel findOrderByCode​(java.lang.String orderCode)
        Finding the order by code
        Parameters:
        orderCode - the code of the order
        Returns:
        AbstractOrderModel
      • findSubmitOrderEventTask

        TaskModel findSubmitOrderEventTask​(java.lang.String orderCode)
        Finds SubmitOrderTask by orderCode
        Parameters:
        orderCode - the order code
        Returns:
        the task model