Subversion Repositories SmartDukaan

Rev

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

Rev 752 Rev 763
Line 89... Line 89...
89
	1:i64 id,
89
	1:i64 id,
90
	2:string message
90
	2:string message
91
}
91
}
92
 
92
 
93
service InventoryService{
93
service InventoryService{
-
 
94
 
-
 
95
	/**
-
 
96
	* For closing the open session in sqlalchemy
-
 
97
	*/
-
 
98
	void closeSession(),
-
 
99
	
94
/**
100
/**
95
	Availability and inventory attributes	
101
	Availability and inventory attributes	
96
*/
102
*/
97
	//all add and update methods - added by Ashish
103
	//all add and update methods - added by Ashish
98
	i64 addItem(1:Item item) throws (1:InventoryServiceException cex),
104
	i64 addItem(1:Item item) throws (1:InventoryServiceException cex),