Subversion Repositories SmartDukaan

Rev

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

Rev 6467 Rev 6484
Line 280... Line 280...
280
    void updateVendorString(1:i64 warehouseId, 2:string vendorString);
280
    void updateVendorString(1:i64 warehouseId, 2:string vendorString);
281
    
281
    
282
    void clearItemAvailabilityCacheForItem(1:i64 item_id);
282
    void clearItemAvailabilityCacheForItem(1:i64 item_id);
283
    
283
    
284
    i64 getOurWarehouseIdForVendor(1:i64 vendorId);
284
    i64 getOurWarehouseIdForVendor(1:i64 vendorId);
-
 
285
    
-
 
286
    map<i64, i64> getItemAvailabilitiesAtOurWarehouses(1:list<i64> item_ids);
285
}
287
}