Subversion Repositories SmartDukaan

Rev

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

Rev 36560 Rev 36562
Line 69... Line 69...
69
 
69
 
70
    void convertFlagshipCreditToLoan(Loan flagshipLimit, String trigger, String modelName) throws ProfitMandiBusinessException;
70
    void convertFlagshipCreditToLoan(Loan flagshipLimit, String trigger, String modelName) throws ProfitMandiBusinessException;
71
 
71
 
72
    boolean hasActiveFlagshipLimits(int fofoId);
72
    boolean hasActiveFlagshipLimits(int fofoId);
73
 
73
 
-
 
74
    java.util.Set<Integer> getActiveFlagshipCatalogIds(java.util.List<Integer> catalogIds);
-
 
75
 
74
    void convertFlagshipOnSale(int fofoId, java.util.Set<Integer> soldFlagshipCatalogIds) throws ProfitMandiBusinessException;
76
    void convertFlagshipOnSale(int fofoId, java.util.Set<Integer> soldFlagshipCatalogIds) throws ProfitMandiBusinessException;
75
 
77
 
76
	void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
78
	void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
77
 
79
 
78
	void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;
80
	void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;