Subversion Repositories SmartDukaan

Rev

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

Rev 9801 Rev 9880
Line 1572... Line 1572...
1572
     
1572
     
1573
     Order getOrderForAirwayBillNo(1:string airwaybillNo) throws (1:TransactionServiceException ex)
1573
     Order getOrderForAirwayBillNo(1:string airwaybillNo) throws (1:TransactionServiceException ex)
1574
 
1574
 
1575
	 i64 getMinCreatedTimeStampUndeliveredOrdersForSource(1:i32 source)
1575
	 i64 getMinCreatedTimeStampUndeliveredOrdersForSource(1:i32 source)
1576
	 
1576
	 
1577
	 void updateSnapdealOrdersStatus(1:list<list<string>> delivered_orders)  throws (1:TransactionServiceException ex)
1577
	 void updateSnapdealOrdersStatus(1:map<string, list<list<string>>> orders)  throws (1:TransactionServiceException ex)
1578
	 
1578
	 
1579
	 void updateFlipkartOrdersStatus(1:list<list<string>> delivered_orders)  throws (1:TransactionServiceException ex)
1579
	 void updateFlipkartOrdersStatus(1:list<list<string>> delivered_orders)  throws (1:TransactionServiceException ex)
1580
 
1580
 
1581
	 void bulkAddOrUpdateAmazonFbaSalesSnapshot(1:list<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist)
1581
	 void bulkAddOrUpdateAmazonFbaSalesSnapshot(1:list<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist)
1582
}
1582
}