Subversion Repositories SmartDukaan

Rev

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

Rev 9299 Rev 9791
Line 535... Line 535...
535
	 * Return true or false based on whether the user has stored any insurance info corresponding to the given addressId
535
	 * Return true or false based on whether the user has stored any insurance info corresponding to the given addressId
536
	 */
536
	 */
537
	 bool isInsuranceDetailPresent(1:i64 addressId)
537
	 bool isInsuranceDetailPresent(1:i64 addressId)
538
	
538
	
539
	/**
539
	/**
540
	 * Returns whether product is added to cart from startDate to endDate 
540
	 * Returns list of item ids which added to cart from startDate to endDate 
541
	 */
541
	 */
542
	bool isProductAddedToCart(1:i64 itemId, 2:i64 startDate, 3:i64 endDate)
542
	list<i64> getProductsAddedToCart(1:i64 startDate, 2:i64 endDate)
543
}
543
}
544
544