Subversion Repositories SmartDukaan

Rev

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

Rev 5496 Rev 5530
Line 73... Line 73...
73
    InventoryItem getInventoryItem(1:string serialNumber) throws (1:WarehouseServiceException wex);
73
    InventoryItem getInventoryItem(1:string serialNumber) throws (1:WarehouseServiceException wex);
74
 
74
 
75
    /**
75
    /**
76
     * Retrieves non-serialized inventory item from a given supplier
76
     * Retrieves non-serialized inventory item from a given supplier
77
     */
77
     */
78
    InventoryItem getNonSeralizedInventoryItem(1:i64 itemId, 2:i64 warehouseId) throws (1:WarehouseServiceException wex);
78
    InventoryItem getNonSeralizedInventoryItem(1:string itemNumber, 2:i64 itemId, 3:i64 fulfilmentWarehouseId) throws (1:WarehouseServiceException wex);
79
 
-
 
80
    /**
-
 
81
     * Scan serialized items.
-
 
82
     */
-
 
83
    void scanSerializedItem(1:InventoryItem inventoryItem, 2:ScanType type, 3:i64 billingWarehouseId) throws (1:WarehouseServiceException wex);
-
 
84
 
79
 
85
    /**
80
    /**
86
     * Scan non-serialized items.
81
     * Scan non-serialized items.
87
     */
82
     */
88
    void scan(1:InventoryItem inventoryItem, 2:ScanType type, 3:i64 quantity, 4:i64 billingWarehouseId) throws (1:WarehouseServiceException wex);
83
    void scan(1:InventoryItem inventoryItem, 2:ScanType type, 3:i64 quantity, 4:i64 billingWarehouseId) throws (1:WarehouseServiceException wex);