Subversion Repositories SmartDukaan

Rev

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

Rev 5591 Rev 6385
Line 119... Line 119...
119
    
119
    
120
    /**
120
    /**
121
    Returns all open or closed purchases for the given purchase order. Throws an exception if no such purchase order exists
121
    Returns all open or closed purchases for the given purchase order. Throws an exception if no such purchase order exists
122
    */
122
    */
123
    list<Purchase> getAllPurchases(1:i64 purchaseOrderId, 2:bool open) throws (1:PurchaseServiceException e),
123
    list<Purchase> getAllPurchases(1:i64 purchaseOrderId, 2:bool open) throws (1:PurchaseServiceException e),
-
 
124
    
-
 
125
    /**
-
 
126
    Returns all purchases for the given purchase order. Throws an exception if no such purchase order exists
-
 
127
    */
-
 
128
    list<Purchase> getPurchasesForPO(1:i64 purchaseOrderId) throws (1:PurchaseServiceException e),
124
 
129
 
125
    /**
130
    /**
126
     * Returns the purchase order object for a given purchase
131
     * Returns the purchase order object for a given purchase
127
     */
132
     */
128
    PurchaseOrder getPurchaseOrderForPurchase(1:i64 purchaseId);
133
    PurchaseOrder getPurchaseOrderForPurchase(1:i64 purchaseId);