Subversion Repositories SmartDukaan

Rev

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

Rev 33248 Rev 33432
Line 72... Line 72...
72
    Map<Integer, Float> getCatalogSchemeCashBack(int fofoId, List<Integer> catalogIds) throws ProfitMandiBusinessException;
72
    Map<Integer, Float> getCatalogSchemeCashBack(int fofoId, List<Integer> catalogIds) throws ProfitMandiBusinessException;
73
 
73
 
74
	List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
74
	List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
75
												 int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
75
												 int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
76
 
76
 
-
 
77
	void processSchemeIn(List<InventoryItem> approvedList) throws ProfitMandiBusinessException;
77
}
78
}