Subversion Repositories SmartDukaan

Rev

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

Rev 35629 Rev 36103
Line 45... Line 45...
45
 
45
 
46
	// public void rollbackSchemeForInventoryItemId(int inventoryItemId);
46
	// public void rollbackSchemeForInventoryItemId(int inventoryItemId);
47
	public void rollbackSchemes(List<Integer> inventoryItemIds, String rollbackReason)
47
	public void rollbackSchemes(List<Integer> inventoryItemIds, String rollbackReason)
48
			throws Exception;
48
			throws Exception;
49
 
49
 
-
 
50
	public void restoreSchemes(List<Integer> inventoryItemIds, String debitNoteNumber)
-
 
51
			throws Exception;
-
 
52
 
50
	public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit)
53
	public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit)
51
			throws ProfitMandiBusinessException;
54
			throws ProfitMandiBusinessException;
52
 
55
 
53
	public List<Scheme> getPaginatedSchemes(Set<Integer> roleIds, int offset, int limit)
56
	public List<Scheme> getPaginatedSchemes(Set<Integer> roleIds, int offset, int limit)
54
			throws ProfitMandiBusinessException;
57
			throws ProfitMandiBusinessException;