Subversion Repositories SmartDukaan

Rev

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

Rev 34709 Rev 35060
Line 29... Line 29...
29
 
29
 
30
	public void activeSchemeByIds(List<Scheme> schemeIds) throws ProfitMandiBusinessException;
30
	public void activeSchemeByIds(List<Scheme> schemeIds) throws ProfitMandiBusinessException;
31
 
31
 
32
	public void expireSchemeById(int schemeId, LocalDateTime expiryDate) throws ProfitMandiBusinessException;
32
	public void expireSchemeById(int schemeId, LocalDateTime expiryDate) throws ProfitMandiBusinessException;
33
 
33
 
-
 
34
    void sendCombinedSchemesNotification(List<Scheme> schemes) throws ProfitMandiBusinessException;
-
 
35
 
34
	public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
36
    public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
35
 
37
 
36
	public float processSchemeOut(int fofoOrderId, int retailerId) throws ProfitMandiBusinessException;
38
	public float processSchemeOut(int fofoOrderId, int retailerId) throws ProfitMandiBusinessException;
37
 
39
 
38
	float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId) throws ProfitMandiBusinessException;
40
	float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId) throws ProfitMandiBusinessException;
39
 
41