Subversion Repositories SmartDukaan

Rev

Rev 35536 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35536 Rev 36305
Line 19... Line 19...
19
	 * This avoids N+1 queries when fetching investment data for multiple partners.
19
	 * This avoids N+1 queries when fetching investment data for multiple partners.
20
	 * @param fofoStores List of FofoStore entities
20
	 * @param fofoStores List of FofoStore entities
21
	 * @return Map of fofoId to PartnerDailyInvestment
21
	 * @return Map of fofoId to PartnerDailyInvestment
22
	 */
22
	 */
23
	Map<Integer, PartnerDailyInvestment> getInvestmentsForFofoStores(List<FofoStore> fofoStores) throws ProfitMandiBusinessException;
23
	Map<Integer, PartnerDailyInvestment> getInvestmentsForFofoStores(List<FofoStore> fofoStores) throws ProfitMandiBusinessException;
-
 
24
 
-
 
25
	void evictInvestmentCache(int fofoId);
24
}
26
}