Subversion Repositories SmartDukaan

Rev

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

Rev 4725 Rev 4957
Line 179... Line 179...
179
	Map<Long, ItemInventory> getProdItemInventory(long itemId);
179
	Map<Long, ItemInventory> getProdItemInventory(long itemId);
180
 
180
 
181
	boolean addAuthorizationLog(long itemId, String username, String message);
181
	boolean addAuthorizationLog(long itemId, String username, String message);
182
 
182
 
183
	Map<String, String> getConfigdataforPriceCompare();
183
	Map<String, String> getConfigdataforPriceCompare();
-
 
184
 
-
 
185
	List<String> getAllCategories();
-
 
186
 
-
 
187
	List<String> getAllBrands();
184
}
188
}