Subversion Repositories SmartDukaan

Rev

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

Rev 4754 Rev 5185
Line 135... Line 135...
135
 
135
 
136
    /**
136
    /**
137
     * Amends a PO as per the new lineitems passed 
137
     * Amends a PO as per the new lineitems passed 
138
     */
138
     */
139
    void updatePurchaseOrder(1:PurchaseOrder purchaseOrder) throws (1:PurchaseServiceException e),
139
    void updatePurchaseOrder(1:PurchaseOrder purchaseOrder) throws (1:PurchaseServiceException e),
-
 
140
 
-
 
141
    /**
-
 
142
     * Fulfills a given purchase id with an item and its quantity.
-
 
143
     */
-
 
144
    void unFulfillPO(1:i64 purchaseId, 2:i64 itemId, 3:i64 quantity) throws (1:PurchaseServiceException e);
140
}
145
}