com.ibm.commerce.user.beans

Class CustomerSearchDataBean



  • 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.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright
        See Also:
        Constant Field Values
    • Constructor Detail

      • CustomerSearchDataBean

        public CustomerSearchDataBean()