Subversion Repositories SmartDukaan

Rev

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

Rev 24264 Rev 24563
Line 28... Line 28...
28
	public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit) throws ProfitMandiBusinessException;
28
	public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit) throws ProfitMandiBusinessException;
29
	public List<Scheme> getPaginatedSchemes(Set<Integer> roleIds, int offset, int limit) throws ProfitMandiBusinessException;
29
	public List<Scheme> getPaginatedSchemes(Set<Integer> roleIds, int offset, int limit) throws ProfitMandiBusinessException;
30
	void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason) throws Exception;
30
	void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason) throws Exception;
31
	void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason,
31
	void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason,
32
			SchemeType schemeType) throws ProfitMandiBusinessException;
32
			SchemeType schemeType) throws ProfitMandiBusinessException;
-
 
33
//	void updateSchmesForModel(int catalogId) throws ProfitMandiBusinessException;
33
}
34
}