Subversion Repositories SmartDukaan

Rev

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

Rev 6903 Rev 6921
Line 406... Line 406...
406
	list<Item> getAllAliveItems();	
406
	list<Item> getAllAliveItems();	
407
	
407
	
408
	/**
408
	/**
409
	This method returns the insurance amount needed to insure the given item for a given quantity.
409
	This method returns the insurance amount needed to insure the given item for a given quantity.
410
	*/
410
	*/
411
	i64 getInsuranceAmount(1:i64 itemId, 2:i64 insurerId, 3:i64 quantity),
411
	i64 getInsuranceAmount(1:i64 itemId, 2:double price, 3:i64 insurerId, 4:i64 quantity),
412
	
412
	
413
	Insurer getInsurer(1:i64 insurerId)
413
	Insurer getInsurer(1:i64 insurerId),
414
	
414
	
415
	list<Insurer> getAllInsurers()
415
	list<Insurer> getAllInsurers()
416
}
416
}