Subversion Repositories SmartDukaan

Rev

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

Rev 4333 Rev 4370
Line 464... Line 464...
464
	
464
	
465
	/**
465
	/**
466
	Returns a list of count of requests for product notification against each item
466
	Returns a list of count of requests for product notification against each item
467
	*/
467
	*/
468
	list<ProductNotificationRequestCount> getProductNotificationRequestCount(1:i64 startDateTime)
468
	list<ProductNotificationRequestCount> getProductNotificationRequestCount(1:i64 startDateTime)
-
 
469
	
-
 
470
	/**
-
 
471
	This method creates a purchase order from an excel sheet containing Item Id and Quantity column and returns the PO Id.
-
 
472
	*/
-
 
473
	string processPurchaseOrder(1:string filename 2:i32 vendorId) throws (1:InventoryServiceException cex)
469
}
474
}
470
475