Subversion Repositories SmartDukaan

Rev

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

Rev 30493 Rev 30500
Line 35... Line 35...
35
 
35
 
36
	public Map<Integer, String> getModelDescriptionMap(String brand);
36
	public Map<Integer, String> getModelDescriptionMap(String brand);
37
 
37
 
38
	public Map<Integer, String> getModelDescriptionMap(Set<String> brands) throws Exception;
38
	public Map<Integer, String> getModelDescriptionMap(Set<String> brands) throws Exception;
39
 
39
 
-
 
40
	public Map<Integer, String> getModelDescriptionMap(int categoryId, List<String> brands) throws Exception;
-
 
41
 
40
	public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
42
	public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
41
 
43
 
42
	public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
44
	public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
43
 
45
 
44
	public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit,
46
	public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit,
45
			String searchTerm);
47
																	String searchTerm);
46
 
48
 
47
	public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm, int catalogItemId,
49
	public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm, int catalogItemId,
48
			String brand, boolean accesories) throws ProfitMandiBusinessException;
50
										  String brand, boolean accesories) throws ProfitMandiBusinessException;
49
 
51
 
50
	public Map<String, Object> getPaginatedCatalog(int fofoId, int offset, int limit, String searchTerm, int itemId,
52
	public Map<String, Object> getPaginatedCatalog(int fofoId, int offset, int limit, String searchTerm, int itemId,
51
			String brand, boolean accesories) throws ProfitMandiBusinessException;
53
			String brand, boolean accesories) throws ProfitMandiBusinessException;
52
 
54
 
53
	public CustomCurrentInventorySnapshot checkItemAvailability(int itemId, int fofoId)
55
	public CustomCurrentInventorySnapshot checkItemAvailability(int itemId, int fofoId)