Subversion Repositories SmartDukaan

Rev

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

Rev 5324 Rev 5336
Line 563... Line 563...
563
    /**
563
    /**
564
     * Gets items' inventory for a warehouse
564
     * Gets items' inventory for a warehouse
565
     * If warehouse is passed as zero, items' inventory across all warehouses is sent
565
     * If warehouse is passed as zero, items' inventory across all warehouses is sent
566
     */
566
     */
567
    map<i64, ItemInventory> getInventorySnapshot(1:i64 warehouseId);
567
    map<i64, ItemInventory> getInventorySnapshot(1:i64 warehouseId);
-
 
568
    
-
 
569
    /**
-
 
570
    * Clear item availability cache.
-
 
571
    */
-
 
572
    void clearItemAvailabilityCache();
568
}
573
}