Uses of Class
org.salespointframework.core.users.UserManager

Packages that use UserManager
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
org.salespointframework.desktop   
org.salespointframework.desktop.formsheets   
org.salespointframework.desktop.models   
 

Uses of UserManager in org.salespointframework.core.users
 

Subclasses of UserManager in org.salespointframework.core.users
 class UserManagerFilter
          Filters a UserManager's users with help of a UserFilter
 

Fields in org.salespointframework.core.users declared as UserManager
(package private)  UserManager UserManagerFilter.m_umManager
          The UserManager to be filtered.
private static UserManager UserManager.s_umGlobal
          The global UserManager.
 

Methods in org.salespointframework.core.users that return UserManager
static UserManager UserManager.getGlobalUM()
          Deprecated. 
static UserManager UserManager.getInstance()
          Get the global UserManager instance
static UserManager UserManager.setGlobalUM(UserManager umNew)
          Deprecated. 
 

Methods in org.salespointframework.core.users with parameters of type UserManager
static UserManager UserManager.setGlobalUM(UserManager umNew)
          Deprecated. 
static void UserManager.setInstance(UserManager um)
          Set the UserManager instance
 

Constructors in org.salespointframework.core.users with parameters of type UserManager
UserManagerFilter(UserManager um)
          Creates a new UserManagerFilter from a given UserManager.
UserManagerFilter(UserManager um, UserFilter uf)
          Creates a new UserManagerFilter from a given UserManager and a UserFilter.
 

Uses of UserManager in org.salespointframework.desktop
 

Constructors in org.salespointframework.desktop with parameters of type UserManager
JUserList(UserManager um)
          Create a new JUserList displaying the set of users managed by a given UserManager.
JUserList(UserManager um, UserFilter uf, java.util.Comparator<User> cmp)
          Create a new JUserList modelling a given UserManager.
JUserListView(UserManager um, java.util.Comparator<User> cmp, UserFilter filter, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          constructor
JUserListView(UserManager um, java.util.Comparator<User> cmp, UserFilter filter, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaulCategory)
          constructor
JUserTable(UserManager u, java.util.Comparator<User> cmp, TableEntryDescriptor ted)
          Create a new JUserTable.
 

Uses of UserManager in org.salespointframework.desktop.formsheets
 

Fields in org.salespointframework.desktop.formsheets declared as UserManager
private  UserManager UserTableFormSheet.m_umMan
          The UserManager from which the table is created.
 

Methods in org.salespointframework.desktop.formsheets with parameters of type UserManager
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, UserManager um, UserFilter filter, java.util.Comparator<User> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          Creates a new instance of ListViewFormSheet from a UserManager source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, UserManager um, UserFilter filter, java.util.Comparator<User> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaulCategory)
          Creates a new instance of ListViewFormSheet from a UserManager source
 

Constructors in org.salespointframework.desktop.formsheets with parameters of type UserManager
LogOnForm(java.lang.String sCaption, java.lang.String sUserPrompt, java.lang.String sPassWdPrompt, boolean fAskPassWd, UserManager um, java.util.Comparator<User> cmp, UserFilter uf)
          Create a new LogOnForm.
UserTableFormSheet(java.lang.String sCaption, UserManager um, javax.swing.JComponent c, UIGate uigGate, java.util.Comparator<User> cmp, TableEntryDescriptor ted)
          Create a new UserTableFormSheet.
 

Uses of UserManager in org.salespointframework.desktop.models
 

Fields in org.salespointframework.desktop.models declared as UserManager
protected  UserManager UserListModel.m_um
          The UserManager that is being modelled.
protected  UserManager UserTableModel.m_umManager
          The UserManager that is being modelled.
 

Constructors in org.salespointframework.desktop.models with parameters of type UserManager
UserComboBoxModel(UserManager um)
          Create a new UserComboBoxModel modelling a given UserManager.
UserComboBoxModel(UserManager um, UserFilter uf, java.util.Comparator<User> cmp)
          Create a new UserComboBoxModel modelling a given UserManager.
UserListModel(UserManager um)
          Create a new UserListModel modelling a given UserManager.
UserListModel(UserManager um, UserFilter uf, java.util.Comparator<User> cmp)
          Create a new UserListModel modeling a given UserManager.
UserListModel(UserManager um, UserFilter uf, java.util.Comparator<User> cmp, boolean categorize, Category defaultCategory)
          Create a new UserListModel modeling a given UserManager.
UserTableModel(UserManager u, java.util.Comparator<User> cmp, TableEntryDescriptor ted)
          Create a new UserTableModel.