Updates a list of Persons. Main functionality is to allow an administrator to edit the following attributes of a Person:
Explicitly, names and email addresses may not be changed.
In addition, users may be deleted entirely, or may have their password reset.
@param updated a list of persons to update. May be null or empty.
@param resetPassword a list of primary keys; corresponding Persons willhave thier password reset. May be null or empty.
@param newPassword the password to be set for each user in resetPassword
@param deleted a list of persons to delete. Books owned by any of these personsare transfered to the administrator. May be null or empty.
@param adminId the administrator performing the operation; books may be transferredto this person.