Subversion Repositories SmartDukaan

Rev

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

Rev 2119 Rev 2126
Line 22... Line 22...
22
    Map<Long,String> getAllVendors();
22
    Map<Long,String> getAllVendors();
23
    Map<Long,String> getAllWarehouses();
23
    Map<Long,String> getAllWarehouses();
24
    
24
    
25
    void phaseoutItem(long itemId);
25
    void phaseoutItem(long itemId);
26
    void activateItem(long itemId);
26
    void activateItem(long itemId);
-
 
27
    void pauseItem(long itemId);
-
 
28
    void markInProcess(long itemId);
27
    long addItem(Item item);
29
    long addItem(Item item);
28
    
30
    
29
    long checkSimilarItem(String productGroup, String brand, String modelNumber, String color);
31
    long checkSimilarItem(String productGroup, String brand, String modelNumber, String color);
30
}
32
}