Subversion Repositories SmartDukaan

Rev

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

Rev 27395 Rev 27424
Line 50... Line 50...
50
	public double getTotalMargin(int itemId, PartnerType partnerType, LocalDateTime localDateTime);
50
	public double getTotalMargin(int itemId, PartnerType partnerType, LocalDateTime localDateTime);
51
 
51
 
52
	Map<Integer, Float> getItemSchemeCashBack();
52
	Map<Integer, Float> getItemSchemeCashBack();
53
 
53
 
54
	public List<Scheme> selectSchemeByPartnerType(PartnerType partnerType, int itemId, boolean isAdmin, int offset,
54
	public List<Scheme> selectSchemeByPartnerType(PartnerType partnerType, int itemId, boolean isAdmin, int offset,
55
			int limit);
55
			int limit) throws ProfitMandiBusinessException;
56
 
56
 
57
	// void updateSchmesForModel(int catalogId) throws ProfitMandiBusinessException;
57
	// void updateSchmesForModel(int catalogId) throws ProfitMandiBusinessException;
58
 
58
 
59
	public long selectSchemeCount(PartnerType partnerType, int itemId, boolean isAdmin);
59
	public long selectSchemeCount(PartnerType partnerType, int itemId, boolean isAdmin);
60
 
60