Subversion Repositories SmartDukaan

Rev

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

Rev 5586 Rev 6096
Line 28... Line 28...
28
     * @param item
28
     * @param item
29
     * @return - String. If any error occurred, then the string contains an error message to be shown to the user
29
     * @return - String. If any error occurred, then the string contains an error message to be shown to the user
30
     * otherwise it contains the success message 
30
     * otherwise it contains the success message 
31
     */
31
     */
32
    String updateItemOnProduction(Item item);
32
    String updateItemOnProduction(Item item);
-
 
33
    
-
 
34
	String updateExpectedDelayOnProd(Item item);
33
 
35
 
34
    int getItemCountByStatus(boolean useStatus, ItemStatus itemStatus);
36
    int getItemCountByStatus(boolean useStatus, ItemStatus itemStatus);
35
    
37
    
36
    List<Item> getAllItems(int start, int limit);
38
    List<Item> getAllItems(int start, int limit);
37
    
39