Subversion Repositories SmartDukaan

Rev

Rev 1731 | Rev 2041 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1731 Rev 1855
Line 54... Line 54...
54
     * @param gatewayId
54
     * @param gatewayId
55
     */
55
     */
56
    public List<Payment> getPaymentsForUser(long userId, long fromTime, long toTime, PaymentStatus status, long gatewayId) throws PaymentException, TException;
56
    public List<Payment> getPaymentsForUser(long userId, long fromTime, long toTime, PaymentStatus status, long gatewayId) throws PaymentException, TException;
57
 
57
 
58
    /**
58
    /**
59
     * * Returns all payments based on following filters.
59
     * get all payments for user. Gateway is mandatory.
60
     * status
-
 
61
     * fromTime: if 0 then not considered else filters on initTimestamp >= fromTime
-
 
62
     * toTime: if -1 then not considered else filters on successTimestamp or errorTimestamp <= toTime
-
 
63
     * *
60
     * 
64
     * 
61
     * 
65
     * @param fromTime
62
     * @param fromTime
66
     * @param toTime
63
     * @param toTime
67
     * @param status
64
     * @param status
68
     * @param gatewayId
65
     * @param gatewayId