Uses of Interface
org.eclipse.higgins.userprofile.ICardUsageManager

Packages that use ICardUsageManager
org.eclipse.higgins.userprofile   
org.eclipse.higgins.userprofile.inmem   
 

Uses of ICardUsageManager in org.eclipse.higgins.userprofile
 

Methods in org.eclipse.higgins.userprofile that return ICardUsageManager
 ICardUsageManager IUserProfileService.getCardUsageManager(CallbackHandler handler)
          Returns class that manages all Card usage and URI relations information
 

Uses of ICardUsageManager in org.eclipse.higgins.userprofile.inmem
 

Classes in org.eclipse.higgins.userprofile.inmem that implement ICardUsageManager
 class MemCardUsageManager
           
 

Methods in org.eclipse.higgins.userprofile.inmem that return ICardUsageManager
 ICardUsageManager MemoryUserProfileService.getCardUsageManager(CallbackHandler handler)