Subversion Repositories SmartDukaan

Rev

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

Rev 27583 Rev 27596
Line 42... Line 42...
42
	public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
42
	public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
43
 
43
 
44
	public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit,
44
	public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit,
45
			String searchTerm);
45
			String searchTerm);
46
 
46
 
47
	public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm, int catalogItemId)
47
	public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm, int catalogItemId,String brand)
48
			throws ProfitMandiBusinessException;
48
			throws ProfitMandiBusinessException;
49
 
49
 
50
	public Map<String, Object> getPaginatedCatalog(int fofoId, int offset, int limit, String searchTerm, int itemId)
50
	public Map<String, Object> getPaginatedCatalog(int fofoId, int offset, int limit, String searchTerm, int itemId,String brand)
51
			throws ProfitMandiBusinessException;
51
			throws ProfitMandiBusinessException;
52
 
52
 
53
	public CustomCurrentInventorySnapshot checkItemAvailability(int itemId, int fofoId)
53
	public CustomCurrentInventorySnapshot checkItemAvailability(int itemId, int fofoId)
54
			throws ProfitMandiBusinessException;
54
			throws ProfitMandiBusinessException;
55
 
55