Subversion Repositories SmartDukaan

Rev

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

Rev 30148 Rev 30197
Line 38... Line 38...
38
	public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
38
	public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
39
 
39
 
40
	public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit,
40
	public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit,
41
			String searchTerm);
41
			String searchTerm);
42
 
42
 
43
	public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm, int catalogItemId,String brand,boolean accesories)
43
	public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm, int catalogItemId,
44
			throws ProfitMandiBusinessException;
44
			String brand, boolean accesories) throws ProfitMandiBusinessException;
45
 
45
 
46
	public Map<String, Object> getPaginatedCatalog(int fofoId, int offset, int limit, String searchTerm, int itemId,String brand,boolean accesories)
46
	public Map<String, Object> getPaginatedCatalog(int fofoId, int offset, int limit, String searchTerm, int itemId,
47
			throws ProfitMandiBusinessException;
47
			String brand, boolean accesories) throws ProfitMandiBusinessException;
48
 
48
 
49
	public CustomCurrentInventorySnapshot checkItemAvailability(int itemId, int fofoId)
49
	public CustomCurrentInventorySnapshot checkItemAvailability(int itemId, int fofoId)
50
			throws ProfitMandiBusinessException;
50
			throws ProfitMandiBusinessException;
51
 
51
 
52
	public Map<String, Object> getGrnHistory(int fofoId, LocalDateTime startTime, LocalDateTime endTime, int offset,
52
	public Map<String, Object> getGrnHistory(int fofoId, LocalDateTime startTime, LocalDateTime endTime, int offset,
Line 106... Line 106...
106
	public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
106
	public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
107
 
107
 
108
	Map<Integer, List<InventoryItemAgingModel>> getItemAgingByInterval(List<Integer> intervals)
108
	Map<Integer, List<InventoryItemAgingModel>> getItemAgingByInterval(List<Integer> intervals)
109
			throws ProfitMandiBusinessException;
109
			throws ProfitMandiBusinessException;
110
 
110
 
111
	List<SaholicInventoryCIS> getItemAvailabilityAndIndent() throws Exception;
111
	void getItemAvailabilityAndIndent() throws Exception;
112
 
112
 
113
	public Map<Integer, AvailabilityModel> getStoreAndOurStock(int storeId, List<Integer> itemIds);
113
	public Map<Integer, AvailabilityModel> getStoreAndOurStock(int storeId, List<Integer> itemIds);
114
}
114
}
115
115