Subversion Repositories SmartDukaan

Rev

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

Rev 5217 Rev 5237
Line 553... Line 553...
553
 
553
 
554
    /**
554
    /**
555
    Returns all shipping locations
555
    Returns all shipping locations
556
    */    
556
    */    
557
    list<Warehouse> getShippingLocations();
557
    list<Warehouse> getShippingLocations();
-
 
558
 
-
 
559
    /**
-
 
560
     * Fetches all the vendor item mappings present.
-
 
561
     */    
-
 
562
    list<VendorItemMapping> getAllVendorItemMappings();
558
}
563
}