Subversion Repositories SmartDukaan

Rev

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

Rev 34731 Rev 35110
Line 49... Line 49...
49
 
49
 
50
	List<Loan> getDefaultLoanWithoutLimit();
50
	List<Loan> getDefaultLoanWithoutLimit();
51
 
51
 
52
	public List<Loan> getDueDateCrossLoan();
52
	public List<Loan> getDueDateCrossLoan();
53
 
53
 
-
 
54
	public List<Loan> getAllActiveLoan();
-
 
55
 
54
	public boolean isDefaultLoan(int loanId, LocalDate time);
56
	public boolean isDefaultLoan(int loanId, LocalDate time);
55
 
57
 
56
 
58
 
57
		LoanSummary getLoanSummary();
59
		LoanSummary getLoanSummary();
58
 
60