Subversion Repositories SmartDukaan

Rev

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

Rev 757 Rev 763
Line 124... Line 124...
124
	2:string message
124
	2:string message
125
}
125
}
126
 
126
 
127
service TransactionService{
127
service TransactionService{
128
	
128
	
-
 
129
	/**
-
 
130
	* For closing the open session in sqlalchemy
-
 
131
	*/
-
 
132
	void closeSession(),
-
 
133
	
129
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),
134
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),
130
	
135
	
131
	//	Get transaction methods.
136
	//	Get transaction methods.
132
	Transaction getTransaction(1:i64 id) throws (1:TransactionServiceException ex),
137
	Transaction getTransaction(1:i64 id) throws (1:TransactionServiceException ex),
133
	list<Transaction> getTransactionsForCustomer(1:i64 customerId, 2:i64 from_date, 3:i64 to_date, 4:TransactionStatus status) throws (1:TransactionServiceException ex),
138
	list<Transaction> getTransactionsForCustomer(1:i64 customerId, 2:i64 from_date, 3:i64 to_date, 4:TransactionStatus status) throws (1:TransactionServiceException ex),