Subversion Repositories SmartDukaan

Rev

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

Rev 4358 Rev 4544
Line 150... Line 150...
150
	/**
150
	/**
151
	 Returns the CatalogDashboardUser struct associated with the given username, password and role if they match.
151
	 Returns the CatalogDashboardUser struct associated with the given username, password and role if they match.
152
	 Throws an exception otherwise.
152
	 Throws an exception otherwise.
153
	*/
153
	*/
154
	CatalogDashboardUser authenticateCatalogUser(1:string username, 2:string password, 3:i64 role) throws(1:HelperServiceException hse),
154
	CatalogDashboardUser authenticateCatalogUser(1:string username, 2:string password, 3:i64 role) throws(1:HelperServiceException hse),
-
 
155
	
-
 
156
	/**
-
 
157
	Saves the list of entity Ids to be shared with an email address 
-
 
158
	*/
-
 
159
	void shareEntities(1:list<i64> entityIds, 2:string email) throws(1:HelperServiceException hse)
155
}
160
}
156
161