Subversion Repositories SmartDukaan

Rev

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

Rev 30454 Rev 30463
Line 30... Line 30...
30
 
30
 
31
	public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
31
	public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
32
 
32
 
33
	public float processSchemeOut(int fofoOrderId, int retailerId) throws ProfitMandiBusinessException;
33
	public float processSchemeOut(int fofoOrderId, int retailerId) throws ProfitMandiBusinessException;
34
 
34
 
-
 
35
	float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId) throws ProfitMandiBusinessException;
-
 
36
 
35
	// public void rollbackSchemeForInventoryItemId(int inventoryItemId);
37
	// public void rollbackSchemeForInventoryItemId(int inventoryItemId);
36
	public void rollbackSchemes(List<Integer> inventoryItemIds, int rollbackReference, String rollbackReason)
38
	public void rollbackSchemes(List<Integer> inventoryItemIds, int rollbackReference, String rollbackReason)
37
			throws Exception;
39
			throws Exception;
38
 
40
 
39
	public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit)
41
	public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit)