Subversion Repositories SmartDukaan

Rev

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

Rev 33432 Rev 33614
Line 35... Line 35...
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;
37
	float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId, float taxRate) throws ProfitMandiBusinessException;
38
 
38
 
39
	// public void rollbackSchemeForInventoryItemId(int inventoryItemId);
39
	// public void rollbackSchemeForInventoryItemId(int inventoryItemId);
40
	public void rollbackSchemes(List<Integer> inventoryItemIds, int rollbackReference, String rollbackReason)
40
	public void rollbackSchemes(List<Integer> inventoryItemIds, String rollbackReason)
41
			throws Exception;
41
			throws Exception;
42
 
42
 
43
	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)
44
			throws ProfitMandiBusinessException;
44
			throws ProfitMandiBusinessException;
45
 
45