Subversion Repositories SmartDukaan

Rev

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

Rev 33248 Rev 35631
Line 14... Line 14...
14
 
14
 
15
    Map<Integer, PartnerCollectionPlanModel> getCollectionMap(List<Integer> fofoIdList, LocalDateTime startDate) throws ProfitMandiBusinessException;
15
    Map<Integer, PartnerCollectionPlanModel> getCollectionMap(List<Integer> fofoIdList, LocalDateTime startDate) throws ProfitMandiBusinessException;
16
 
16
 
17
	TotalTargetColectionModel getTotalTargetCollection(Map<Integer, PartnerCollectionPlanModel> todayPcpmMap,
17
	TotalTargetColectionModel getTotalTargetCollection(Map<Integer, PartnerCollectionPlanModel> todayPcpmMap,
18
			LocalDateTime startDate);
18
			LocalDateTime startDate);
-
 
19
 
-
 
20
    /**
-
 
21
     * Simplified method that only returns fofoId -> rank mapping.
-
 
22
     * Much faster than getCollectionMap as it skips unnecessary queries.
-
 
23
     * Rank values: 1=PlanToday, 2=CarryForward, 3=Untouched, 4=FuturePlan, 5=Normal
-
 
24
     */
-
 
25
    Map<Integer, Integer> getCollectionRankMap(List<Integer> fofoIdList, LocalDateTime startDate) throws ProfitMandiBusinessException;
19
}
26
}