Subversion Repositories SmartDukaan

Rev

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

Rev 729 Rev 763
Line 39... Line 39...
39
	2:string message
39
	2:string message
40
}
40
}
41
 
41
 
42
service LogisticsService{
42
service LogisticsService{
43
	/**
43
	/**
-
 
44
	* For closing the open session in sqlalchemy
-
 
45
	*/
-
 
46
	void closeSession(),
-
 
47
	
-
 
48
	/**
44
	 Returns a provider for a given provider ID. Throws an exception if none found.
49
	 Returns a provider for a given provider ID. Throws an exception if none found.
45
	*/
50
	*/
46
	Provider getProvider(1:i64 providerId) throws (1:LogisticsServiceException lse),
51
	Provider getProvider(1:i64 providerId) throws (1:LogisticsServiceException lse),
47
	
52
	
48
	/**
53
	/**