Subversion Repositories SmartDukaan

Rev

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

Rev 34317 Rev 34568
Line 25... Line 25...
25
 
25
 
26
    public List<SchemeModel> getAllSchemeModels(LocalDateTime startDateTime, LocalDateTime endDateTime) throws ProfitMandiBusinessException;
26
    public List<SchemeModel> getAllSchemeModels(LocalDateTime startDateTime, LocalDateTime endDateTime) throws ProfitMandiBusinessException;
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;
-
 
31
 
30
	public void expireSchemeById(int schemeId, LocalDateTime expiryDate) throws ProfitMandiBusinessException;
32
	public void expireSchemeById(int schemeId, LocalDateTime expiryDate) throws ProfitMandiBusinessException;
31
 
33
 
32
	public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
34
	public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
33
 
35
 
34
	public float processSchemeOut(int fofoOrderId, int retailerId) throws ProfitMandiBusinessException;
36
	public float processSchemeOut(int fofoOrderId, int retailerId) throws ProfitMandiBusinessException;