Subversion Repositories SmartDukaan

Rev

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

Rev 30463 Rev 30572
Line 32... Line 32...
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;
35
	float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId) throws ProfitMandiBusinessException;
36
 
36
 
-
 
37
	float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId, float taxRate) throws ProfitMandiBusinessException;
-
 
38
 
37
	// public void rollbackSchemeForInventoryItemId(int inventoryItemId);
39
	// public void rollbackSchemeForInventoryItemId(int inventoryItemId);
38
	public void rollbackSchemes(List<Integer> inventoryItemIds, int rollbackReference, String rollbackReason)
40
	public void rollbackSchemes(List<Integer> inventoryItemIds, int rollbackReference, String rollbackReason)
39
			throws Exception;
41
			throws Exception;
40
 
42
 
41
	public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit)
43
	public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit)