Subversion Repositories SmartDukaan

Rev

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

Rev 22955 Rev 23019
Line 9... Line 9...
9
import com.spice.profitmandi.common.model.CustomCurrentInventorySnapshot;
9
import com.spice.profitmandi.common.model.CustomCurrentInventorySnapshot;
10
import com.spice.profitmandi.common.model.InventoryItemAgingModel;
10
import com.spice.profitmandi.common.model.InventoryItemAgingModel;
11
 
11
 
12
@Service
12
@Service
13
public interface InventoryService {
13
public interface InventoryService {
-
 
14
	public List<String> getAllBrands();
-
 
15
	public Map<Integer, String> getAllItemIdItemDescriptionMap(String brand);
14
	public int getCachedAvailabilityByItemIdWarehouseIds(int itemId, int[] warehouseIds);
16
	public int getCachedAvailabilityByItemIdWarehouseIds(int itemId, int[] warehouseIds);
15
	public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
17
	public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
16
	public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
18
	public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
17
	public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
19
	public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
18
	public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm);
20
	public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm);