Subversion Repositories SmartDukaan

Rev

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

Rev 33297 Rev 33339
Line 25... Line 25...
25
@Service
25
@Service
26
public interface SDCreditService {
26
public interface SDCreditService {
27
 
27
 
28
	void fundWallet(int fofoId) throws ProfitMandiBusinessException;
28
	void fundWallet(int fofoId) throws ProfitMandiBusinessException;
29
 
29
 
-
 
30
	//This will create loan irrespective of sanctions and increases the overall ultization
-
 
31
	Loan createLoan(int fofoId, double creditAmountRequired, int freeDays) throws ProfitMandiBusinessException;
-
 
32
 
30
	int createSDDirectOrder(UserCart userCart, CartResponse cartValidationResponse)
33
	int createSDDirectOrder(UserCart userCart, CartResponse cartValidationResponse)
31
			throws ProfitMandiBusinessException;
34
			throws ProfitMandiBusinessException;
32
 
35
 
33
	BigDecimal getAvailableAmount(int fofoId);
36
	BigDecimal getAvailableAmount(int fofoId);
34
 
37