Uses of Class
org.salespointframework.core.data.database.PersistenceManager.LogonInformation

Packages that use PersistenceManager.LogonInformation
org.salespointframework.core.data.database Database connection implementations 
 

Uses of PersistenceManager.LogonInformation in org.salespointframework.core.data.database
 

Methods in org.salespointframework.core.data.database that return types with arguments of type PersistenceManager.LogonInformation
 java.util.List<PersistenceManager.LogonInformation> PersistenceManager.getUserSessions()
          returns a list of all PersistenceManager.LogonInformation
 java.util.List<PersistenceManager.LogonInformation> PersistenceManager.getUserSessions(User user)
          returns a list of all PersistenceManager.LogonInformation for given user