Subversion Repositories SmartDukaan

Rev

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

Rev 4957 Rev 5118
Line 116... Line 116...
116
    
116
    
117
    /**
117
    /**
118
     * @return map of all warehouses with key-value pairs of warehouse Id and warehouse name
118
     * @return map of all warehouses with key-value pairs of warehouse Id and warehouse name
119
     */
119
     */
120
    Map<Long,String> getAllWarehouses();
120
    Map<Long,String> getAllWarehouses();
-
 
121
 
-
 
122
    /**
-
 
123
     * @return map of all shipping warehouses with key-value pairs of warehouse Id and warehouse name
121
    
124
     */
-
 
125
    Map<Long,String> getShippingWarehouses();
-
 
126
 
122
    /**
127
    /**
123
     * Changes the status of an item to PHASED_OUT
128
     * Changes the status of an item to PHASED_OUT
124
     * @param itemId
129
     * @param itemId
125
     */
130
     */
126
    void phaseoutItem(long itemId);
131
    void phaseoutItem(long itemId);