Subversion Repositories SmartDukaan

Rev

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

Rev 6322 Rev 6788
Line 166... Line 166...
166
	
166
	
167
	/**
167
	/**
168
	 Returns the CatalogDashboardUser struct associated with the given username, password and role if they match.
168
	 Returns the CatalogDashboardUser struct associated with the given username, password and role if they match.
169
	 Throws an exception otherwise.
169
	 Throws an exception otherwise.
170
	*/
170
	*/
171
	CatalogDashboardUser authenticateCatalogUser(1:string username, 2:string password, 3:i64 role) throws(1:HelperServiceException hse),
171
	CatalogDashboardUser authenticateCatalogUser(1:string username, 2:string password) throws(1:HelperServiceException hse),
172
	
172
	
173
	/**
173
	/**
174
	Saves the list of entity Ids to be shared with an email address 
174
	Saves the list of entity Ids to be shared with an email address 
175
	*/
175
	*/
176
	void shareEntities(1:list<i64> entityIds, 2:string email) throws(1:HelperServiceException hse),
176
	void shareEntities(1:list<i64> entityIds, 2:string email) throws(1:HelperServiceException hse),