Class | com.enterworks.client.facade.administration.AdministrationFacade |
---|---|
Parameters | SessionProfile profile — the session profile object for the current logged-in Session. Collection userIdCollection — a Java ArrayList collection containing the Integer objects of the unique identifiers for all users to delete. |
Returns | int numberDeleted — the number of users that were deleted. |
Description | removeUserList() relies on the EPX User EJB to actually do the work of removing the user objects and their associated data. The server validates that the user of the session profile has the appropriate access rights before the users are deleted. |