Subversion Repositories SmartDukaan

Rev

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

Rev 35060 Rev 35252
Line 27... Line 27...
27
 
27
 
28
	public void activeSchemeById(int schemeId) throws ProfitMandiBusinessException;
28
	public void activeSchemeById(int schemeId) throws ProfitMandiBusinessException;
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 expireSchemeByIds(List<Scheme> schemeIds) throws ProfitMandiBusinessException;
-
 
33
 
32
	public void expireSchemeById(int schemeId, LocalDateTime expiryDate) throws ProfitMandiBusinessException;
34
	public void expireSchemeById(int schemeId, LocalDateTime expiryDate) throws ProfitMandiBusinessException;
33
 
35
 
34
    void sendCombinedSchemesNotification(List<Scheme> schemes) throws ProfitMandiBusinessException;
36
    void sendCombinedSchemesNotification(List<Scheme> schemes) throws ProfitMandiBusinessException;
35
 
37
 
36
    public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
38
    public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;