public class CustomerSearchDataBean
extends CustomerSearchDataBeanBase
Provides user search capability to the administrative tools.
The methods are designed to search the users based on the criteria specified.
There is no access control on the methods of this bean, because the keys returned should be
resolved using the corresponding protected databean. For example, if a list of users are returned,
a new UserDataBean should be instatiated using the DataBeanManager for each user identifier to \
ensure that appropriate access control checks are performed.